mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
feat(esp32c61): introduce target esp32c61
This commit is contained in:
@@ -35,6 +35,7 @@ USUAL_TO_FORMAL = {
|
||||
'esp32c5': 'ESP32-C5',
|
||||
'esp32h2': 'ESP32-H2',
|
||||
'esp32p4': 'ESP32-P4',
|
||||
'esp32c61': 'ESP32-C61',
|
||||
'linux': 'Linux',
|
||||
}
|
||||
|
||||
@@ -48,6 +49,7 @@ FORMAL_TO_USUAL = {
|
||||
'ESP32-C5': 'esp32c5',
|
||||
'ESP32-H2': 'esp32h2',
|
||||
'ESP32-P4': 'esp32p4',
|
||||
'ESP32-C61': 'esp32c61',
|
||||
'Linux': 'linux',
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user