zhaoxingyu12 commented on PR #18024: URL: https://github.com/apache/nuttx/pull/18024#issuecomment-3773606284
> @zhaoxingyu12 please fix the following error: > > ``` > ==================================================================================== > Configuration/Tool: esp32c3-legacy-devkit/nvcfgdata > 2026-01-20 13:56:42 > ------------------------------------------------------------------------------------ > Cleaning... > Configuring... > Building NuttX... > [1/1] Normalize esp32c3-legacy-devkit/nvcfgdata > 46d45 > < CONFIG_SYSTEM_CFGDATA=y > 48d46 > < CONFIG_TESTING_MTD_CONFIG_FAIL_SAFE=y > Saving the new configuration file > HEAD detached at pull/18024/merge > 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/risc-v/esp32c3-legacy/esp32c3-legacy-devkit/configs/nvcfgdata/defconfig > ``` Does it mean to remove these two configs in boards/risc-v/esp32c3-legacy/esp32c3-legacy-devkit/configs/nvcfgdata/defconfig? CONFIG_SYSTEM_CFGDATA=y CONFIG_TESTING_MTD_CONFIG_FAIL_SAFE=y I don't get why these two configs need to be removed. -- 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]
