Add RZ/A1 settings to arm_package_manager

pull/10966/head
d-kato 2019-07-05 15:45:27 +09:00
parent 5bc30dff9f
commit 5016796ed1
1 changed files with 62 additions and 2 deletions

View File

@ -302315,7 +302315,23 @@
"vendor": "Keil", "vendor": "Keil",
"version": "1.2.1" "version": "1.2.1"
}, },
"memories": {}, "memories": {
"PROGRAM_FLASH": {
"access": {
"execute": true,
"non_secure": false,
"non_secure_callable": false,
"peripheral": false,
"read": true,
"secure": false,
"write": false
},
"default": true,
"size": 8388608,
"start": 402653184,
"startup": true
}
},
"name": "R7S72100", "name": "R7S72100",
"processor": { "processor": {
"Symmetric": { "Symmetric": {
@ -302328,12 +302344,56 @@
"sectors": [ "sectors": [
[ [
0, 0,
2 4096
] ]
], ],
"sub_family": "RZ_A1H", "sub_family": "RZ_A1H",
"vendor": "Renesas:117" "vendor": "Renesas:117"
}, },
"R7S72103": {
"algorithms": [],
"family": "RZ_A",
"from_pack": {
"pack": "RZ_DFP",
"url": "http://www.keil.com/pack/",
"vendor": "Keil",
"version": "1.2.1"
},
"memories": {
"PROGRAM_FLASH": {
"access": {
"execute": true,
"non_secure": false,
"non_secure_callable": false,
"peripheral": false,
"read": true,
"secure": false,
"write": false
},
"default": true,
"size": 8388608,
"start": 402653184,
"startup": true
}
},
"name": "R7S72103",
"processor": {
"Symmetric": {
"core": "CortexA9",
"fpu": "DoublePrecision",
"mpu": "Present",
"units": 1
}
},
"sectors": [
[
0,
4096
]
],
"sub_family": "RZ_A1LU",
"vendor": "Renesas:117"
},
"RC10001": { "RC10001": {
"algorithms": [], "algorithms": [],
"family": "RC10000 Series", "family": "RC10000 Series",