mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00: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:
@@ -295,6 +295,7 @@ class BuildSystem:
|
||||
'ESP32-S2': 'esp32s2',
|
||||
'ESP32-S3': 'esp32s3',
|
||||
'ESP32-C3': 'esp32c3',
|
||||
'ESP32-H2': 'esp32h2',
|
||||
'Linux': 'linux',
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user