Skip to content

Commit e7c8f3c

Browse files
authored
Merge pull request #10966 from d-kato/rza1_pkg_mgr
Add RZ/A1 settings to arm_package_manager
2 parents a415dfa + 5016796 commit e7c8f3c

File tree

1 file changed

+62
-2
lines changed

1 file changed

+62
-2
lines changed

tools/arm_pack_manager/index.json

Lines changed: 62 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302315,7 +302315,23 @@
302315302315
"vendor": "Keil",
302316302316
"version": "1.2.1"
302317302317
},
302318-
"memories": {},
302318+
"memories": {
302319+
"PROGRAM_FLASH": {
302320+
"access": {
302321+
"execute": true,
302322+
"non_secure": false,
302323+
"non_secure_callable": false,
302324+
"peripheral": false,
302325+
"read": true,
302326+
"secure": false,
302327+
"write": false
302328+
},
302329+
"default": true,
302330+
"size": 8388608,
302331+
"start": 402653184,
302332+
"startup": true
302333+
}
302334+
},
302319302335
"name": "R7S72100",
302320302336
"processor": {
302321302337
"Symmetric": {
@@ -302328,12 +302344,56 @@
302328302344
"sectors": [
302329302345
[
302330302346
0,
302331-
2
302347+
4096
302332302348
]
302333302349
],
302334302350
"sub_family": "RZ_A1H",
302335302351
"vendor": "Renesas:117"
302336302352
},
302353+
"R7S72103": {
302354+
"algorithms": [],
302355+
"family": "RZ_A",
302356+
"from_pack": {
302357+
"pack": "RZ_DFP",
302358+
"url": "http://www.keil.com/pack/",
302359+
"vendor": "Keil",
302360+
"version": "1.2.1"
302361+
},
302362+
"memories": {
302363+
"PROGRAM_FLASH": {
302364+
"access": {
302365+
"execute": true,
302366+
"non_secure": false,
302367+
"non_secure_callable": false,
302368+
"peripheral": false,
302369+
"read": true,
302370+
"secure": false,
302371+
"write": false
302372+
},
302373+
"default": true,
302374+
"size": 8388608,
302375+
"start": 402653184,
302376+
"startup": true
302377+
}
302378+
},
302379+
"name": "R7S72103",
302380+
"processor": {
302381+
"Symmetric": {
302382+
"core": "CortexA9",
302383+
"fpu": "DoublePrecision",
302384+
"mpu": "Present",
302385+
"units": 1
302386+
}
302387+
},
302388+
"sectors": [
302389+
[
302390+
0,
302391+
4096
302392+
]
302393+
],
302394+
"sub_family": "RZ_A1LU",
302395+
"vendor": "Renesas:117"
302396+
},
302337302397
"RC10001": {
302338302398
"algorithms": [],
302339302399
"family": "RC10000 Series",

0 commit comments

Comments
 (0)