commit | 30f68b854ec5124f9107f95c56d87753ed1f9260 | [log] [tgz] |
---|---|---|
author | Szymon Janc <szymon.janc@codecoup.pl> | Fri Apr 12 13:41:09 2019 +0200 |
committer | Fabio Utzig <utzig@utzig.org> | Tue Apr 16 15:59:31 2019 -0300 |
tree | c93e1674d87e5d118995b144f61af2979b4435db | |
parent | 36ef25d87a9b405f44aff678b8de940707f49c79 [diff] |
Remove bootutil unit test for Mynewt mcuboot tests are done under sim and there is no need to maintain separate tests just for Mynewt. Especially that those no longer compile nor are maintained. Also Mynewt code will rather depend on release and not master so there is no need to run those on Mynewt anyway. Signed-off-by: Szymon Janc <szymon.janc@codecoup.pl>
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!