ci: Enable target tests for esp32c6

This commit is contained in:
Song Ruo Jing
2022-11-09 15:28:20 +08:00
parent 6a450c4113
commit 8efca13905
6 changed files with 119 additions and 1 deletions
@@ -119,6 +119,7 @@ class UnitTestGroup(IDFCaseGroup):
'esp32s3': 'ESP32S3DUT',
'esp32c2': 'ESP32C2DUT',
'esp32c3': 'ESP32C3DUT',
'esp32c6': 'ESP32C6DUT',
'esp8266': 'ESP8266DUT',
}
+1 -1
View File
@@ -628,7 +628,7 @@ class ESP32C6DUT(IDFDUT):
@classmethod
def get_rom(cls):
return targets.ESP32C6BETAROM
return targets.ESP32C6ROM
class ESP32H4DUT(IDFDUT):