mirror of https://github.com/ARMmbed/mbed-os.git
STM32WL : ADDING ARM PACK MANAGER SUPPORT
Add STM32WL information in index.json file Adding sectorpull/14207/head
parent
2fa8ccf869
commit
b9e2fab52a
|
|
@ -479822,6 +479822,74 @@
|
||||||
"sub_family": "STM32W1",
|
"sub_family": "STM32W1",
|
||||||
"vendor": "STMicroelectronics:13"
|
"vendor": "STMicroelectronics:13"
|
||||||
},
|
},
|
||||||
|
"STM32WL55JCIx": {
|
||||||
|
"name": "STM32WL55JCIx",
|
||||||
|
"memories": {
|
||||||
|
"IRAM1": {
|
||||||
|
"access": {
|
||||||
|
"read": true,
|
||||||
|
"write": true,
|
||||||
|
"execute": false,
|
||||||
|
"peripheral": false,
|
||||||
|
"secure": false,
|
||||||
|
"non_secure": false,
|
||||||
|
"non_secure_callable": false
|
||||||
|
},
|
||||||
|
"start": 536870912,
|
||||||
|
"size": 65536,
|
||||||
|
"startup": false,
|
||||||
|
"default": true
|
||||||
|
},
|
||||||
|
"IROM1": {
|
||||||
|
"access": {
|
||||||
|
"read": true,
|
||||||
|
"write": false,
|
||||||
|
"execute": true,
|
||||||
|
"peripheral": false,
|
||||||
|
"secure": false,
|
||||||
|
"non_secure": false,
|
||||||
|
"non_secure_callable": false
|
||||||
|
},
|
||||||
|
"start": 134217728,
|
||||||
|
"size": 262144,
|
||||||
|
"startup": true,
|
||||||
|
"default": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"algorithms": [
|
||||||
|
{
|
||||||
|
"file_name": "CMSIS/Flash/STM32WLxx_CM4.FLM",
|
||||||
|
"start": 134217728,
|
||||||
|
"size": 262144,
|
||||||
|
"default": true,
|
||||||
|
"ram_start": null,
|
||||||
|
"ram_size": null
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processor": {
|
||||||
|
"Symmetric": {
|
||||||
|
"units": 1,
|
||||||
|
"core": "CortexM4",
|
||||||
|
"fpu": "None",
|
||||||
|
"mpu": "Present"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"from_pack": {
|
||||||
|
"vendor": "Keil",
|
||||||
|
"pack": "STM32WLxx_DFP",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"url": "http://www.keil.com/pack"
|
||||||
|
},
|
||||||
|
"vendor": "STMicroelectronics:13",
|
||||||
|
"family": "STM32WL Series",
|
||||||
|
"sectors": [
|
||||||
|
[
|
||||||
|
134217728,
|
||||||
|
2048
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"sub_family": "STM32WL55"
|
||||||
|
},
|
||||||
"STM32WB55CCUx": {
|
"STM32WB55CCUx": {
|
||||||
"name": "STM32WB55CCUx",
|
"name": "STM32WB55CCUx",
|
||||||
"memories": {
|
"memories": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue