summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-04-07 23:01:26 +0700
committerhathach <[email protected]>2020-04-07 23:01:26 +0700
commitf6edb46c0a7fc9b32cf6931c4ba98b99d555de53 (patch)
tree689deeafcb1ab72341427cbc60081fb7331f8837
parent4265dfb2dea33deb495e630f5085d190634bc11e (diff)
update docs for esp32s2
-rw-r--r--README.md1
-rw-r--r--docs/boards.md4
2 files changed, 5 insertions, 0 deletions
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)