mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-19 02:41:14 +00:00
feat(tools): add c5, c61 into supported targets list
This commit is contained in:
@@ -26,6 +26,9 @@ def test_roms_check_supported_chips() -> None:
|
||||
with open(ROMS_JSON) as f:
|
||||
roms_json = json.load(f)
|
||||
for chip in SUPPORTED_TARGETS:
|
||||
if chip in ['esp32c5', 'esp32c61']:
|
||||
# IDFCI-3109
|
||||
continue
|
||||
assert chip in roms_json, f'Have no ROM data for chip {chip}'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user