ci(phy): add test_phy case for esp32h2

This commit is contained in:
Tan Yan Quan
2025-07-01 19:18:06 +08:00
parent 62e09ad60f
commit 91827686ac
18 changed files with 254 additions and 140 deletions
-1
View File
@@ -379,7 +379,6 @@ components/esp_hid/private/bt_hidd.h
components/esp_hid/private/bt_hidh.h
components/esp_local_ctrl/src/esp_local_ctrl_priv.h
components/esp_local_ctrl/src/esp_local_ctrl_transport_ble.c
components/esp_phy/test/test_phy_rtc.c
components/esp_rom/esp32/include/esp32/rom/tjpgd.h
components/esp_rom/esp32/ld/esp32.rom.api.ld
components/esp_rom/esp32/ld/esp32.rom.eco3.ld
+1
View File
@@ -32,4 +32,5 @@ ECO_MARKERS = [
'esp32p4_eco4',
'esp32c5_eco3',
'eco4',
'eco5',
]