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

@@ -2,7 +2,7 @@
components/app_update/test_apps:
enable:
- if: CONFIG_NAME == "defaults" and IDF_TARGET != "linux"
- if: CONFIG_NAME == "defaults" and IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32c5", "esp32c6", "esp32c61", "esp32h2", "esp32p4", "esp32s2", "esp32s3"]
- if: CONFIG_NAME == "xip_psram" and IDF_TARGET in ["esp32s2", "esp32s3", "esp32p4"]
# S2 doesn't have ROM for flash
- if: CONFIG_NAME == "xip_psram_with_rom_impl" and IDF_TARGET in ["esp32s3", "esp32p4"]