commit | 382f64a882c8d2c0fd937b6df6650232242a192d | [log] [tgz] |
---|---|---|
author | Marti Bolivar <marti.bolivar@linaro.org> | Fri Sep 01 13:59:35 2017 -0400 |
committer | Marti Bolivar <marti.bolivar@linaro.org> | Wed Oct 04 20:36:34 2017 -0400 |
tree | 5e2c77ca127c9c2377cddfe4527a93b4b64baa5e | |
parent | 61038df37f17415efeceabc4f069bcdaf5ab8729 [diff] |
zephyr: move STM32 target config to soc_family_stm32.h This cleanup commit requires a bit more target-specific knowledge that's a bit harder to read than board-specific headers, but it's still an improvement over what we have now. Signed-off-by: Marti Bolivar <marti.bolivar@linaro.org>
This is mcuboot, version 1.0.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.
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!