Merge pull request #10966 from d-kato/rza1_pkg_mgr

Add RZ/A1 settings to arm_package_manager
pull/10982/head
Martin Kojtal 2019-07-05 14:21:28 +01:00 committed by GitHub
commit e7c8f3c7cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",