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
Russ Butler 2018-12-03 11:17:32 -06:00
parent c48d3de85a
commit 0bacb9adad
1 changed files with 2 additions and 5 deletions

View File

@ -7558,6 +7558,7 @@
}, },
"MCU_PSOC6": { "MCU_PSOC6": {
"inherits": ["Target"], "inherits": ["Target"],
"macros": ["MBED_MPU_CUSTOM"],
"default_toolchain": "GCC_ARM", "default_toolchain": "GCC_ARM",
"supported_toolchains": ["GCC_ARM", "IAR", "ARM"], "supported_toolchains": ["GCC_ARM", "IAR", "ARM"],
"core": "Cortex-M4F", "core": "Cortex-M4F",
@ -7582,12 +7583,8 @@
"STDIO_MESSAGES", "STDIO_MESSAGES",
"LPTICKER", "LPTICKER",
"SLEEP", "SLEEP",
"FLASH", "FLASH"
"MPU"
], ],
"overrides": {
"mpu-rom-end": "0x1fffffff"
},
"release_versions": ["5"], "release_versions": ["5"],
"extra_labels": ["Cypress", "PSOC6"], "extra_labels": ["Cypress", "PSOC6"],
"public": false "public": false