mirror of https://github.com/ARMmbed/mbed-os.git
Define MPU_ROM_END for all targets
Set a default value for MPU_ROM_END in target so this is defined for all targets.pull/8871/head
parent
daf96c1c77
commit
02b50b44ef
|
|
@ -29,6 +29,11 @@
|
||||||
"boot-stack-size": {
|
"boot-stack-size": {
|
||||||
"help": "Define the boot stack size in bytes. This value must be a multiple of 8",
|
"help": "Define the boot stack size in bytes. This value must be a multiple of 8",
|
||||||
"value": "0x1000"
|
"value": "0x1000"
|
||||||
|
},
|
||||||
|
"mpu-rom-end": {
|
||||||
|
"help": "Last address of ROM protected by the MPU",
|
||||||
|
"value": "0x0fffffff",
|
||||||
|
"macro_name": "MPU_ROM_END"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -7471,12 +7476,8 @@
|
||||||
"FLASH",
|
"FLASH",
|
||||||
"MPU"
|
"MPU"
|
||||||
],
|
],
|
||||||
"config": {
|
"overrides": {
|
||||||
"mpu_rom_end": {
|
"mpu-rom-end": "0x1fffffff"
|
||||||
"help": "Last address of ROM protected by the MPU",
|
|
||||||
"value": "0x1fffffff",
|
|
||||||
"macro_name": "MPU_ROM_END"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"release_versions": ["5"],
|
"release_versions": ["5"],
|
||||||
"extra_labels": ["Cypress", "PSOC6"],
|
"extra_labels": ["Cypress", "PSOC6"],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue