commit | 2844faaccce9cdde2f74392de1e139fead1b312f | [log] [tgz] |
---|---|---|
author | Christopher Collins <ccollins@apache.org> | Mon Apr 30 17:04:06 2018 -0700 |
committer | Fabio Utzig <utzig@utzig.org> | Tue May 01 15:05:57 2018 -0300 |
tree | cb4f91ff56909087909a51227d5ca02e3fbd25a8 | |
parent | 0319cf1c8d20314384a349f6e3466c9d68d57313 [diff] |
Mynewt unit tests - Add repo prefix to dep lists. The unit tests depend on a few Mynewt packages (`test/testutil` and `sys/console/stub`). If there is no repo prefix in the dependency specifier, newt assumes the package is in the local repo (mcuboot)`. This commit adds the `@apache-mynewt-core/` prefix to these dependencies. Signed-off-by: Christopher Collins <ccollins@apache.org>
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!