File tree 1 file changed +2
-16
lines changed
1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -321,29 +321,15 @@ make clean && make $*
321
321
### for esp32
322
322
On 64 bit linux:
323
323
324
- #### ESP32 Series
325
324
```
326
325
git clone https://github.com/espruino/Espruino.git
327
326
cd Espruino
328
327
source scripts/provision.sh ESP32
329
328
make clean && BOARD=ESP32 make
330
329
```
331
330
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.
347
333
348
334
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
349
335
http://esp-idf.readthedocs.io/en/latest/macos-setup.html
You can’t perform that action at this time.
0 commit comments