mcuboot
mcuboot copied to clipboard
Secure boot for 32-bit Microcontrollers!
Description --- While reading through the implementation of the swap using move, I noticed a corner case that could, if I'm not mistaken, brick the device in case a power...
The in-tree mbedtls (used for the simulator and some targets) is a few years old, and currently is unable to pass the rsa tests when built with clang. Update this...
When working with MCUboot it is useful to check `INFO` messages, but when using together with serial recovery the `boot_uart` clutters the serial interface logs with not so critical information....
Update the include path of generated headers. See: - https://github.com/zephyrproject-rtos/zephyr/pull/63973
Add default configuration for frdm-mcxn947.
Add default configuration for mimxrt1062_fmurt6
- Add common mimxrt1050_evk_mimxrt1052.conf for all revisions. - Delete the qspi revision mimxrt1050_evk_mimxrt1052_qspi.conf
Found on Zephyr wwhile trying to compile EDCSA25519 support with -DCONFIG_BOOT_ED25519_MBEDTLS=y, where compilation eneded up in errors. It also seems that configuration has been dead for longer since the CMakeLists.txt...
This directory was intended to be a snapshot of the ASN.1 code from Mbed TLS. With newer versions, this gets fairly large, as there are lots of include files that...