fdcavalcanti commented on PR #3200:
URL: https://github.com/apache/nuttx-apps/pull/3200#issuecomment-3483552958

   Seems those boards are setting a custom MCUBoot version, but will fail to 
build due because this PR adds a new source file.
   ```
   - ./boards/arm/nrf52/nrf52840-dk/configs/mcuboot_loader
   defconfig:CONFIG_MCUBOOT_VERSION="414ac87cfd8d9cedeb781f812ad6f5072e6d8a39"
   - ./boards/arm/nrf52/nrf52832-dk/configs/mcuboot_loader_minimal
   defconfig:CONFIG_MCUBOOT_VERSION="414ac87cfd8d9cedeb781f812ad6f5072e6d8a39"
   - ./boards/arm/nrf52/nrf52832-dk/configs/mcuboot_loader
   defconfig:CONFIG_MCUBOOT_VERSION="414ac87cfd8d9cedeb781f812ad6f5072e6d8a39"
   - ./boards/arm/imxrt/imxrt1064-evk/configs/mcuboot-loader
   defconfig:CONFIG_MCUBOOT_VERSION="414ac87cfd8d9cedeb781f812ad6f5072e6d8a39"
   - ./boards/arm/stm32h7/nucleo-h743zi/configs/mcuboot-loader
   defconfig:CONFIG_MCUBOOT_VERSION="414ac87cfd8d9cedeb781f812ad6f5072e6d8a39
   ```
   Not sure how we can approach this. Any ideas?


-- 
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]

Reply via email to