commit | a52d7a21f01bd2859be9e62e20cbe029dc5e846c | [log] [tgz] |
---|---|---|
author | David Brown <davidb@davidb.org> | Tue May 23 10:24:59 2017 -0600 |
committer | GitHub <noreply@github.com> | Tue May 23 10:24:59 2017 -0600 |
tree | bd6934e021f0452d44c1474ad27c991964a047c3 | |
parent | d21abaaa35c31d88f9b4a18f82bce848adffb569 [diff] | |
parent | dfa18ce677574931dc520303c54f77cc3dfbfe0f [diff] |
Merge pull request #49 from mbolivar/flash-map-updates MCUB-54: Flash map API improvements The series adds new flash_device_base() and flash_area_get_sectors() routines to flash_map.h. If accepted, it needs to be propagated to mynewt as well, as it also ports the core bootutil library to use flash_area_get_sectors().
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.
The MCUBoot project was originally taken from the Apache Mynewt operating system, which had secure boot and software upgrade functionality instrinsic to it. Currently development is heads down on a first release of MCUboot that works across both the Zephyr operating system and Apache Mynewt operating system.
For more information on what's being planned, and worked on, 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! To join in the discussion, please join the developer mailing list:
http://lists.runtime.co/mailman/listinfo/dev-mcuboot_lists.runtime.co