File tree Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -321,29 +321,15 @@ make clean && make $*
321321### for esp32
322322On 64 bit linux:
323323
324- #### ESP32 Series
325324```
326325git clone https://github.com/espruino/Espruino.git
327326cd Espruino
328327source scripts/provision.sh ESP32
329328make 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
348334If you are on a different platform such as the Mac, you will need to install the toolchain and esp-idf for your platform, see
349335http://esp-idf.readthedocs.io/en/latest/macos-setup.html
You can’t perform that action at this time.
0 commit comments