commit | 78cc1261f3987251d149f6a3ebb3b7e59bb89ad8 | [log] [tgz] |
---|---|---|
author | Fabio Utzig <utzig@apache.org> | Tue Jul 30 14:31:18 2019 -0300 |
committer | Fabio Utzig <utzig@utzig.org> | Tue Aug 06 14:25:04 2019 -0300 |
tree | 287a225d1cf6fb97c36a28d00c3982ac2d15e773 | |
parent | cb47dd7415106b23f45d6bdb24cc177f3fb0e78e [diff] |
Add Mynewt option to enable the watchdog For Mynewt, if a watchdog driver is available, it is always used and feed during a swap operation. Since the swap operation is able to resist resets, the watchdog can stay disabled to preserve some flash space (watchdog driver), with the side-effect that a swap might take longer because of having to resume interrupted operations. Signed-off-by: Fabio Utzig <utzig@apache.org>
This is mcuboot, version 1.3.1
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!