mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-24 10:38:01 +08:00
Merge branch 'master' of https://github.com/espressif/esp_iot_rtos_sdk
This commit is contained in:
@ -8,8 +8,6 @@ Note
|
|||||||
|
|
||||||
APIs of "esp_iot_rtos_sdk" are same as "esp_iot_sdk"
|
APIs of "esp_iot_rtos_sdk" are same as "esp_iot_sdk"
|
||||||
|
|
||||||
Libs which are not open source in “esp_iot_rtos_sdk_lib”. Please copy them to "\esp_iot_rtos_sdk\lib", then compile .
|
|
||||||
|
|
||||||
More details in "Wiki" !
|
More details in "Wiki" !
|
||||||
|
|
||||||
|
|
||||||
|
@ -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.
|
@ -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