commit | 6b1b3b9246102b3fc84ce17e8f3b50b9e700af4d | [log] [tgz] |
---|---|---|
author | David Brown <david.brown@linaro.org> | Tue Sep 19 08:59:10 2017 -0600 |
committer | David Brown <davidb@davidb.org> | Tue Sep 19 10:00:05 2017 -0600 |
tree | 848a63cb8c8db81806f56fd92298b4abafa07d89 | |
parent | b69841820462fa0227d7fb407620405f6426bb4b [diff] |
Fix warning on overwrite-only This function is unused in overwrite-only mode. Clang seems to catch this, whereas gcc does not. Add the proper ifdefs so that the simulator tests all pass on MacOS. Signed-off-by: David Brown <david.brown@linaro.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!