commit | 248da08849d5dd66965745cba7daf9dccbcc4d93 | [log] [tgz] |
---|---|---|
author | Marti Bolivar <marti@opensourcefoundries.com> | Tue Apr 24 15:11:39 2018 -0400 |
committer | Fabio Utzig <utzig@utzig.org> | Wed Apr 25 18:44:03 2018 -0300 |
tree | 728d3cb8f8ca5805fd853e49cefd6adea2c7686f | |
parent | f9bfddd685d0725e3e29abf5938eb1e7dd183be7 [diff] |
Move bootsim-specific assert behavior behind mcuboot_config.h Continue removing platform-specific conditional compilation from bootutil by adding a new MCUBOOT_HAVE_ASSERT_H configuration option and associated header file. Right now, that's only used by the simulator. That leaves just bootutil_log.h with platform-specific contents, but since it's meant to be an abstraction layer for logging, we'll let it stand for now. 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!