commit | 388454880f1313c10cd0a31614c54d234ae2480c | [log] [tgz] |
---|---|---|
author | Marti Bolivar <marti@opensourcefoundries.com> | Thu Jan 25 17:51:40 2018 -0500 |
committer | David Brown <davidb@davidb.org> | Mon Jan 29 14:35:38 2018 -0700 |
tree | ee30461308a091d6e0a8fc00346b7a355e305d41 | |
parent | 8e0016eb149ffe4768fd2c80336b28aa93ccd61f [diff] |
zephyr: fix MCUBOOT_TARGET_CONFIG definition When the target doesn't have good enough generic support for MCUBoot, you can specify the flash layout etc on a per-board basis by creating a header, boot/zephyr/targets/BOARD.h. The build system tries to pick this up, but isn't doing it correctly. Fix it. Signed-off-by: Marti Bolivar <marti@opensourcefoundries.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!