feat(esp32h21): introduce target esp32h21(stage 1)

This commit is contained in:
gaoxu
2024-11-11 12:01:39 +08:00
committed by Gao Xu
parent 1689c7e14f
commit 64bbb53b8f
34 changed files with 43 additions and 8 deletions

View File

@@ -34,7 +34,7 @@ if os.name != 'nt':
URL_TO_DOC = 'https://docs.espressif.com/projects/esp-idf'
SUPPORTED_TARGETS = ['esp32', 'esp32s2', 'esp32c3', 'esp32s3', 'esp32c2', 'esp32c6', 'esp32h2', 'esp32p4']
PREVIEW_TARGETS = ['linux', 'esp32c5', 'esp32c61']
PREVIEW_TARGETS = ['linux', 'esp32c5', 'esp32c61', 'esp32h21']
OPENOCD_TAGET_CONFIG_DEFAULT = '-f interface/ftdi/esp32_devkitj_v1.cfg -f target/{target}.cfg'
OPENOCD_TAGET_CONFIG: Dict[str, str] = {