Skip to content

Commit e09493e

Browse files
c1728p9adbridge
authored andcommitted
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 2994c3f commit e09493e

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
@@ -1842,7 +1842,8 @@
18421842
"XIP_BOOT_HEADER_DCD_ENABLE=1",
18431843
"SKIP_SYSCLK_INIT",
18441844
"FSL_FEATURE_PHYKSZ8081_USE_RMII50M_MODE",
1845-
"SDRAM_IS_SHAREABLE"
1845+
"SDRAM_IS_SHAREABLE",
1846+
"MBED_MPU_CUSTOM"
18461847
],
18471848
"inherits": ["Target"],
18481849
"detect_code": ["0227"],
@@ -1864,8 +1865,7 @@
18641865
"SERIAL",
18651866
"SPI",
18661867
"SPISLAVE",
1867-
"STDIO_MESSAGES",
1868-
"MPU"
1868+
"STDIO_MESSAGES"
18691869
],
18701870
"release_versions": ["2", "5"],
18711871
"features": ["LWIP"],

0 commit comments

Comments
 (0)