docs: Link to instructions from landing pages

Link to usage instructions from the main README file and from
docs/index.md so that the usage is visible from the root documentation
files.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
Carles Cufi 2018-01-23 15:43:46 +01:00 committed by Fabio Utzig
parent ecc34bb787
commit 3b61e70b8b
2 changed files with 11 additions and 1 deletions

View File

@ -19,6 +19,13 @@ 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.
## Using MCUboot
Instructions for different operating systems can be found here:
- [Zephyr](docs/readme-zephyr.md)
- [Mynewt](docs/readme-mynewt.md)
- [RIOT](docs/readme-riot.md)
## Roadmap
The issues being planned and worked on are tracked on Jira. To participate

View File

@ -19,7 +19,10 @@ target with a complete port planned.
- [Release notes]({% link release-notes.md %})
- [design]({% link design.md %}): for the design
- [imgtool]({% link imgtool.md %}): The image signing and key management
tool.
- Usage instructions:
- [Zephyr]({% link readme-zephyr.md %})
- [Mynewt]({% link readme-mynewt.md %})
- [RIOT]({% link readme-riot.md %})
- [Patch submission]({% link SubmittingPatches.md %}) for information
on how to contribute to mcuboot.
- Testing