commit | 12b9dedaf63cbb32a4ba09a05e2d5fed63b1cd03 | [log] [tgz] |
---|---|---|
author | David Brown <david.brown@linaro.org> | Mon Sep 11 13:04:34 2017 -0600 |
committer | David Brown <davidb@davidb.org> | Mon Sep 11 14:03:28 2017 -0600 |
tree | 50799dcf45d22c50045de755d2af564cfe34e29a | |
parent | d7d713fa0077678f3912e6bd359ac8fb43ac9818 [diff] |
Rearrange docs for gh-pages Github pages allows the documentation to be in the master branch in a 'docs' directory to be rendered as the main site (mcuboot.com). Rename this directory, and pull in the documentation files from the old gh-pages branch. The main index.md page does not link to the rest of the docs yet, and that change can be made in a future patch. Signed-off-by: David Brown <david.brown@linaro.org>
This is mcuboot, version 0.9.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!