README.md: Add references to the NuttX port
Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
This commit is contained in:
parent
93c029a4c5
commit
9d67f01efc
|
@ -36,6 +36,7 @@ Instructions for different operating systems can be found here:
|
|||
- [Mynewt](docs/readme-mynewt.md)
|
||||
- [RIOT](docs/readme-riot.md)
|
||||
- [Mbed-OS](docs/readme-mbed.md)
|
||||
- [NuttX](docs/readme-nuttx.md)
|
||||
- [Simulator](sim/README.rst)
|
||||
|
||||
## Roadmap
|
||||
|
@ -62,6 +63,7 @@ For more information in the source, here are some pointers:
|
|||
- [boot/boot\_serial](boot/boot_serial): Support for serial upgrade within the bootloader itself.
|
||||
- [boot/zephyr](boot/zephyr): Port of the bootloader to Zephyr
|
||||
- [boot/mynewt](boot/mynewt): Mynewt bootloader app
|
||||
- [boot/nuttx](boot/nuttx): Bootloader application and port of MCUboot interfaces for NuttX.
|
||||
- [imgtool](scripts/imgtool.py): A tool to securely sign firmware images for booting by mcuboot.
|
||||
- [sim](sim): A bootloader simulator for testing and regression
|
||||
|
||||
|
|
Loading…
Reference in New Issue