We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02df759 commit 4a078a9Copy full SHA for 4a078a9
tools/arm_pack_manager/aliases.json
@@ -1016,6 +1016,12 @@
1016
"M2351KIAAE"
1017
]
1018
},
1019
+ "OLIMEX-STM32E407": {
1020
+ "name": "OLIMEX-STM32E407",
1021
+ "mounted_devices": [
1022
+ "STM32F407ZG"
1023
+ ]
1024
+ },
1025
"PAC52XX EVK": {
1026
"name": "PAC52XX EVK",
1027
"mounted_devices": [
@@ -1820,4 +1826,4 @@
1820
1826
"ARMCM0"
1821
1827
1822
1828
}
1823
-}
1829
+}
tools/arm_pack_manager/legacy-names.json
@@ -27,6 +27,7 @@
27
"STM32F401VE": "STM32F401VETx",
28
"STM32F405RG": "STM32F405RGTx",
29
"STM32F407VG": "STM32F407VGTx",
30
+ "STM32F407ZG": "STM32F407ZGTx",
31
"STM32F410RB": "STM32F410RBTx",
32
"STM32F411RE": "STM32F411RETx",
33
"STM32F412ZG": "STM32F412ZGTx",
0 commit comments