We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf96c1 commit 02b50b4Copy full SHA for 02b50b4
targets/targets.json
@@ -29,6 +29,11 @@
29
"boot-stack-size": {
30
"help": "Define the boot stack size in bytes. This value must be a multiple of 8",
31
"value": "0x1000"
32
+ },
33
+ "mpu-rom-end": {
34
+ "help": "Last address of ROM protected by the MPU",
35
+ "value": "0x0fffffff",
36
+ "macro_name": "MPU_ROM_END"
37
}
38
39
},
@@ -7471,12 +7476,8 @@
7471
7476
"FLASH",
7472
7477
"MPU"
7473
7478
],
7474
- "config": {
7475
- "mpu_rom_end": {
- "help": "Last address of ROM protected by the MPU",
- "value": "0x1fffffff",
- "macro_name": "MPU_ROM_END"
7479
- }
+ "overrides": {
7480
+ "mpu-rom-end": "0x1fffffff"
7481
7482
"release_versions": ["5"],
7483
"extra_labels": ["Cypress", "PSOC6"],
0 commit comments