Skip to content

Commit f4a168b

Browse files
committed
Disable MPU RT1050 due to memory map
Disable the MPU on the RT1050 since this target has a memory map that is incompatible with the default MPU driver.
1 parent 40e13cf commit f4a168b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

targets/targets.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1845,7 +1845,8 @@
18451845
"XIP_BOOT_HEADER_DCD_ENABLE=1",
18461846
"SKIP_SYSCLK_INIT",
18471847
"FSL_FEATURE_PHYKSZ8081_USE_RMII50M_MODE",
1848-
"SDRAM_IS_SHAREABLE"
1848+
"SDRAM_IS_SHAREABLE",
1849+
"MBED_MPU_CUSTOM"
18491850
],
18501851
"inherits": ["Target"],
18511852
"detect_code": ["0227"],
@@ -1867,8 +1868,7 @@
18671868
"SERIAL",
18681869
"SPI",
18691870
"SPISLAVE",
1870-
"STDIO_MESSAGES",
1871-
"MPU"
1871+
"STDIO_MESSAGES"
18721872
],
18731873
"release_versions": ["2", "5"],
18741874
"features": ["LWIP"],

0 commit comments

Comments
 (0)