From e90dbe29cb107fb6e2b376218172092c227267c9 Mon Sep 17 00:00:00 2001 From: morris Date: Thu, 6 Aug 2020 21:03:04 +0800 Subject: [PATCH] esp32s3: run on chip --- Kconfig | 1 - components/esptool_py/Kconfig.projbuild | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Kconfig b/Kconfig index 8bda616ea6..02a9380814 100644 --- a/Kconfig +++ b/Kconfig @@ -33,7 +33,6 @@ mainmenu "Espressif IoT Development Framework Configuration" config IDF_TARGET_ESP32S3 bool default "y" if IDF_TARGET="esp32s3" - select IDF_ENV_FPGA config IDF_FIRMWARE_CHIP_ID hex diff --git a/components/esptool_py/Kconfig.projbuild b/components/esptool_py/Kconfig.projbuild index f078cb6159..16eca6e003 100644 --- a/components/esptool_py/Kconfig.projbuild +++ b/components/esptool_py/Kconfig.projbuild @@ -57,7 +57,7 @@ menu "Serial flasher config" config ESPTOOLPY_WITH_STUB # Only real reason to disable this is when ESP32-S2 Secure Download Mode is set bool - default "y" if !IDF_ENV_FPGA + default "y" if !IDF_TARGET_ESP32S3 depends on !SECURE_ENABLE_SECURE_ROM_DL_MODE choice ESPTOOLPY_FLASHMODE