This commit is contained in:
Espressif Systems
2015-06-08 17:31:21 +08:00
3 changed files with 14 additions and 16 deletions

View File

@ -8,8 +8,6 @@ Note
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" !

View File

@ -1,4 +1,4 @@
1<EFBFBD><EFBFBD>compile options
1¡¢compile options
(1) COMPILE
Possible value: gcc
@ -27,14 +27,14 @@
Possible value: QIO/QOUT/DIO/DOUT
Default value: QIO
(4) SPI_SIZE
Possible value: 256/512/1024/2048/4096
Default value: 512
(4) SPI_SIZE_MAP
Possible value: 0/2/3/4/5/6
Default value: 0
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
Windows: gen_misc.bat
Follow the tips and steps.
Follow the tips and steps.

View File

@ -1,4 +1,4 @@
1<EFBFBD><EFBFBD>compile options
1¡¢compile options
(1) COMPILE
Possible value: gcc
@ -27,14 +27,14 @@
Possible value: QIO/QOUT/DIO/DOUT
Default value: QIO
(4) SPI_SIZE
Possible value: 256/512/1024/2048/4096
Default value: 512
(4) SPI_SIZE_MAP
Possible value: 0/2/3/4/5/6
Default value: 0
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
Windows: gen_misc.bat
Follow the tips and steps.
Follow the tips and steps.