Skip to content

Commit d0bf04f

Browse files
committed
STM32L5 MBED6 supported targets
NUCLEO_L552ZE_Q => MCU_STM32 DISCO_L562QE => MCU_STM32
1 parent 1a80cde commit d0bf04f

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

targets/targets.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4128,10 +4128,7 @@
41284128
"mbed_rom_start": "0x08000000",
41294129
"mbed_rom_size": "0x80000",
41304130
"mbed_ram_start": "0x20000000",
4131-
"mbed_ram_size": "0x40000",
4132-
"release_versions": [
4133-
"5"
4134-
]
4131+
"mbed_ram_size": "0x40000"
41354132
},
41364133
"DISCO_L562QE": {
41374134
"inherits": [
@@ -4191,10 +4188,7 @@
41914188
"mbed_rom_start": "0x08000000",
41924189
"mbed_rom_size": "0x80000",
41934190
"mbed_ram_start": "0x20000000",
4194-
"mbed_ram_size": "0x40000",
4195-
"release_versions": [
4196-
"5"
4197-
]
4191+
"mbed_ram_size": "0x40000"
41984192
},
41994193
"NUCLEO_WB55RG": {
42004194
"inherits": [

0 commit comments

Comments
 (0)