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 c48d3de commit 0bacb9aCopy full SHA for 0bacb9a
targets/targets.json
@@ -7558,6 +7558,7 @@
7558
},
7559
"MCU_PSOC6": {
7560
"inherits": ["Target"],
7561
+ "macros": ["MBED_MPU_CUSTOM"],
7562
"default_toolchain": "GCC_ARM",
7563
"supported_toolchains": ["GCC_ARM", "IAR", "ARM"],
7564
"core": "Cortex-M4F",
@@ -7582,12 +7583,8 @@
7582
7583
"STDIO_MESSAGES",
7584
"LPTICKER",
7585
"SLEEP",
- "FLASH",
7586
- "MPU"
+ "FLASH"
7587
],
7588
- "overrides": {
7589
- "mpu-rom-end": "0x1fffffff"
7590
- },
7591
"release_versions": ["5"],
7592
"extra_labels": ["Cypress", "PSOC6"],
7593
"public": false
0 commit comments