Skip to content

Commit 29e1711

Browse files
author
Oren Cohen
committed
Merge branch 'cypress_ram' into rollup
2 parents db8a018 + 6f7f30f commit 29e1711

File tree

2 files changed

+2
-53
lines changed

2 files changed

+2
-53
lines changed

targets/targets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8121,7 +8121,7 @@
81218121
"public-ram-start": "0x08047600",
81228122
"public-ram-size": "0x200"
81238123
},
8124-
"device_name": "CY8C6247BZI-D54",
8124+
"sectors": [[268435456, 512]],
81258125
"bootloader_supported": true
81268126
},
81278127
"CY8CMOD_062_4343W": {
@@ -8153,7 +8153,7 @@
81538153
"post_binary_hook": {
81548154
"function": "PSOC6Code.complete"
81558155
},
8156-
"device_name": "CY8C6347BZI-BLD53",
8156+
"sectors": [[268443648, 512]],
81578157
"bootloader_supported": true
81588158
},
81598159
"CY8CKIT_062_4343W": {

tools/arm_pack_manager/index.json

Lines changed: 0 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -462778,56 +462778,5 @@
462778462778
],
462779462779
"vendor": "Nordic Semiconductor:54"
462780462780
},
462781-
"CY8C6347BZI-BLD53": {
462782-
"core": "Cortex-M4",
462783-
"vendor": "Cypress",
462784-
"sectors": [
462785-
[
462786-
268435456,
462787-
512
462788-
]
462789-
],
462790-
"memories": {
462791-
"IROM1": {
462792-
"access": {
462793-
"execute": true,
462794-
"non_secure": true,
462795-
"non_secure_callable": false,
462796-
"peripheral": false,
462797-
"read": true,
462798-
"secure": false,
462799-
"write": true
462800-
},
462801-
"default": true,
462802-
"start": "0x10002000",
462803-
"size": "0x000FE000"
462804-
}
462805-
}
462806-
},
462807-
"CY8C6247BZI-D54": {
462808-
"core": "Cortex-M4",
462809-
"vendor": "Cypress",
462810-
"sectors": [
462811-
[
462812-
268435456,
462813-
512
462814-
]
462815-
],
462816-
"memories": {
462817-
"IROM1": {
462818-
"access": {
462819-
"execute": true,
462820-
"non_secure": true,
462821-
"non_secure_callable": false,
462822-
"peripheral": false,
462823-
"read": true,
462824-
"secure": false,
462825-
"write": true
462826-
},
462827-
"start": "0x10040000",
462828-
"size": "0xB8000"
462829-
}
462830-
}
462831-
},
462832462781
"version": "0.2.0"
462833462782
}

0 commit comments

Comments
 (0)