commit | d4394c2f9b76e0a7b758441cea3a8ceb896f66c8 | [log] [tgz] |
---|---|---|
author | Tomi Fontanilles <tomi.fontanilles@nordicsemi.no> | Thu Apr 11 12:24:59 2024 +0300 |
committer | Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no> | Thu Apr 25 11:05:54 2024 +0200 |
tree | 50fc1d8d85efea61b0abf9760dce6759861f1642 | |
parent | 78bfe750cde0f8dfcf81bb4c0a68243d45906def [diff] |
mbedtls config: fix too early check_config.h includes check_config.h was included manually by custom configuration files. This caused compilation errors when updating MbedTLS to 3.6.0 because check_config.h was processed too early, before the whole configuration is defined, effectively causing configuration check errors. MbedTLS already takes care of including check_config.h at the right time. Remove those erroneous manual check_config.h includes. Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
This is MCUboot version 2.1.0-rc1
MCUboot is a secure bootloader for 32-bits microcontrollers. It defines a common infrastructure for the bootloader and the system flash layout on microcontroller systems, and provides a secure bootloader that enables easy software upgrade.
MCUboot is not dependent on any specific operating system and hardware and relies on hardware porting layers from the operating system it works with. Currently, MCUboot works with the following operating systems and SoCs:
RIOT is supported only as a boot target. We will accept any new port contributed by the community once it is good enough.
See the following pages for instructions on using MCUboot with different operating systems and SoCs:
There are also instructions for the Simulator.
The issues being planned and worked on are tracked using GitHub issues. To give your input, visit MCUboot GitHub Issues.
You can find additional documentation on the bootloader in the source files. For more information, use the following links:
Developers are welcome!
Use the following links to join or see more about the project: