mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-09-22 06:32:10 +08:00
Merge branch 'docs/add_spi_flash_size_note' into 'master'
Add SPI flash size note for users See merge request sdk/ESP8266_RTOS_SDK!637
This commit is contained in:
@ -122,7 +122,9 @@ choice ESPTOOLPY_FLASHSIZE
|
|||||||
prompt "Flash size"
|
prompt "Flash size"
|
||||||
default ESPTOOLPY_FLASHSIZE_2MB
|
default ESPTOOLPY_FLASHSIZE_2MB
|
||||||
help
|
help
|
||||||
SPI flash size, in megabytes
|
SPI flash size, in megabytes. Users must not configure a larger value than their real flash size.
|
||||||
|
Otherwise an unexpected result may cause if users read/write a wrong address of flash.
|
||||||
|
|
||||||
config ESPTOOLPY_FLASHSIZE_1MB
|
config ESPTOOLPY_FLASHSIZE_1MB
|
||||||
bool "1 MB"
|
bool "1 MB"
|
||||||
config ESPTOOLPY_FLASHSIZE_2MB
|
config ESPTOOLPY_FLASHSIZE_2MB
|
||||||
|
Reference in New Issue
Block a user