8000 updated Readme · daq-tools/pycom-micropython@dca68aa · GitHub
[go: up one dir, main page]

Skip to content

Commit dca68aa

Browse files
author
iwahdan88
committed
updated Readme
1 parent 7014fb3 commit dca68aa

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Then when you need the toolchain you can type ``get_esp32`` on the command line
7474
You also need the ESP IDF along side this repository in order to build the ESP32 port.
7575
To 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

7979
After 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

0 commit comments

Comments
 (0)
0