Skip to content

Commit c6a7831

Browse files
committed
STM32L0: update device_name
1 parent 4393d24 commit c6a7831

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

targets/targets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3332,7 +3332,7 @@
33323332
"detect_code": [
33333333
"0833"
33343334
],
3335-
"device_name": "STM32L072CZ"
3335+
"device_name": "STM32L072CZTx"
33363336
},
33373337
"MCU_STM32L073xZ": {
33383338
"inherits": [
@@ -3361,7 +3361,7 @@
33613361
"detect_code": [
33623362
"0760"
33633363
],
3364-
"device_name": "STM32L073RZ"
3364+
"device_name": "STM32L073RZTx"
33653365
},
33663366
"MCU_STM32L082xZ": {
33673367
"inherits": [

tools/arm_pack_manager/aliases.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1186,12 +1186,6 @@
11861186
"STM32L152RB"
11871187
]
11881188
},
1189-
"STM32L073Z-EVAL": {
1190-
"name": "STM32L073Z-EVAL",
1191-
"mounted_devices": [
1192-
"STM32L073VZ"
1193-
]
1194-
},
11951189
"STM32L476G-EVAL": {
11961190
"name": "STM32L476G-EVAL",
11971191
"mounted_devices": [

tools/arm_pack_manager/legacy-names.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@
88
"MKL82Z128xxx7": "MKL82Z128VLK7",
99
"R7S72103": "R7S72100",
1010

11-
"STM32L011K4": "STM32L011K4Tx",
12-
"STM32L031K6": "STM32L031K6Tx",
13-
"STM32L053C8": "STM32L053C8Tx",
14-
"STM32L053R8": "STM32L053R8Tx",
15-
"STM32L072CZ": "STM32L072CZTx",
16-
"STM32L073RZ": "STM32L073RZTx",
17-
"STM32L082CZ": "STM32L082CZYx",
1811
"STM32L432KC": "STM32L432KCUx",
1912
"STM32L433RC": "STM32L433RCTx",
2013
"STM32L443RC": "STM32L443RCTx",

0 commit comments

Comments
 (0)