mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #10966 from d-kato/rza1_pkg_mgr
Add RZ/A1 settings to arm_package_managerpull/10982/head
commit
e7c8f3c7cf
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue