commit | 69c61d0e912cba03c87236ecb7f37d481a864785 | [log] [tgz] |
---|---|---|
author | Carles Cufi <carles.cufi@nordicsemi.no> | Tue Jun 05 15:56:08 2018 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Jun 05 19:16:42 2018 +0200 |
tree | f5c93d480263e2645e42306ae8fa4a3150578bc8 | |
parent | 519285faa1de6f12afde62b7c955d5dc1ff69b82 [diff] |
zephyr: Properly use the same mbedTLS header macros For both RSA (which uses Zephyr's mbedTLS copy) and ECDSA (which uses our own for ASN1 parsing) use the common "mcuboot-mbedtls-cfg.h" header file instead of relying on the default config.h bundled with mbedTLS. Additionally issue a descriptive error when CONFIG_MBEDTLS is set and we are building with our own copy. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This is mcuboot, version 1.1.0
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 easy software upgrade.
MCUboot is operating system and hardware independent, and relies on hardware porting layers from the operating system it works with. 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 on Jira. To participate please visit:
https://runtimeco.atlassian.net/projects/MCUB/summary
Information and documentation on the bootloader is stored within the source, and on confluence:
https://runtimeco.atlassian.net/wiki/discover/all-updates
For more information in the source, here are some pointers:
Developers welcome!