change(esp_driver): set cases with toppd check only run in esp32c5eco3 rather than eco2

This commit is contained in:
hebinglin
2026-01-09 14:50:09 +08:00
committed by BOT
parent 902d13d489
commit 17c110d640
15 changed files with 329 additions and 29 deletions
+1
View File
@@ -150,6 +150,7 @@ ENV_MARKERS = {
'esp32c2eco4': 'esp32c2 major version(v2.0) chips',
'recovery_bootloader': 'Runner with recovery bootloader offset set in eFuse',
'esp32p4_eco4': 'Runner with esp32p4 eco4 connected',
'esp32c5_eco3': 'Runner with esp32c5 eco3 connected',
}
# by default the timeout is 1h, for some special cases we need to extend it