commit | 4632d8de5f75cab816530ad7e657af14be126606 | [log] [tgz] |
---|---|---|
author | Evan Gates <evan@gnarbox.com> | Thu Jun 28 13:27:40 2018 -0700 |
committer | Fabio Utzig <utzig@utzig.org> | Fri Jun 29 11:18:18 2018 -0300 |
tree | 27c9e57f7f1379c2658e8555bae0759c930d639a | |
parent | b97ec0fee8752f3fa376107dd053a7c02384bb8c [diff] |
include soc.h in main.c While building with Zephyr 1.12 for the nucleo_f091rc I got undefined reference to __set_MSP() during linking. Including soc.h fixes the problem. Thanks carlesc. Signed-off-by: Evan Gates <evan@gnarbox.com>
This is mcuboot, version 1.2.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!