Skip to content

Commit 7b65085

Browse files
author
Espressif Systems
committed
2 parents f33be1a + 7499cf3 commit 7b65085

File tree

3 files changed

+14
-16
lines changed

3 files changed

+14
-16
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ Note
88

99
APIs of "esp_iot_rtos_sdk" are same as "esp_iot_sdk"
1010

11-
Libs which are not open source in “esp_iot_rtos_sdk_lib”. Please copy them to "\esp_iot_rtos_sdk\lib", then compile .
12-
1311
More details in "Wiki" !
1412

1513

app/readme.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1��compile options
1+
1¡¢compile options
22

33
(1) COMPILE
44
Possible value: gcc
@@ -27,14 +27,14 @@
2727
Possible value: QIO/QOUT/DIO/DOUT
2828
Default value: QIO
2929

30-
(4) SPI_SIZE
31-
Possible value: 256/512/1024/2048/4096
32-
Default value: 512
30+
(4) SPI_SIZE_MAP
31+
Possible value: 0/2/3/4/5/6
32+
Default value: 0
3333

3434
For example:
35-
make COMPILE=gcc BOOT=new APP=1 SPI_SPEED=40 SPI_MODE=QIO SPI_SIZE=512
35+
make COMPILE=gcc BOOT=new APP=1 SPI_SPEED=40 SPI_MODE=QIO SPI_SIZE_MAP=0
3636

37-
2��You can also use gen_misc to make and generate specific bin you needed.
37+
2¡¢You can also use gen_misc to make and generate specific bin you needed.
3838
Linux: ./gen_misc.sh
3939
Windows: gen_misc.bat
40-
Follow the tips and steps.
40+
Follow the tips and steps.

examples/smart_config/readme.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1��compile options
1+
1¡¢compile options
22

33
(1) COMPILE
44
Possible value: gcc
@@ -27,14 +27,14 @@
2727
Possible value: QIO/QOUT/DIO/DOUT
2828
Default value: QIO
2929

30-
(4) SPI_SIZE
31-
Possible value: 256/512/1024/2048/4096
32-
Default value: 512
30+
(4) SPI_SIZE_MAP
31+
Possible value: 0/2/3/4/5/6
32+
Default value: 0
3333

3434
For example:
35-
make COMPILE=gcc BOOT=new APP=1 SPI_SPEED=40 SPI_MODE=QIO SPI_SIZE=512
35+
make COMPILE=gcc BOOT=new APP=1 SPI_SPEED=40 SPI_MODE=QIO SPI_SIZE_MAP=0
3636

37-
2��You can also use gen_misc to make and generate specific bin you needed.
37+
2¡¢You can also use gen_misc to make and generate specific bin you needed.
3838
Linux: ./gen_misc.sh
3939
Windows: gen_misc.bat
40-
Follow the tips and steps.
40+
Follow the tips and steps.

0 commit comments

Comments
 (0)