feat(esp32c61): introduce target esp32c61

This commit is contained in:
wanlei
2024-02-26 11:29:46 +08:00
parent e4f167df25
commit ee02b71f1c
31 changed files with 53 additions and 17 deletions

View File

@@ -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',
}