You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "acassis (via GitHub)" <gi...@apache.org> on 2023/01/22 15:11:31 UTC

[GitHub] [nuttx] acassis commented on pull request #8215: boards: Update all boards config after updating NSH_CMDPARMS

acassis commented on PR #8215:
URL: https://github.com/apache/nuttx/pull/8215#issuecomment-1399515421

   @hartmannathan I just ran:
   ```
   $ ./tools/refresh.sh --silent --defaults all
   ```
   
   I think these changed configuration were left behind by previous change that people did and forgot to refresh the config, i.e.:
   ```
   config STDIO_DISABLE_BUFFERING
           bool "Disable STDIO Buffering"
           depends on FILE_STREAM
           default n
   ```
   
   These boards are disabling FILE_STREAM, so they can't disable STDIO_DISABLE_BUFFERING because it depends on FILE_STREAM that is already disabled. "You can't do without onboard services if you're not even on board!" ;-)
   
   I'll divide it in separated logic commits.


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org