commit | 8e0016eb149ffe4768fd2c80336b28aa93ccd61f | [log] [tgz] |
---|---|---|
author | David Brown <david.brown@linaro.org> | Mon Jan 29 12:15:37 2018 -0700 |
committer | David Brown <davidb@davidb.org> | Mon Jan 29 14:29:48 2018 -0700 |
tree | 3e5bd038244aba79caf6c065a9ee20927941a2c2 | |
parent | dde1b1c48195744dd5273e4b58cac827febb4acb [diff] |
zephyr: Create a test runner for the samples Enhance the test runner so that it can verify the output of the tests by itself. This needs the console to be logged to a file, but otherwise works the same as the current test runner. Also, the build results are placed in a log file, so that it is easier to see what is happening. Signed-off-by: David Brown <david.brown@linaro.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!