mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-04 11:55:21 +02:00
esp32h2: add esp32h2 build target
Add esp32h2 support in the following components: * Kconfig * components/esptool_py * components/riscv * components/xtensa * tools
This commit is contained in:
@@ -56,6 +56,7 @@ menu "Serial flasher config"
|
||||
|
||||
config ESPTOOLPY_NO_STUB
|
||||
bool "Disable download stub"
|
||||
default "y" if IDF_TARGET_ESP32H2 # ESP32H2-TODO: IDF-3378
|
||||
default "n"
|
||||
help
|
||||
The flasher tool sends a precompiled download stub first by default. That stub allows things
|
||||
@@ -117,7 +118,7 @@ menu "Serial flasher config"
|
||||
|
||||
choice ESPTOOLPY_FLASHFREQ
|
||||
prompt "Flash SPI speed"
|
||||
default ESPTOOLPY_FLASHFREQ_40M if IDF_TARGET_ESP32
|
||||
default ESPTOOLPY_FLASHFREQ_40M if IDF_TARGET_ESP32 || IDF_TARGET_ESP32H2
|
||||
default ESPTOOLPY_FLASHFREQ_80M
|
||||
help
|
||||
The SPI flash frequency to be used.
|
||||
|
||||
Submodule components/esptool_py/esptool updated: 1c9fe70597...46ead46242
Reference in New Issue
Block a user