JianyuWang0623 commented on PR #2848:
URL: https://github.com/apache/nuttx-apps/pull/2848#issuecomment-2475375632

   > Please remove CONFIG_NSH_DISABLE_WAIT from 
boards/arm/mps/mps3-an547/configs/ap/defconfig:
   > 
   > ```
   > 
====================================================================================
   > Configuration/Tool: mps3-an547/ap,CONFIG_ARM_TOOLCHAIN_GNU_EABI
   > 2024-11-13 13:37:27
   > 
------------------------------------------------------------------------------------
   >   Cleaning...
   >   Configuring...
   >   Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
   >   Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
   >   Building NuttX...
   >   Normalize mps3-an547/ap
   > 68d67
   > < # CONFIG_NSH_DISABLE_WAIT is not set
   > Saving the new configuration file
   > On branch master
   > Your branch is up to date with 'origin/master'.
   > 
   > Changes not staged for commit:
   >   (use "git add <file>..." to update what will be committed)
   >   (use "git restore <file>..." to discard changes in working directory)
   >    modified:   boards/arm/mps/mps3-an547/configs/ap/defconfig
   > ```
   
   Get, done, thank you, please review: 
https://github.com/apache/nuttx/pull/14776
   And a simply check by execuating `find boards/ -name defconfig | while read 
i; do if grep CONFIG_NSH_DISABLE_WAIT $i >&/dev/null; then if ! grep 
CONFIG_FS_PROCFS $i >&/dev/null; then echo $i; fi; fi; done`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to