Skip to content

Commit 48a89f1

Browse files
authored
Merge pull request ARMmbed#15412 from MultiTechSystems/update-arm-pack-manager
Add MAX32670 to tools/arm-pack-manager/index.json for bootloader support
2 parents 70dced2 + be862ed commit 48a89f1

File tree

1 file changed

+76
-0
lines changed

1 file changed

+76
-0
lines changed

tools/arm_pack_manager/index.json

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190940,6 +190940,82 @@
190940190940
"sub_family": null,
190941190941
"vendor": "Maxim:23"
190942190942
},
190943+
"MAX32670": {
190944+
"algorithms": [
190945+
{
190946+
"default": true,
190947+
"file_name": "Flash/MAX32670.FLM",
190948+
"ram_size": null,
190949+
"ram_start": null,
190950+
"size": 393216,
190951+
"start": 268435456
190952+
},
190953+
{
190954+
"default": false,
190955+
"file_name": "FlashIAR/FlashMAX32670.flash",
190956+
"ram_size": 524288,
190957+
"ram_start": 536870912,
190958+
"size": 1048576,
190959+
"start": 268435456
190960+
}
190961+
],
190962+
"family": "MAX32670 family",
190963+
"from_pack": {
190964+
"pack": "MAX32670",
190965+
"url": "http://www.mxim.net/microcontroller/pack/",
190966+
"vendor": "Maxim",
190967+
"version": "1.0.3"
190968+
},
190969+
"memories": {
190970+
"IRAM1": {
190971+
"access": {
190972+
"execute": true,
190973+
"non_secure": false,
190974+
"non_secure_callable": false,
190975+
"peripheral": false,
190976+
"read": true,
190977+
"secure": false,
190978+
"write": true
190979+
},
190980+
"default": true,
190981+
"size": 163840,
190982+
"start": 536870912,
190983+
"startup": false
190984+
},
190985+
"IROM1": {
190986+
"access": {
190987+
"execute": true,
190988+
"non_secure": false,
190989+
"non_secure_callable": false,
190990+
"peripheral": false,
190991+
"read": true,
190992+
"secure": false,
190993+
"write": false
190994+
},
190995+
"default": true,
190996+
"size": 393216,
190997+
"start": 268435456,
190998+
"startup": true
190999+
}
191000+
},
191001+
"name": "MAX32670",
191002+
"processor": {
191003+
"Symmetric": {
191004+
"core": "CortexM4",
191005+
"fpu": "SinglePrecision",
191006+
"mpu": "NotPresent",
191007+
"units": 1
191008+
}
191009+
},
191010+
"sectors": [
191011+
[
191012+
0,
191013+
8192
191014+
]
191015+
],
191016+
"sub_family": null,
191017+
"vendor": "Maxim:23"
191018+
},
190943191019
"MAX71616": {
190944191020
"algorithms": [
190945191021
{

0 commit comments

Comments
 (0)