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 config IDF_TARGET_ESP32S3
bool bool
default "y" if IDF_TARGET="esp32s3" default "y" if IDF_TARGET="esp32s3"
select IDF_ENV_FPGA
config IDF_FIRMWARE_CHIP_ID config IDF_FIRMWARE_CHIP_ID
hex hex

View File

@@ -57,7 +57,7 @@ menu "Serial flasher config"
config ESPTOOLPY_WITH_STUB config ESPTOOLPY_WITH_STUB
# Only real reason to disable this is when ESP32-S2 Secure Download Mode is set # Only real reason to disable this is when ESP32-S2 Secure Download Mode is set
bool bool
default "y" if !IDF_ENV_FPGA default "y" if !IDF_TARGET_ESP32S3
depends on !SECURE_ENABLE_SECURE_ROM_DL_MODE depends on !SECURE_ENABLE_SECURE_ROM_DL_MODE
choice ESPTOOLPY_FLASHMODE choice ESPTOOLPY_FLASHMODE