mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #15412 from MultiTechSystems/update-arm-pack-manager
Add MAX32670 to tools/arm-pack-manager/index.json for bootloader supportpull/15389/head
commit
48a89f1ed5
|
@ -190940,6 +190940,82 @@
|
|||
"sub_family": null,
|
||||
"vendor": "Maxim:23"
|
||||
},
|
||||
"MAX32670": {
|
||||
"algorithms": [
|
||||
{
|
||||
"default": true,
|
||||
"file_name": "Flash/MAX32670.FLM",
|
||||
"ram_size": null,
|
||||
"ram_start": null,
|
||||
"size": 393216,
|
||||
"start": 268435456
|
||||
},
|
||||
{
|
||||
"default": false,
|
||||
"file_name": "FlashIAR/FlashMAX32670.flash",
|
||||
"ram_size": 524288,
|
||||
"ram_start": 536870912,
|
||||
"size": 1048576,
|
||||
"start": 268435456
|
||||
}
|
||||
],
|
||||
"family": "MAX32670 family",
|
||||
"from_pack": {
|
||||
"pack": "MAX32670",
|
||||
"url": "http://www.mxim.net/microcontroller/pack/",
|
||||
"vendor": "Maxim",
|
||||
"version": "1.0.3"
|
||||
},
|
||||
"memories": {
|
||||
"IRAM1": {
|
||||
"access": {
|
||||
"execute": true,
|
||||
"non_secure": false,
|
||||
"non_secure_callable": false,
|
||||
"peripheral": false,
|
||||
"read": true,
|
||||
"secure": false,
|
||||
"write": true
|
||||
},
|
||||
"default": true,
|
||||
"size": 163840,
|
||||
"start": 536870912,
|
||||
"startup": false
|
||||
},
|
||||
"IROM1": {
|
||||
"access": {
|
||||
"execute": true,
|
||||
"non_secure": false,
|
||||
"non_secure_callable": false,
|
||||
"peripheral": false,
|
||||
"read": true,
|
||||
"secure": false,
|
||||
"write": false
|
||||
},
|
||||
"default": true,
|
||||
"size": 393216,
|
||||
"start": 268435456,
|
||||
"startup": true
|
||||
}
|
||||
},
|
||||
"name": "MAX32670",
|
||||
"processor": {
|
||||
"Symmetric": {
|
||||
"core": "CortexM4",
|
||||
"fpu": "SinglePrecision",
|
||||
"mpu": "NotPresent",
|
||||
"units": 1
|
||||
}
|
||||
},
|
||||
"sectors": [
|
||||
[
|
||||
0,
|
||||
8192
|
||||
]
|
||||
],
|
||||
"sub_family": null,
|
||||
"vendor": "Maxim:23"
|
||||
},
|
||||
"MAX71616": {
|
||||
"algorithms": [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue