commit | 57c40f7164fb750a83de8268d463228fa1651df1 | [log] [tgz] |
---|---|---|
author | Fabio Utzig <utzig@apache.org> | Tue Dec 12 21:48:30 2017 -0200 |
committer | David Brown <davidb@davidb.org> | Thu Dec 21 13:36:34 2017 -0700 |
tree | b09ff716331ac4ac1c1253c7a909efbbf6835b70 | |
parent | a91c626f899b877a372c11622eb22bd9461a7ee4 [diff] |
Fix assert abstraction in sim Assertions that are expected to fail under sim test, are now marked as such using the macro ASSERT which allows to programmatically switch between normal assert() behavior and captured assertion. Assertion changes were moved to more appropriate owners and code duplication was removed. Signed-off-by: Fabio Utzig <utzig@apache.org>
This is mcuboot, version 1.0.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.
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!