This repository was archived by the owner on Sep 16, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ Then when you need the toolchain you can type ``get_esp32`` on the command line
7474You also need the ESP IDF along side this repository in order to build the ESP32 port.
7575To get it:
7676
77- $ git clone --recursive -b idf_v3.1 https://github.com/pycom/pycom-esp-idf.git
77+ $ git clone --recursive -b idf_v3.2 https://github.com/pycom/pycom-esp-idf.git
7878
7979After cloning, if you did not specify the --recursive option, make sure to checkout all the submodules:
8080
@@ -109,7 +109,7 @@ Prior to building the main firmware, you need to build mpy-cross
109109
110110 $ cd mpy-cross && make clean && make && cd ..
111111
112- By default the firmware is built for the WIPY2 :
112+ By default the firmware is built for the WIPY :
113113
114114 $ cd esp32
115115 $ make clean
@@ -192,7 +192,17 @@ To create a release package for all currently supported Pycom boards in a direct
192192 $ cd esp32
193193 $ for BOARD in WIPY LOPY SIPY GPY FIPY LOPY4; do make BOARD=$BOARD clean && make BOARD=$BOARD RELEASE_DIR=~/pycom-packages release; done
194194
195+ To inclue a step for copying IDF libs from IDF_PATH specify the following variable in the make command
195196
197+ COPY_IDF_LIB=1
198+
199+ To Buiild the firmware with Pybytes libs use the following make variable
200+
201+ VARIANT=PYBYTES
202+
203+ To Disable RGB Led control use the following make variable
204+
205+ RGB_LED=disable
196206
197207## Steps for using Secure Boot and Flash Encryption
198208
You can’t perform that action at this time.
0 commit comments