gustavonihei opened a new pull request #4686: URL: https://github.com/apache/incubator-nuttx/pull/4686
## Summary Backport #4671 to releases/10.2. ## Impact It is important to backport this series of commits for fixing the following issues present on `release/10.2` branch: - `esp32c3-devkit` occasionally fails to `distclean` the files created after `make bootloader` with `CONFIG_ESP32C3_BOOTLOADER_BUILD_FROM_SOURCE=y` due to wrong path variable (Fixed by https://github.com/apache/incubator-nuttx/commit/3d2687abfc397a993d377a6d6dda317159e00694) - `esp32-devkitc:mcuboot_agent` and `esp32-devkitc:mcuboot_confirm` defconfigs fail to boot under QEMU due to missing SPI Flash attributes on the bootloader image header when building bootloader from source (`CONFIG_ESP32C3_BOOTLOADER_BUILD_FROM_SOURCE=y`). ## Testing - `esp32-devkitc:mcuboot_agent` and `esp32-devkitc:mcuboot_confirm` - `esp32c3-devkit` properly distcleaning - CI build pass -- 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-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org