esp32h4: checked all the corner stuffs of the removal

This commit is contained in:
laokaiyao
2023-04-13 17:06:40 +08:00
parent 954a6a2cff
commit 87328d594f
21 changed files with 41 additions and 38 deletions

View File

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