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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]