Skip to content

Commit 449b0cd

Browse files
committed
Simplify build documentation for different ESP32 series
1 parent c359c82 commit 449b0cd

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

README_Building.md

+2-16
Original file line numberDiff line numberDiff line change
@@ -321,29 +321,15 @@ make clean && make $*
321321
### for esp32
322322
On 64 bit linux:
323323

324-
#### ESP32 Series
325324
```
326325
git clone https://github.com/espruino/Espruino.git
327326
cd Espruino
328327
source scripts/provision.sh ESP32
329328
make clean && BOARD=ESP32 make
330329
```
331330

332-
#### ESP32-S3 Series
333-
```
334-
git clone https://github.com/espruino/Espruino.git
335-
cd Espruino
336-
source scripts/provision.sh ESP32S3_IDF4
337-
make clean && BOARD=ESP32S3_IDF4 make
338-
```
339-
340-
#### ESP32-C3 Series
341-
```
342-
git clone https://github.com/espruino/Espruino.git
343-
cd Espruino
344-
source scripts/provision.sh ESP32C3_IDF4
345-
make clean && BOARD=ESP32C3_IDF4 make
346-
```
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.
347333

348334
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
349335
http://esp-idf.readthedocs.io/en/latest/macos-setup.html

0 commit comments

Comments
 (0)