Skip to content

Commit ace44aa

Browse files
author
Espressif Systems
committed
Update readme.txt
1 parent ce2ee9d commit ace44aa

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

app/readme.txt

+7-7
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)