Skip to content

Commit 72f3680

Browse files
Donatien Garnier0xc0170
authored andcommitted
Disable MPU on RTL8195A
1 parent 7cdfbee commit 72f3680

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
@@ -6901,7 +6901,8 @@
69016901
"CONFIG_PLATFORM_8195A",
69026902
"CONFIG_MBED_ENABLED",
69036903
"PLATFORM_CMSIS_RTOS",
6904-
"MBED_FAULT_HANDLER_DISABLED"
6904+
"MBED_FAULT_HANDLER_DISABLED",
6905+
"MBED_MPU_CUSTOM"
69056906
],
69066907
"inherits": ["Target"],
69076908
"extra_labels": ["Realtek", "AMEBA", "RTW_EMAC"],
@@ -6918,8 +6919,7 @@
69186919
"SERIAL",
69196920
"SPI",
69206921
"TRNG",
6921-
"FLASH",
6922-
"MPU"
6922+
"FLASH"
69236923
],
69246924
"public": false,
69256925
"supported_toolchains": ["GCC_ARM", "ARM", "IAR"],

0 commit comments

Comments
 (0)