Skip to content

Commit 941e600

Browse files
committed
STM32L1: update device_name
1 parent c6a7831 commit 941e600

File tree

3 files changed

+9
-21
lines changed

3 files changed

+9
-21
lines changed

targets/targets.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3433,7 +3433,7 @@
34333433
"device_has_remove": [
34343434
"SERIAL_FC"
34353435
],
3436-
"device_name": "STM32L151CC",
3436+
"device_name": "STM32L151CCTx",
34373437
"detect_code": [
34383438
"0350"
34393439
]
@@ -3474,7 +3474,7 @@
34743474
"device_has_remove": [
34753475
"SERIAL_FC"
34763476
],
3477-
"device_name": "STM32L152RC"
3477+
"device_name": "STM32L152RCTx"
34783478
},
34793479
"MCU_STM32L152xE": {
34803480
"inherits": [
@@ -3499,7 +3499,7 @@
34993499
"detect_code": [
35003500
"0710"
35013501
],
3502-
"device_name": "STM32L152RE"
3502+
"device_name": "STM32L152RETx"
35033503
},
35043504
"MCU_STM32L4": {
35053505
"inherits": [

tools/arm_pack_manager/aliases.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -908,12 +908,6 @@
908908
"nRF51422_xxAA"
909909
]
910910
},
911-
"NUCLEO-L152RE": {
912-
"name": "NUCLEO-L152RE",
913-
"mounted_devices": [
914-
"STM32L152RE"
915-
]
916-
},
917911
"NUCLEO-L476RG": {
918912
"name": "NUCLEO-L476RG",
919913
"mounted_devices": [
@@ -1180,12 +1174,6 @@
11801174
"SN32F70*B"
11811175
]
11821176
},
1183-
"STM32L-Discovery": {
1184-
"name": "STM32L-Discovery",
1185-
"mounted_devices": [
1186-
"STM32L152RB"
1187-
]
1188-
},
11891177
"STM32L476G-EVAL": {
11901178
"name": "STM32L476G-EVAL",
11911179
"mounted_devices": [

tools/arm_pack_manager/index.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -459288,7 +459288,7 @@
459288459288
"sub_family": "STM32L151xxA",
459289459289
"vendor": "STMicroelectronics:13"
459290459290
},
459291-
"STM32L151CC": {
459291+
"STM32L151CCTx": {
459292459292
"algorithms": [
459293459293
{
459294459294
"default": true,
@@ -459354,7 +459354,7 @@
459354459354
"startup": true
459355459355
}
459356459356
},
459357-
"name": "STM32L151CC",
459357+
"name": "STM32L151CCTx",
459358459358
"processor": {
459359459359
"Symmetric": {
459360459360
"core": "CortexM3",
@@ -463152,7 +463152,7 @@
463152463152
"sub_family": "STM32L152xxA",
463153463153
"vendor": "STMicroelectronics:13"
463154463154
},
463155-
"STM32L152RC": {
463155+
"STM32L152RCTx": {
463156463156
"algorithms": [
463157463157
{
463158463158
"default": true,
@@ -463218,7 +463218,7 @@
463218463218
"startup": true
463219463219
}
463220463220
},
463221-
"name": "STM32L152RC",
463221+
"name": "STM32L152RCTx",
463222463222
"processor": {
463223463223
"Symmetric": {
463224463224
"core": "CortexM3",
@@ -463428,7 +463428,7 @@
463428463428
"sub_family": "STM32L152",
463429463429
"vendor": "STMicroelectronics:13"
463430463430
},
463431-
"STM32L152RE": {
463431+
"STM32L152RETx": {
463432463432
"algorithms": [
463433463433
{
463434463434
"default": true,
@@ -463494,7 +463494,7 @@
463494463494
"startup": true
463495463495
}
463496463496
},
463497-
"name": "STM32L152RE",
463497+
"name": "STM32L152RETx",
463498463498
"processor": {
463499463499
"Symmetric": {
463500463500
"core": "CortexM3",

0 commit comments

Comments
 (0)