commit | 268cdd0e0995633048b2fa2432b6bab9d376bbfb | [log] [tgz] |
---|---|---|
author | Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no> | Tue Apr 10 12:57:54 2018 +0200 |
committer | Fabio Utzig <utzig@utzig.org> | Tue Apr 10 08:16:35 2018 -0300 |
tree | 58b9aa7d549925b42bc87f46bfe10cbfc92b90b9 | |
parent | 8a67dba3671220cb709184fec1bdb0fa76457424 [diff] |
fix warnings while building along with serial recovery Following warnings were fixed within this patch: 'isspace' macro should take an int value function 'bs_reset' should return void redefinition of 'MBEDTLS_CONFIG_FILE' macro while it is already defined by the zephyr build system. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@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!