readme.md: Add references to the Espressif IDF port.
Signed-off-by: Almir Okato <almir.okato@espressif.com>
diff --git a/README.md b/README.md
index 0c409bf..47e67a7 100644
--- a/README.md
+++ b/README.md
@@ -37,6 +37,7 @@
- [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 @@
- [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