commit | d37d8776034674474442b52574d5a12661a0cea0 | [log] [tgz] |
---|---|---|
author | Fabio Utzig <utzig@apache.org> | Tue Dec 03 10:32:18 2019 -0300 |
committer | Fabio Utzig <utzig@utzig.org> | Tue Dec 03 16:35:58 2019 -0300 |
tree | fe50e6e336a6472b096925f1c34d52d975af038d | |
parent | 586c84e942df338034b160b191d0752133954b2d [diff] |
Add html anchors to design and imgtool documents When pages are built from the markdown sources, the html anchors for titles are automatically added, but no links are inserted in the pages. This makes it harder to send URLs to sections; one has to browse the page source to get the correct link. This fixes the issue by adding links directly to the generated pages. Signed-off-by: Fabio Utzig <utzig@apache.org>
This is mcuboot version 1.4.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 simple software upgrades.
MCUboot is operating system and hardware independent and relies on hardware porting layers from the operating. 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!