tito97sp opened a new pull request, #6944: URL: https://github.com/apache/incubator-nuttx/pull/6944
Add support for MCUBoot. ## Summary Two new configurations are added: - **mcuboot-loader:** mcuboot-loader app used as a bootloader. mcuboot_loader_main` is used as entry point - **mcuboot-app:** used as mcuboot agent app. Needs to be signed manually through `"imgtool sign --pad --align 4 -v 0 -s auto -H 0x200 --pad-header -S 0xc0000 nuttx.hex nuttx_sign.bin"` Signed-off-by: Andres Sanchez <tito97...@hotmail.com> ## Summary ## Impact ## Testing -- 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