Commit d3632481 authored by Almir Okato's avatar Almir Okato Committed by Fabio Utzig
Browse files

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

parent 428e2e7c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ Instructions for different operating systems can be found here:
- [RIOT](docs/readme-riot.md)
- [Mbed-OS](docs/readme-mbed.md)
- [NuttX](docs/readme-nuttx.md)
- [Espressif IDF](docs/readme-espressif.md)
- [Simulator](sim/README.rst)

## 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/mynewt](boot/mynewt): Mynewt bootloader app
- [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.
- [sim](sim): A bootloader simulator for testing and regression