mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-14 14:06:54 +00:00
esp32h4: checked all the corner stuffs of the removal
This commit is contained in:
@@ -32,7 +32,6 @@ USUAL_TO_FORMAL = {
|
||||
'esp32c2': 'ESP32-C2',
|
||||
'esp32c6': 'ESP32-C6',
|
||||
'esp32h2': 'ESP32-H2',
|
||||
'esp32h4': 'ESP32-H4',
|
||||
'linux': 'Linux',
|
||||
}
|
||||
|
||||
@@ -44,7 +43,6 @@ FORMAL_TO_USUAL = {
|
||||
'ESP32-C2': 'esp32c2',
|
||||
'ESP32-C6': 'esp32c6',
|
||||
'ESP32-H2': 'esp32h2',
|
||||
'ESP32-H4': 'esp32h4',
|
||||
'Linux': 'linux',
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user