commit | 01dfbb62e587930632a630b77ce9308309815766 | [log] [tgz] |
---|---|---|
author | Christopher Collins <ccollins@apache.org> | Thu Mar 21 07:28:37 2019 -0700 |
committer | ccollins476ad <ccollins476ad@gmail.com> | Thu Mar 21 09:05:22 2019 -0700 |
tree | 13784f994b51543acf52b764f86f71a8d3d1c65a | |
parent | 23d3c6684490d95bd1193ea5c48c33bdeb097166 [diff] |
Mynewt: Make PRIMARY/SECONDARY macros public This change only affects the Mynewt port. Prior to this commit, the `FLASH_AREA_IMAGE_{PRIMARY,SECONDARY}` macros were private to the bootutil package (defined in `bootutil_priv.h`). Some other packages require these symbols (e.g., the boot_serial unit tests), so they should be made public. This commit moves these definitions into the public `bootutil.h` header. Signed-off-by: Christopher Collins <ccollins@apache.org>
This is mcuboot, version 1.3.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 using GitHub issues. To participate please visit:
Issues were previously tracked on MCUboot JIRA , but it is now deprecated.
Information and documentation on the bootloader are stored within the source.
It was previously also documented on confluence: MCUBoot Confluence however, it is now deprecated and not currently maintained
For more information in the source, here are some pointers:
Developers welcome!