mcuboot icon indicating copy to clipboard operation
mcuboot copied to clipboard

Secure boot for 32-bit Microcontrollers!

Results 311 mcuboot issues
Sort by recently updated
recently updated
newest added

**Enhancement** MCUboot could be compiled in mode where it would stay in boot serial until it gets continuation trigger from other application either by UART or some specific pin. This...

enhancement

The TFM platform is implicitly tested via the fault injection test. Make an explicit CI job that ensures that TFM will still build using the code.

The Mbed platform is missing from CI. Either add CI support for this platform, or remove the platform from the code.

The Cypress platform is missing from CI. Either add CI support for this platform, or remove the support from the code.

There is no CI for the nuttx platform. Either add this CI, or remove this target from the platforms.

Instead of doing a `flash_area_open` and `flash_area_close` multiple times throughout the code, open the areas one, and pass the pointer around (storing it appropriately in state).

The current `flash_area` API came from the flash interface used in mynewt. We should instead have an API tailored to the information we need within mcuboot. Some things to improve:...

Hello, I have heard this is possible however i have not found any examples, if so, how can i achieve it with simplest program possible? ex. ```c void main(void) {...

### Defect detected __Static_assert_ defined in C11. ### Error log Compilation raises the following compilation error in this line: [https://github.com/mcu-tools/mcuboot/blob/main/boot/bootutil/include/bootutil/image.h#L163-L164]([](https://github.com/mcu-tools/mcuboot/blob/main/boot/bootutil/include/bootutil/image.h#L163-L164)) ``` mcuboot/boot/bootutil/include/bootutil/image.h:163:15: error: expected constructor, destructor, or type conversion before...

1. set BOOT_MAX_IMG_SECTORS value for frmd_mcxn947_qspi. W25Q64 flash on the board is very large (8MB), so we must increase the number of max sectors when targeting this board with MCUboot....