Skip to content

Commit 5fc3975

Browse files
committed
STM32F3: update device_name
1 parent d1c78a2 commit 5fc3975

File tree

3 files changed

+3
-40
lines changed

3 files changed

+3
-40
lines changed

targets/targets.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1638,7 +1638,7 @@
16381638
"detect_code": [
16391639
"0775"
16401640
],
1641-
"device_name": "STM32F303K8"
1641+
"device_name": "STM32F303K8Tx"
16421642
},
16431643
"MCU_STM32F303xC": {
16441644
"inherits": [
@@ -1687,7 +1687,7 @@
16871687
"detect_code": [
16881688
"0745"
16891689
],
1690-
"device_name": "STM32F303RE"
1690+
"device_name": "STM32F303RETx"
16911691
},
16921692
"NUCLEO_F303ZE": {
16931693
"inherits": [
@@ -1700,7 +1700,7 @@
17001700
"detect_code": [
17011701
"0747"
17021702
],
1703-
"device_name": "STM32F303ZE"
1703+
"device_name": "STM32F303ZETx"
17041704
},
17051705
"MCU_STM32F334x8": {
17061706
"inherits": [

tools/arm_pack_manager/aliases.json

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1216,42 +1216,12 @@
12161216
"SN32F70*B"
12171217
]
12181218
},
1219-
"STM32303C-EVAL": {
1220-
"name": "STM32303C-EVAL",
1221-
"mounted_devices": [
1222-
"STM32F303VC"
1223-
]
1224-
},
1225-
"STM32303E-EVAL": {
1226-
"name": "STM32303E-EVAL",
1227-
"mounted_devices": [
1228-
"STM32F303VE"
1229-
]
1230-
},
1231-
"STM32373C-EVAL": {
1232-
"name": "STM32373C-EVAL",
1233-
"mounted_devices": [
1234-
"STM32F373VC"
1235-
]
1236-
},
12371219
"STM32756G-EVAL": {
12381220
"name": "STM32756G-EVAL",
12391221
"mounted_devices": [
12401222
"STM32F756NGHx"
12411223
]
12421224
},
1243-
"STM32F3-Discovery": {
1244-
"name": "STM32F3-Discovery",
1245-
"mounted_devices": [
1246-
"STM32F303VC"
1247-
]
1248-
},
1249-
"STM32F334-Discovery": {
1250-
"name": "STM32F334-Discovery",
1251-
"mounted_devices": [
1252-
"STM32F334C8"
1253-
]
1254-
},
12551225
"STM32F429I-Discovery": {
12561226
"name": "STM32F429I-Discovery",
12571227
"mounted_devices": [

tools/arm_pack_manager/legacy-names.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@
77
"MKL46Z256xxx4": "MKL46Z256VLL4",
88
"MKL82Z128xxx7": "MKL82Z128VLK7",
99
"R7S72103": "R7S72100",
10-
"STM32F302R8": "STM32F302R8Tx",
11-
"STM32F303K8": "STM32F303K8Tx",
12-
"STM32F303RE": "STM32F303RETx",
13-
"STM32F303VC": "STM32F303VCTx",
14-
"STM32F303ZE": "STM32F303ZETx",
15-
"STM32F334C8": "STM32F334C8Tx",
16-
"STM32F334R8": "STM32F334R8Tx",
1710
"STM32F401RE": "STM32F401RETx",
1811
"STM32F401VC": "STM32F401VCTx",
1912
"STM32F401VE": "STM32F401VETx",

0 commit comments

Comments
 (0)