Skip to content

Commit 7b80a44

Browse files
committed
STM32L4: update device_name
1 parent 941e600 commit 7b80a44

File tree

3 files changed

+13
-50
lines changed

3 files changed

+13
-50
lines changed

targets/targets.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3562,7 +3562,7 @@
35623562
"detect_code": [
35633563
"0770"
35643564
],
3565-
"device_name": "STM32L432KC"
3565+
"device_name": "STM32L432KCUx"
35663566
},
35673567
"MCU_STM32L433xC": {
35683568
"inherits": [
@@ -3586,7 +3586,7 @@
35863586
"detect_code": [
35873587
"0779"
35883588
],
3589-
"device_name": "STM32L433RC"
3589+
"device_name": "STM32L433RCTx"
35903590
},
35913591
"MCU_STM32L443xC": {
35923592
"inherits": [
@@ -3613,7 +3613,7 @@
36133613
"device_has_remove": [
36143614
"LPTICKER"
36153615
],
3616-
"device_name": "STM32L443RC",
3616+
"device_name": "STM32L443RCTx",
36173617
"detect_code": [
36183618
"0458"
36193619
]
@@ -3666,7 +3666,7 @@
36663666
"detect_code": [
36673667
"0312"
36683668
],
3669-
"device_name": "STM32L471QG"
3669+
"device_name": "STM32L471QGIx"
36703670
},
36713671
"MCU_STM32L475xG": {
36723672
"inherits": [
@@ -3712,7 +3712,7 @@
37123712
"features": [
37133713
"BLE"
37143714
],
3715-
"device_name": "STM32L475VG"
3715+
"device_name": "STM32L475VGTx"
37163716
},
37173717
"MCU_STM32L476xG": {
37183718
"inherits": [
@@ -3743,7 +3743,7 @@
37433743
"detect_code": [
37443744
"0765"
37453745
],
3746-
"device_name": "STM32L476RG"
3746+
"device_name": "STM32L476RGTx"
37473747
},
37483748
"DISCO_L476VG": {
37493749
"inherits": [
@@ -3762,7 +3762,7 @@
37623762
"QSPI",
37633763
"USBDEVICE"
37643764
],
3765-
"device_name": "STM32L476VG"
3765+
"device_name": "STM32L476VGTx"
37663766
},
37673767
"RHOMBIO_L476DMW1K": {
37683768
"inherits": [
@@ -3777,7 +3777,7 @@
37773777
"device_has_add": [
37783778
"QSPI"
37793779
],
3780-
"device_name": "STM32L476VG"
3780+
"device_name": "STM32L476VGTx"
37813781
},
37823782
"MCU_STM32L486xG": {
37833783
"inherits": [
@@ -3809,7 +3809,7 @@
38093809
"detect_code": [
38103810
"0827"
38113811
],
3812-
"device_name": "STM32L486RG"
3812+
"device_name": "STM32L486RGTx"
38133813
},
38143814
"ADV_WISE_1570": {
38153815
"inherits": [
@@ -3824,7 +3824,7 @@
38243824
"macros_add": [
38253825
"WISE_1570"
38263826
],
3827-
"device_name": "STM32L486RG",
3827+
"device_name": "STM32L486RGTx",
38283828
"OUTPUT_EXT": "hex"
38293829
},
38303830
"MCU_STM32L496xG": {
@@ -3867,7 +3867,7 @@
38673867
"USBDEVICE",
38683868
"QSPI"
38693869
],
3870-
"device_name": "STM32L496AG"
3870+
"device_name": "STM32L496AGIx"
38713871
},
38723872
"NUCLEO_L496ZG": {
38733873
"inherits": [
@@ -3882,7 +3882,7 @@
38823882
"device_has_add": [
38833883
"USBDEVICE"
38843884
],
3885-
"device_name": "STM32L496ZG"
3885+
"device_name": "STM32L496ZGTx"
38863886
},
38873887
"NUCLEO_L496ZG_P": {
38883888
"inherits": [

tools/arm_pack_manager/aliases.json

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -908,12 +908,6 @@
908908
"nRF51422_xxAA"
909909
]
910910
},
911-
"NUCLEO-L476RG": {
912-
"name": "NUCLEO-L476RG",
913-
"mounted_devices": [
914-
"STM32L476RG"
915-
]
916-
},
917911
"NuTiny-SDK-M051": {
918912
"name": "NuTiny-SDK-M051",
919913
"mounted_devices": [
@@ -1174,24 +1168,6 @@
11741168
"SN32F70*B"
11751169
]
11761170
},
1177-
"STM32L476G-EVAL": {
1178-
"name": "STM32L476G-EVAL",
1179-
"mounted_devices": [
1180-
"STM32L476ZG"
1181-
]
1182-
},
1183-
"STM32L496G-Discovery": {
1184-
"name": "STM32L496G-Discovery",
1185-
"mounted_devices": [
1186-
"STM32L496AGIx"
1187-
]
1188-
},
1189-
"STM32L4R9I-EVAL": {
1190-
"name": "STM32L4R9I-EVAL",
1191-
"mounted_devices": [
1192-
"STM32L4R9AIIx"
1193-
]
1194-
},
11951171
"TLE984x Eval.Board Rev1.4": {
11961172
"name": "TLE984x Eval.Board Rev1.4",
11971173
"mounted_devices": [

tools/arm_pack_manager/legacy-names.json

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,5 @@
66
"MKL43Z256xxx4": "MKL43Z256VLH4",
77
"MKL46Z256xxx4": "MKL46Z256VLL4",
88
"MKL82Z128xxx7": "MKL82Z128VLK7",
9-
"R7S72103": "R7S72100",
10-
11-
"STM32L432KC": "STM32L432KCUx",
12-
"STM32L433RC": "STM32L433RCTx",
13-
"STM32L443RC": "STM32L443RCTx",
14-
"STM32L471QG": "STM32L471QGIx",
15-
"STM32L475VG": "STM32L475VGTx",
16-
"STM32L476JG": "STM32L476JGYx",
17-
"STM32L476RG": "STM32L476RGTx",
18-
"STM32L476VG": "STM32L476VGTx",
19-
"STM32L486RG": "STM32L486RGTx",
20-
"STM32L496AG": "STM32L496AGIx",
21-
"STM32L496ZG": "STM32L496ZGTx",
22-
"STM32L4R5ZI": "STM32L4R5ZITx"
9+
"R7S72103": "R7S72100"
2310
}

0 commit comments

Comments
 (0)