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:
Shu Chen
2021-06-08 16:11:35 +08:00
parent 68f33b75de
commit 2b9e8fed71
11 changed files with 40 additions and 5 deletions
+2 -1
View File
@@ -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.