From f6edb46c0a7fc9b32cf6931c4ba98b99d555de53 Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 7 Apr 2020 23:01:26 +0700 Subject: [PATCH] update docs for esp32s2 --- README.md | 1 + docs/boards.md | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 2bec2326e..86fd0d800 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ Special thanks to all the people who spent their precious time and effort to hel The stack supports the following MCUs: +- **Espressif:** ESP32-S2 - **MicroChip:** SAMD21, SAMD51 (device only) - **NordicSemi:** nRF52840, nRF52833 - **Nuvoton:** NUC120, NUC121/NUC125, NUC126, NUC505 diff --git a/docs/boards.md b/docs/boards.md index 558c6f97f..7a33bab8d 100644 --- a/docs/boards.md +++ b/docs/boards.md @@ -9,6 +9,10 @@ The board support code is only used for self-contained examples and testing. It This code base already had supported for a handful of following boards (sorted alphabetically) +### Espressif ESP32-S2 + +- [ESP32-S2-Saola-1](https://docs.espressif.com/projects/esp-idf/en/latest/esp32s2/hw-reference/esp32s2/user-guide-saola-1-v1.2.html) + ### MicroChip SAMD - [Adafruit Circuit Playground Express](https://www.adafruit.com/product/3333)