Skip to content

Commit 7389671

Browse files
authored
Merge pull request #14477 from jeromecoutant/PR_L5_PACK
STM32: Add STM32L5 in arm_pack_manager index file
2 parents d294118 + ddfde71 commit 7389671

File tree

2 files changed

+120
-10
lines changed

2 files changed

+120
-10
lines changed

targets/targets.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4081,11 +4081,7 @@
40814081
],
40824082
"macros_add": [
40834083
"STM32L552xx"
4084-
],
4085-
"mbed_rom_start": "0x08000000",
4086-
"mbed_rom_size": "0x80000",
4087-
"mbed_ram_start": "0x20000000",
4088-
"mbed_ram_size": "0x40000"
4084+
]
40894085
},
40904086
"NUCLEO_L552ZE_Q": {
40914087
"inherits": [
@@ -4094,6 +4090,7 @@
40944090
"supported_form_factors": [
40954091
"ARDUINO_UNO"
40964092
],
4093+
"device_name": "STM32L552ZETxQ",
40974094
"detect_code": [
40984095
"0854"
40994096
]
@@ -4109,11 +4106,7 @@
41094106
"macros_add": [
41104107
"STM32L562xx",
41114108
"MBEDTLS_CONFIG_HW_SUPPORT"
4112-
],
4113-
"mbed_rom_start": "0x08000000",
4114-
"mbed_rom_size": "0x80000",
4115-
"mbed_ram_start": "0x20000000",
4116-
"mbed_ram_size": "0x40000"
4109+
]
41174110
},
41184111
"DISCO_L562QE": {
41194112
"inherits": [
@@ -4139,6 +4132,7 @@
41394132
"features": [
41404133
"BLE"
41414134
],
4135+
"device_name": "STM32L562QEIxQ",
41424136
"detect_code": [
41434137
"0854"
41444138
]

tools/arm_pack_manager/index.json

Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479422,6 +479422,122 @@
479422479422
"sub_family": "STM32L4S9",
479423479423
"vendor": "STMicroelectronics:13"
479424479424
},
479425+
"STM32L552ZETxQ": {
479426+
"family": "STM32L5 Series",
479427+
"from_pack": {
479428+
"pack": "STM32L5xx_DFP",
479429+
"url": "http://www.keil.com/pack",
479430+
"vendor": "Keil",
479431+
"version": "1.3.0"
479432+
},
479433+
"memories": {
479434+
"IRAM1": {
479435+
"access": {
479436+
"execute": false,
479437+
"non_secure": false,
479438+
"non_secure_callable": false,
479439+
"peripheral": false,
479440+
"read": true,
479441+
"secure": false,
479442+
"write": true
479443+
},
479444+
"default": true,
479445+
"size": 262144,
479446+
"start": 536870912,
479447+
"startup": false
479448+
},
479449+
"IROM1": {
479450+
"access": {
479451+
"execute": true,
479452+
"non_secure": false,
479453+
"non_secure_callable": false,
479454+
"peripheral": false,
479455+
"read": true,
479456+
"secure": false,
479457+
"write": false
479458+
},
479459+
"default": true,
479460+
"size": 524288,
479461+
"start": 134217728,
479462+
"startup": true
479463+
}
479464+
},
479465+
"name": "STM32L552ZETxQ",
479466+
"processor": {
479467+
"Symmetric": {
479468+
"core": "CortexM33",
479469+
"fpu": "SinglePrecision",
479470+
"mpu": "Present",
479471+
"units": 1
479472+
}
479473+
},
479474+
"sectors": [
479475+
[
479476+
134217728,
479477+
2048
479478+
]
479479+
],
479480+
"sub_family": "STM32L562",
479481+
"vendor": "STMicroelectronics:13"
479482+
},
479483+
"STM32L562QEIxQ": {
479484+
"family": "STM32L5 Series",
479485+
"from_pack": {
479486+
"pack": "STM32L5xx_DFP",
479487+
"url": "http://www.keil.com/pack",
479488+
"vendor": "Keil",
479489+
"version": "1.3.0"
479490+
},
479491+
"memories": {
479492+
"IRAM1": {
479493+
"access": {
479494+
"execute": false,
479495+
"non_secure": false,
479496+
"non_secure_callable": false,
479497+
"peripheral": false,
479498+
"read": true,
479499+
"secure": false,
479500+
"write": true
479501+
},
479502+
"default": true,
479503+
"size": 262144,
479504+
"start": 536870912,
479505+
"startup": false
479506+
},
479507+
"IROM1": {
479508+
"access": {
479509+
"execute": true,
479510+
"non_secure": false,
479511+
"non_secure_callable": false,
479512+
"peripheral": false,
479513+
"read": true,
479514+
"secure": false,
479515+
"write": false
479516+
},
479517+
"default": true,
479518+
"size": 524288,
479519+
"start": 134217728,
479520+
"startup": true
479521+
}
479522+
},
479523+
"name": "STM32L562QEIxQ",
479524+
"processor": {
479525+
"Symmetric": {
479526+
"core": "CortexM33",
479527+
"fpu": "SinglePrecision",
479528+
"mpu": "Present",
479529+
"units": 1
479530+
}
479531+
},
479532+
"sectors": [
479533+
[
479534+
134217728,
479535+
2048
479536+
]
479537+
],
479538+
"sub_family": "STM32L562",
479539+
"vendor": "STMicroelectronics:13"
479540+
},
479425479541
"STM32W108C8": {
479426479542
"algorithms": [
479427479543
{

0 commit comments

Comments
 (0)