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

Support in code for querying user provided function for an AES encryption key. Extra Zephyr code and template that allows to use the new functionality. Although I think this is...

area: core
area: zephyr
crypto

This PR introduce an proposal method that can be used to handle multi image in a single image pack to decrease number of signature check during bootup. By this change...

in version 2.2.0 (2d61c318933819a0f4954fb2a5a957a62c6128ce). There are many strings with incorrect formats, and this causes a lot of warnings (or errors if you use -Werror like I do). ``` middleware/mcuboot/boot/nxp_mcux_sdk/boot.c:190:18: error:...

**What?** Multi-core heterogeneous devices integrate multiple processing cores, often with different architectures or capabilities. Each core typically runs its own dedicated firmware, tailored to its specific function. To ensure system...

So far tested on nrf52840 with internal memory only. Normal build from main, with hardware pages/sectors ``` Memory region Used Size Region Size %age Used FLASH: 32716 B 48 KB...

area: core
area: zephyr

Based on work submitted in relation to: Issue #599 ref: https://github.com/mcu-tools/mcuboot/issues/599 particularly these commits: https://github.com/grandcentrix/mcuboot/commit/82441bd4286 https://github.com/grandcentrix/mcuboot/commit/010ea89f https://github.com/rretanubun/mcuboot/commit/33c6400a40 Updated and modified to support ECDSA P384 keys. Tests also updated and fixed,...

This distribution includes a newer version (14.2) of the GNU Arm toolchain which is in line with [TF-M's CI environment](https://www.trustedfirmware.org/projects/open-ci).

Remove tinycrypt entirely as a dependency from mcuboot.

Enable the CONFIG_MCUBOOT_CLEANUP_RAM by deafult to improve security of the default configuration.