risc-v/esp32c3: Remove deprecated note about Flash Detect feature
Flash Detect option is already available on esptool.py installed via pip Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
This commit is contained in:
parent
1c8e84b341
commit
c471f0fe96
@ -79,12 +79,10 @@ config ESP32C3_ESPTOOLPY_NO_STUB
|
|||||||
Usually you should not need to disable that feature.
|
Usually you should not need to disable that feature.
|
||||||
|
|
||||||
config ESP32C3_FLASH_DETECT
|
config ESP32C3_FLASH_DETECT
|
||||||
bool "Auto-detect FLASH size (to be used with master esptool)"
|
bool "Auto-detect FLASH size"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Auto detect flash size when flashing.
|
Auto detect flash size when flashing.
|
||||||
Current released version of esptool doesn't support auto-detecting flash size.
|
|
||||||
Use latest master from https://github.com/espressif/esptool.
|
|
||||||
|
|
||||||
choice ESP32C3_FLASH_MODE
|
choice ESP32C3_FLASH_MODE
|
||||||
prompt "SPI FLASH mode"
|
prompt "SPI FLASH mode"
|
||||||
|
Loading…
Reference in New Issue
Block a user