Skip to content

Commit fbb9533

Browse files
Donatien Garnierc1728p9
authored andcommitted
Disable MPU on RTL8195A
1 parent da53768 commit fbb9533

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
@@ -6864,7 +6864,8 @@
68646864
"CONFIG_PLATFORM_8195A",
68656865
"CONFIG_MBED_ENABLED",
68666866
"PLATFORM_CMSIS_RTOS",
6867-
"MBED_FAULT_HANDLER_DISABLED"
6867+
"MBED_FAULT_HANDLER_DISABLED",
6868+
"MBED_MPU_CUSTOM"
68686869
],
68696870
"inherits": ["Target"],
68706871
"extra_labels": ["Realtek", "AMEBA", "RTW_EMAC"],
@@ -6881,8 +6882,7 @@
68816882
"SERIAL",
68826883
"SPI",
68836884
"TRNG",
6884-
"FLASH",
6885-
"MPU"
6885+
"FLASH"
68866886
],
68876887
"public": false,
68886888
"supported_toolchains": ["GCC_ARM", "ARM", "IAR"],

0 commit comments

Comments
 (0)