From ce2ee9deb219f547080afcd732747e275b507c86 Mon Sep 17 00:00:00 2001 From: Espressif Systems Date: Fri, 29 May 2015 20:40:39 +0800 Subject: [PATCH 1/3] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 4f651f75..a0b21b80 100644 --- a/README.md +++ b/README.md @@ -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" ! From ace44aa2abbc87bc0400a58d19a0060bed3b600b Mon Sep 17 00:00:00 2001 From: Espressif Systems Date: Fri, 29 May 2015 20:43:17 +0800 Subject: [PATCH 2/3] Update readme.txt --- app/readme.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/readme.txt b/app/readme.txt index 3e243ed4..23f41d72 100644 --- a/app/readme.txt +++ b/app/readme.txt @@ -1,4 +1,4 @@ -1compile 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 -2You 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. \ No newline at end of file + Follow the tips and steps. From 7499cf38b3817e2c63c7e7d233ec9c1fab4057ff Mon Sep 17 00:00:00 2001 From: Espressif Systems Date: Fri, 29 May 2015 20:47:50 +0800 Subject: [PATCH 3/3] Update readme.txt --- examples/smart_config/readme.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/smart_config/readme.txt b/examples/smart_config/readme.txt index 3e243ed4..23f41d72 100644 --- a/examples/smart_config/readme.txt +++ b/examples/smart_config/readme.txt @@ -1,4 +1,4 @@ -1compile 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 -2You 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. \ No newline at end of file + Follow the tips and steps.