Skip to content

Commit 94b14d8

Browse files
authored
Merge pull request #2627 from jpcano/readme-build-esp32-series
Document how to build for different ESP32 Series
2 parents faf78e0 + 449b0cd commit 94b14d8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Main supported platforms are:
9292
* nRF52
9393
* nRF51
9494
* ESP8266
95-
* ESP32
95+
* ESP32, ESP32-S3, ESP32-C3
9696
* Linux
9797

9898
Espruino has been ported to other boards and platforms (such as EFM32 and SAMD), but these have a habit of being contributed and then never maintained. All boards that this has happened to reside in the [UNMAINTAINED_BOARDS](https://github.com/espruino/Espruino/tree/UNMAINTAINED_BOARDS) branch.

README_Building.md

+3
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,9 @@ source scripts/provision.sh ESP32
328328
make clean && BOARD=ESP32 make
329329
```
330330

331+
If you have a different flavour of this chip, like the esp32-s3, you can replace `ESP32` with `ESP32S3_IDF4` in the previous commands.
332+
You can see a list of all the supported esp32 series in the `boards` folder.
333+
331334
If you are on a different platform such as the Mac, you will need to install the toolchain and esp-idf for your platform, see
332335
http://esp-idf.readthedocs.io/en/latest/macos-setup.html
333336

0 commit comments

Comments
 (0)