README.md: Add references to the NuttX port

Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
This commit is contained in:
Gustavo Henrique Nihei 2021-08-06 16:15:33 -03:00 committed by Fabio Utzig
parent 93c029a4c5
commit 9d67f01efc
1 changed files with 2 additions and 0 deletions

View File

@ -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