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

View File

@@ -295,6 +295,7 @@ class BuildSystem:
'ESP32-S2': 'esp32s2',
'ESP32-S3': 'esp32s3',
'ESP32-C3': 'esp32c3',
'ESP32-H2': 'esp32h2',
'Linux': 'linux',
}