mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
esp32s3: run on chip
This commit is contained in:
1
Kconfig
1
Kconfig
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user