Skip to content

Commit 1a80cde

Browse files
committed
STM32L4 MBED6 supported targets
NUCLEO_L432KC => MCU_STM32_BAREMETAL NUCLEO_L433RC_P => MCU_STM32 NUCLEO_L452RE_P => MCU_STM32 DISCO_L475VG_IOT01A => MCU_STM32 NUCLEO_L476RG => MCU_STM32 DISCO_L476VG => MCU_STM32 NUCLEO_L486RG => MCU_STM32 DISCO_L496AG => MCU_STM32 NUCLEO_L496ZG => MCU_STM32 NUCLEO_L496ZG_P => MCU_STM32 NUCLEO_L4R5ZI => MCU_STM32 NUCLEO_L4R5ZI_P => MCU_STM32 DISCO_L4R9I => MCU_STM32
1 parent e0b096b commit 1a80cde

File tree

1 file changed

+1
-54
lines changed

1 file changed

+1
-54
lines changed

targets/targets.json

Lines changed: 1 addition & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -3323,7 +3323,7 @@
33233323
},
33243324
"NUCLEO_L432KC": {
33253325
"inherits": [
3326-
"MCU_STM32"
3326+
"MCU_STM32_BAREMETAL"
33273327
],
33283328
"core": "Cortex-M4F",
33293329
"extra_labels_add": [
@@ -3362,10 +3362,6 @@
33623362
"FLASH",
33633363
"MPU"
33643364
],
3365-
"release_versions": [
3366-
"2",
3367-
"5"
3368-
],
33693365
"device_name": "STM32L432KC",
33703366
"bootloader_supported": true
33713367
},
@@ -3414,10 +3410,6 @@
34143410
"FLASH",
34153411
"MPU"
34163412
],
3417-
"release_versions": [
3418-
"2",
3419-
"5"
3420-
],
34213413
"device_name": "STM32L433RC",
34223414
"bootloader_supported": true
34233415
},
@@ -3441,9 +3433,6 @@
34413433
"overrides": {
34423434
"lse_available": 0
34433435
},
3444-
"release_versions": [
3445-
"5"
3446-
],
34473436
"device_has_add": [
34483437
"ANALOGOUT",
34493438
"CRC",
@@ -3512,9 +3501,6 @@
35123501
"FLASH",
35133502
"MPU"
35143503
],
3515-
"release_versions": [
3516-
"5"
3517-
],
35183504
"device_name": "STM32L452RETx",
35193505
"bootloader_supported": true
35203506
},
@@ -3555,10 +3541,6 @@
35553541
"STM32L471xx",
35563542
"MBED_SPLIT_HEAP"
35573543
],
3558-
"release_versions": [
3559-
"2",
3560-
"5"
3561-
],
35623544
"device_name": "STM32L471QG",
35633545
"bootloader_supported": true
35643546
},
@@ -3667,10 +3649,6 @@
36673649
"FLASH",
36683650
"MPU"
36693651
],
3670-
"release_versions": [
3671-
"2",
3672-
"5"
3673-
],
36743652
"device_name": "STM32L476RG",
36753653
"bootloader_supported": true
36763654
},
@@ -3722,10 +3700,6 @@
37223700
"USBDEVICE",
37233701
"MPU"
37243702
],
3725-
"release_versions": [
3726-
"2",
3727-
"5"
3728-
],
37293703
"device_name": "STM32L476VG",
37303704
"bootloader_supported": true
37313705
},
@@ -3777,10 +3751,6 @@
37773751
"QSPI",
37783752
"MPU"
37793753
],
3780-
"release_versions": [
3781-
"2",
3782-
"5"
3783-
],
37843754
"device_name": "STM32L476VG",
37853755
"bootloader_supported": true
37863756
},
@@ -3831,10 +3801,6 @@
38313801
"FLASH",
38323802
"MPU"
38333803
],
3834-
"release_versions": [
3835-
"2",
3836-
"5"
3837-
],
38383804
"device_name": "STM32L486RG"
38393805
},
38403806
"ADV_WISE_1570": {
@@ -3881,9 +3847,6 @@
38813847
"device_has_remove": [
38823848
"LPTICKER"
38833849
],
3884-
"release_versions": [
3885-
"5"
3886-
],
38873850
"device_name": "STM32L486RG",
38883851
"bootloader_supported": true,
38893852
"OUTPUT_EXT": "hex"
@@ -3941,10 +3904,6 @@
39413904
"USBDEVICE",
39423905
"QSPI"
39433906
],
3944-
"release_versions": [
3945-
"2",
3946-
"5"
3947-
],
39483907
"device_name": "STM32L496AG",
39493908
"bootloader_supported": true
39503909
},
@@ -3994,10 +3953,6 @@
39943953
"USBDEVICE",
39953954
"MPU"
39963955
],
3997-
"release_versions": [
3998-
"2",
3999-
"5"
4000-
],
40013956
"device_name": "STM32L496ZG",
40023957
"bootloader_supported": true
40033958
},
@@ -4058,10 +4013,6 @@
40584013
"USBDEVICE",
40594014
"MPU"
40604015
],
4061-
"release_versions": [
4062-
"2",
4063-
"5"
4064-
],
40654016
"device_name": "STM32L4R5ZI",
40664017
"bootloader_supported": true
40674018
},
@@ -4125,10 +4076,6 @@
41254076
"USBDEVICE",
41264077
"MPU"
41274078
],
4128-
"release_versions": [
4129-
"2",
4130-
"5"
4131-
],
41324079
"bootloader_supported": false
41334080
},
41344081
"NUCLEO_L552ZE_Q": {

0 commit comments

Comments
 (0)