You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/12/21 13:02:55 UTC

[incubator-nuttx] 05/05: risc-v/esp32c3: Remove deprecated note about Flash Detect feature

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit c471f0fe9684d7e19aa5490f7048970591945754
Author: Gustavo Henrique Nihei <gu...@espressif.com>
AuthorDate: Tue Dec 14 16:31:37 2021 -0300

    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 <gu...@espressif.com>
---
 arch/risc-v/src/esp32c3/Kconfig | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/arch/risc-v/src/esp32c3/Kconfig b/arch/risc-v/src/esp32c3/Kconfig
index 03ea2ec..019b8ad 100644
--- a/arch/risc-v/src/esp32c3/Kconfig
+++ b/arch/risc-v/src/esp32c3/Kconfig
@@ -79,12 +79,10 @@ config ESP32C3_ESPTOOLPY_NO_STUB
 		Usually you should not need to disable that feature.
 
 config ESP32C3_FLASH_DETECT
-	bool "Auto-detect FLASH size (to be used with master esptool)"
+	bool "Auto-detect FLASH size"
 	default n
 	---help---
 		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
 	prompt "SPI FLASH mode"