readme.md: Add references to the Espressif IDF port.

Signed-off-by: Almir Okato <almir.okato@espressif.com>
This commit is contained in:
Almir Okato 2021-08-23 14:12:16 -03:00 committed by Fabio Utzig
parent 428e2e7ca7
commit d363248161
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,7 @@ Instructions for different operating systems can be found here:
- [RIOT](docs/readme-riot.md) - [RIOT](docs/readme-riot.md)
- [Mbed-OS](docs/readme-mbed.md) - [Mbed-OS](docs/readme-mbed.md)
- [NuttX](docs/readme-nuttx.md) - [NuttX](docs/readme-nuttx.md)
- [Espressif IDF](docs/readme-espressif.md)
- [Simulator](sim/README.rst) - [Simulator](sim/README.rst)
## Roadmap ## Roadmap
@ -64,6 +65,7 @@ For more information in the source, here are some pointers:
- [boot/zephyr](boot/zephyr): Port of the bootloader to Zephyr - [boot/zephyr](boot/zephyr): Port of the bootloader to Zephyr
- [boot/mynewt](boot/mynewt): Mynewt bootloader app - [boot/mynewt](boot/mynewt): Mynewt bootloader app
- [boot/nuttx](boot/nuttx): Bootloader application and port of MCUboot interfaces for NuttX. - [boot/nuttx](boot/nuttx): Bootloader application and port of MCUboot interfaces for NuttX.
- [boot/espressif](boot/espressif): Bootloader application and MCUboot port for Espressif SoCs.
- [imgtool](scripts/imgtool.py): A tool to securely sign firmware images for booting by mcuboot. - [imgtool](scripts/imgtool.py): A tool to securely sign firmware images for booting by mcuboot.
- [sim](sim): A bootloader simulator for testing and regression - [sim](sim): A bootloader simulator for testing and regression