Skip to content

Commit 4e52240

Browse files
author
Cruz Monrreal
authored
Merge pull request #9036 from c1728p9/rt1050_fix
Disable MPU on RT1050 due to memory map
2 parents e3b03e0 + f4a168b commit 4e52240

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)