File tree Expand file tree Collapse file tree 3 files changed +14
-16
lines changed Expand file tree Collapse file tree 3 files changed +14
-16
lines changed Original file line number Diff line number Diff line change 8
8
9
9
APIs of "esp_iot_rtos_sdk" are same as "esp_iot_sdk"
10
10
11
- Libs which are not open source in “esp_iot_rtos_sdk_lib”. Please copy them to "\esp_iot_rtos_sdk\lib", then compile .
12
-
13
11
More details in "Wiki" !
14
12
15
13
Original file line number Diff line number Diff line change 1
- 1�� compile options
1
+ 1¡¢ compile options
2
2
3
3
(1) COMPILE
4
4
Possible value: gcc
27
27
Possible value: QIO/QOUT/DIO/DOUT
28
28
Default value: QIO
29
29
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
33
33
34
34
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
36
36
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.
38
38
Linux: ./gen_misc.sh
39
39
Windows: gen_misc.bat
40
- Follow the tips and steps.
40
+ Follow the tips and steps.
Original file line number Diff line number Diff line change 1
- 1�� compile options
1
+ 1¡¢ compile options
2
2
3
3
(1) COMPILE
4
4
Possible value: gcc
27
27
Possible value: QIO/QOUT/DIO/DOUT
28
28
Default value: QIO
29
29
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
33
33
34
34
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
36
36
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.
38
38
Linux: ./gen_misc.sh
39
39
Windows: gen_misc.bat
40
- Follow the tips and steps.
40
+ Follow the tips and steps.
You can’t perform that action at this time.
0 commit comments