Skip to content

Commit 8415d25

Browse files
author
Donatien Garnier
committed
Disable MPU support on NRF52x platforms
1 parent 06748af commit 8415d25

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

targets/targets.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6562,7 +6562,8 @@
65626562
"TARGET_NRF52832",
65636563
"CMSIS_VECTAB_VIRTUAL",
65646564
"CMSIS_VECTAB_VIRTUAL_HEADER_FILE=\"cmsis_nvic.h\"",
6565-
"MBED_TICKLESS"
6565+
"MBED_TICKLESS",
6566+
"MBED_MPU_CUSTOM"
65666567
],
65676568
"device_has": [
65686569
"ANALOGIN",
@@ -6572,7 +6573,6 @@
65726573
"INTERRUPTIN",
65736574
"ITM",
65746575
"LPTICKER",
6575-
"MPU",
65766576
"PORTIN",
65776577
"PORTINOUT",
65786578
"PORTOUT",
@@ -6684,7 +6684,8 @@
66846684
"CMSIS_VECTAB_VIRTUAL_HEADER_FILE=\"cmsis_nvic.h\"",
66856685
"MBED_TICKLESS",
66866686
"MBEDTLS_CONFIG_HW_SUPPORT",
6687-
"WSF_MAX_HANDLERS=10"
6687+
"WSF_MAX_HANDLERS=10",
6688+
"MBED_MPU_CUSTOM"
66886689
],
66896690
"features": ["CRYPTOCELL310"],
66906691
"device_has": [
@@ -6695,7 +6696,6 @@
66956696
"INTERRUPTIN",
66966697
"ITM",
66976698
"LPTICKER",
6698-
"MPU",
66996699
"PORTIN",
67006700
"PORTINOUT",
67016701
"PORTOUT",

0 commit comments

Comments
 (0)