commit | b664a082aa1b3a2d94181ae1c949ab7925cd95b7 | [log] [tgz] |
---|---|---|
author | Ding Tao <miyatsu@qq.com> | Tue Feb 06 15:52:46 2018 +0800 |
committer | Fabio Utzig <utzig@utzig.org> | Wed Feb 14 13:55:23 2018 -0200 |
tree | c3bb2b6611094a5901cc32403c901e3531b26eec | |
parent | b77262e18d1cf2b2738c56cbec58579847cc2846 [diff] |
zephyr: mbedtls: Fix compile error no such file or directory Upstream zephyr will automatically link mbedtls when CONFIG_MBEDTLS is enabled. If user chose to use ECDSA_P256 as signature type, will get a compile error message in file ${ZEPHYR_BASE}/ext/lib/crypto/mbedtls/zephyr_init.c: fatal error: config-asn1.h: No such file or directory Fix this by disable CONFIG_MBEDTLS when ECDSA_P256 signature type is selected. Signed-off-by: Ding Tao <miyatsu@qq.com>
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!