commit | 5cf941013f1745bfa45a3cdbd591c3de3c3e7342 | [log] [tgz] |
---|---|---|
author | Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no> | Fri Jul 23 15:22:27 2021 +0200 |
committer | Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no> | Thu Aug 26 15:26:16 2021 +0200 |
tree | f4fe4575b25d5fcf87b7a378b80e8ccb9e594957 | |
parent | 506a16f085a80e8dd3bf995e4b62748ef4ab3c02 [diff] |
zephyr/Kconfig: fix deadlock on cryptolib selectors If user generate project and the will try to switch signature type then it is very likely that MBETLS will be enabled simultaneously when tinycrypt has to be force-selected, which causes kconfig warning on impossible configuration. Such configuration won't be possible to be fixed using menuconfig etc. This patch moves dependency check on !MBEDTLS from kconfig to preprocessor which makes manual fixing using menuconfig possible. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
This is mcuboot version 1.8.0-dev
MCUboot is a secure bootloader for 32-bit MCUs. The goal of MCUboot is to define a common infrastructure for the bootloader, system flash layout on microcontroller systems, and to provide a secure bootloader that enables simple software upgrades.
MCUboot is operating system and hardware independent and relies on hardware porting layers from the operating. Currently, mcuboot works with both the Apache Mynewt and Zephyr operating systems, but more ports are planned in the future. RIOT is currently supported as a boot target with a complete port planned.
Instructions for different operating systems can be found here:
The issues being planned and worked on are tracked using GitHub issues. To participate please visit:
Issues were previously tracked on MCUboot JIRA , but it is now deprecated.
Information and documentation on the bootloader are stored within the source.
It was previously also documented on confluence: MCUBoot Confluence however, it is now deprecated and not currently maintained
For more information in the source, here are some pointers:
Developers welcome!