mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
esp32s3: run on chip
This commit is contained in:
parent
28145e0894
commit
e90dbe29cb
1
Kconfig
1
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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user