We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce2ee9d commit ace44aaCopy full SHA for ace44aa
app/readme.txt
@@ -1,4 +1,4 @@
1
-1��compile options
+1¡¢compile options
2
3
(1) COMPILE
4
Possible value: gcc
@@ -27,14 +27,14 @@
27
Possible value: QIO/QOUT/DIO/DOUT
28
Default value: QIO
29
30
-(4) SPI_SIZE
31
- Possible value: 256/512/1024/2048/4096
32
- Default value: 512
+(4) SPI_SIZE_MAP
+ Possible value: 0/2/3/4/5/6
+ Default value: 0
33
34
For example:
35
- 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
36
37
-2��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.
38
Linux: ./gen_misc.sh
39
Windows: gen_misc.bat
40
- Follow the tips and steps.
+ Follow the tips and steps.
0 commit comments