Skip to content

Commit b727e38

Browse files
committed
STM32WL : ADDING ARM PACK MANAGER SUPPORT
Add STM32WL information in index.json file
1 parent 5c18152 commit b727e38

File tree

1 file changed

+63
-1
lines changed

1 file changed

+63
-1
lines changed

tools/arm_pack_manager/index.json

Lines changed: 63 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479821,7 +479821,69 @@
479821479821
],
479822479822
"sub_family": "STM32W1",
479823479823
"vendor": "STMicroelectronics:13"
479824-
},
479824+
},
479825+
"STM32WL55JCIx": {
479826+
"name": "STM32WL55JCIx",
479827+
"memories": {
479828+
"IRAM1": {
479829+
"access": {
479830+
"read": true,
479831+
"write": true,
479832+
"execute": false,
479833+
"peripheral": false,
479834+
"secure": false,
479835+
"non_secure": false,
479836+
"non_secure_callable": false
479837+
},
479838+
"start": 536870912,
479839+
"size": 65536,
479840+
"startup": false,
479841+
"default": true
479842+
},
479843+
"IROM1": {
479844+
"access": {
479845+
"read": true,
479846+
"write": false,
479847+
"execute": true,
479848+
"peripheral": false,
479849+
"secure": false,
479850+
"non_secure": false,
479851+
"non_secure_callable": false
479852+
},
479853+
"start": 134217728,
479854+
"size": 262144,
479855+
"startup": true,
479856+
"default": true
479857+
}
479858+
},
479859+
"algorithms": [
479860+
{
479861+
"file_name": "CMSIS/Flash/STM32WL_M4.FLM",
479862+
"start": 134217728,
479863+
"size": 262144,
479864+
"default": true,
479865+
"ram_start": null,
479866+
"ram_size": null
479867+
}
479868+
],
479869+
"processor": {
479870+
"Symmetric": {
479871+
"units": 1,
479872+
"core": "CortexM4",
479873+
"fpu": "None",
479874+
"mpu": "Present"
479875+
}
479876+
},
479877+
"from_pack": {
479878+
"vendor": "Keil",
479879+
"pack": "STM32WLxx_DFP",
479880+
"version": "1.0.0",
479881+
"url": "http://www.keil.com/pack"
479882+
},
479883+
"vendor": "STMicroelectronics:13",
479884+
"family": "STM32WL Series",
479885+
"sub_family": "STM32WL55"
479886+
},
479825479887
"STM32WB55CCUx": {
479826479888
"name": "STM32WB55CCUx",
479827479889
"memories": {

0 commit comments

Comments
 (0)