boards: Replace CONFIG_NSH_LINELEN with CONFIG_LINE_MAX#15541
Conversation
Details: apache/nuttx-apps#2943 1. find boards/ -name defconfig | xargs sed -i 's/CONFIG_NSH_LINELEN/CONFIG_LINE_MAX/g' 2. ./tools/refresh.sh --silent --defaults all Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
|
[Experimental Bot, please feedback here] Yes, this PR appears to meet the NuttX requirements, although some sections could be more detailed. Here's a breakdown with suggestions for improvement:
Example of improved Impact and Testing sections: Impact:
Testing: Tested the change by building and running NSH on the qemu-x86_64 target. Verification steps:
CI: All CI checks passed. [Link to CI run] By adding these clarifications, the PR becomes more robust and easier for reviewers to understand and approve. |
apache/nuttx#15541 apache#2943 Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
apache#15541 apache/nuttx-apps#2943 Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
NSH_LINELEN is replaced by POSIX standard LINE_MAX. apache/nuttx#15541 apache#2943 Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
NSH_LINELEN is replaced by POSIX standard LINE_MAX. apache/nuttx#15541 #2943 Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
NSH_LINELEN is replaced by POSIX standard LINE_MAX. apache/nuttx#15541 apache/nuttx-apps#2943 Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
NSH_LINELEN is replaced by POSIX standard LINE_MAX. apache/nuttx#15541 apache/nuttx-apps#2943 Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
Summary
boards: Replace
CONFIG_NSH_LINELENwithCONFIG_LINE_MAXDetails: apache/nuttx-apps#2943
1. find boards/ -name defconfig | xargs sed -i 's/CONFIG_NSH_LINELEN/CONFIG_LINE_MAX/g'
2. ./tools/refresh.sh --silent --defaults all
Impact
boards/*
Testing