Open cwt opened 1 year ago
For easily reproducible builds, use kconfig-tweak in a script to turn the flags you want off and on without ever manually touching menuconfig.
https://nuttx.apache.org/docs/latest/quickstart/configuring.html#fast-configuration-changes
You can find examples of scripts doing this in Lup's (excellent) writings on Nuttx:
I found that the configuration system for NuttX is separated. For example, there are esp32s3-devkit:blewifi, esp32s3-devkit:psram_octal, esp32s3-devkit:smp, esp32s3-devkit:spiflash, etc. There is no official way to enable all of them at once. I struggled for several days to enable one of them as my baseline and then used make menuconfig to enable other features, which ended up in failure. Finally, I had to use the following commands:
Is there any easier way to do this?