mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-08 23:20:14 +08:00
Update readme.txt
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
1<EFBFBD><EFBFBD>compile options
|
1¡¢compile options
|
||||||
|
|
||||||
(1) COMPILE
|
(1) COMPILE
|
||||||
Possible value: gcc
|
Possible value: gcc
|
||||||
@ -27,14 +27,14 @@
|
|||||||
Possible value: QIO/QOUT/DIO/DOUT
|
Possible value: QIO/QOUT/DIO/DOUT
|
||||||
Default value: QIO
|
Default value: QIO
|
||||||
|
|
||||||
(4) SPI_SIZE
|
(4) SPI_SIZE_MAP
|
||||||
Possible value: 256/512/1024/2048/4096
|
Possible value: 0/2/3/4/5/6
|
||||||
Default value: 512
|
Default value: 0
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
make COMPILE=gcc BOOT=new APP=1 SPI_SPEED=40 SPI_MODE=QIO SPI_SIZE=512
|
make COMPILE=gcc BOOT=new APP=1 SPI_SPEED=40 SPI_MODE=QIO SPI_SIZE_MAP=0
|
||||||
|
|
||||||
2<EFBFBD><EFBFBD>You can also use gen_misc to make and generate specific bin you needed.
|
2¡¢You can also use gen_misc to make and generate specific bin you needed.
|
||||||
Linux: ./gen_misc.sh
|
Linux: ./gen_misc.sh
|
||||||
Windows: gen_misc.bat
|
Windows: gen_misc.bat
|
||||||
Follow the tips and steps.
|
Follow the tips and steps.
|
Reference in New Issue
Block a user