commit | 6f2857c2a7113a2ce07b80e04dc1adcaeadaa0be | [log] [tgz] |
---|---|---|
author | Marti Bolivar <marti@opensourcefoundries.com> | Wed Jan 31 14:14:40 2018 -0500 |
committer | David Brown <davidb@davidb.org> | Thu Feb 01 15:59:18 2018 -0700 |
tree | 98fbcff6c4f46b268f4eacadf43b73d3fac0a790 | |
parent | aefbd4663146bf561a530f9235527f9094146fb6 [diff] |
zephyr: add compatibility shim for flash driver name The upstream Zephyr project is renaming FLASH_DRIVER_NAME to FLASH_DEV_NAME as part of some changes related to device tree. Work around this for now by keeping the MCUboot name the same if FLASH_DRIVER_NAME is not provided by Zephyr, but FLASH_DEV_NAME is. 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!