Skip to content

Commit 757626a

Browse files
author
Cruz Monrreal
authored
Merge pull request #9182 from donatieng/disable_mpu_nrf52x
Disable MPU support on NRF52x platforms
2 parents f9e840e + 8415d25 commit 757626a

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
@@ -6616,7 +6616,8 @@
66166616
"TARGET_NRF52832",
66176617
"CMSIS_VECTAB_VIRTUAL",
66186618
"CMSIS_VECTAB_VIRTUAL_HEADER_FILE=\"cmsis_nvic.h\"",
6619-
"MBED_TICKLESS"
6619+
"MBED_TICKLESS",
6620+
"MBED_MPU_CUSTOM"
66206621
],
66216622
"device_has": [
66226623
"ANALOGIN",
@@ -6626,7 +6627,6 @@
66266627
"INTERRUPTIN",
66276628
"ITM",
66286629
"LPTICKER",
6629-
"MPU",
66306630
"PORTIN",
66316631
"PORTINOUT",
66326632
"PORTOUT",
@@ -6738,7 +6738,8 @@
67386738
"CMSIS_VECTAB_VIRTUAL_HEADER_FILE=\"cmsis_nvic.h\"",
67396739
"MBED_TICKLESS",
67406740
"MBEDTLS_CONFIG_HW_SUPPORT",
6741-
"WSF_MAX_HANDLERS=10"
6741+
"WSF_MAX_HANDLERS=10",
6742+
"MBED_MPU_CUSTOM"
67426743
],
67436744
"features": ["CRYPTOCELL310"],
67446745
"device_has": [
@@ -6749,7 +6750,6 @@
67496750
"INTERRUPTIN",
67506751
"ITM",
67516752
"LPTICKER",
6752-
"MPU",
67536753
"PORTIN",
67546754
"PORTINOUT",
67556755
"PORTOUT",

0 commit comments

Comments
 (0)