mirror of https://github.com/ARMmbed/mbed-os.git
Turn off MPU for PSOC 6
Turn off the MPU for the PSOC 6 since it has a non-standard memory map. This fixes crashes on boot for this target.pull/8952/head
parent
c48d3de85a
commit
0bacb9adad
|
@ -7558,6 +7558,7 @@
|
|||
},
|
||||
"MCU_PSOC6": {
|
||||
"inherits": ["Target"],
|
||||
"macros": ["MBED_MPU_CUSTOM"],
|
||||
"default_toolchain": "GCC_ARM",
|
||||
"supported_toolchains": ["GCC_ARM", "IAR", "ARM"],
|
||||
"core": "Cortex-M4F",
|
||||
|
@ -7582,12 +7583,8 @@
|
|||
"STDIO_MESSAGES",
|
||||
"LPTICKER",
|
||||
"SLEEP",
|
||||
"FLASH",
|
||||
"MPU"
|
||||
"FLASH"
|
||||
],
|
||||
"overrides": {
|
||||
"mpu-rom-end": "0x1fffffff"
|
||||
},
|
||||
"release_versions": ["5"],
|
||||
"extra_labels": ["Cypress", "PSOC6"],
|
||||
"public": false
|
||||
|
|
Loading…
Reference in New Issue