From d363248161006d31b55709b90643c10191b245d4 Mon Sep 17 00:00:00 2001 From: Almir Okato Date: Mon, 23 Aug 2021 14:12:16 -0300 Subject: [PATCH] readme.md: Add references to the Espressif IDF port. Signed-off-by: Almir Okato --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0c409bf0..47e67a72 100644 --- a/README.md +++ b/README.md @@ -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