mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-03 08:31:44 +01:00
feat(esp32c5): introduce target esp32c5
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user