esp32s3: run on chip

This commit is contained in:
morris 2020-08-06 21:03:04 +08:00
parent 28145e0894
commit e90dbe29cb
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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