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:
parent
ecc34bb787
commit
3b61e70b8b
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue