feat(esp32c5): introduce target esp32c5

This commit is contained in:
laokaiyao
2023-11-21 17:32:12 +08:00
parent 076aefce74
commit bb0879b3f8
26 changed files with 5 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ USUAL_TO_FORMAL = {
'esp32c3': 'ESP32-C3',
'esp32c2': 'ESP32-C2',
'esp32c6': 'ESP32-C6',
'esp32c5': 'ESP32-C5',
'esp32h2': 'ESP32-H2',
'esp32p4': 'ESP32-P4',
'linux': 'Linux',
@@ -43,6 +44,7 @@ FORMAL_TO_USUAL = {
'ESP32-C3': 'esp32c3',
'ESP32-C2': 'esp32c2',
'ESP32-C6': 'esp32c6',
'ESP32-C5': 'esp32c5',
'ESP32-H2': 'esp32h2',
'ESP32-P4': 'esp32p4',
'Linux': 'linux',