Skip to content

Commit f82014e

Browse files
author
Cruz Monrreal
authored
Merge pull request #8922 from juhoeskeli/wise_1570_mpu_disable
MTB_ADV_WISE_1570: disable MPU code until target properly supported
2 parents 6749a8a + 6ba5104 commit f82014e

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
@@ -3238,16 +3238,16 @@
32383238
"macros_add": [
32393239
"MBEDTLS_CONFIG_HW_SUPPORT",
32403240
"WISE_1570",
3241-
"TWO_RAM_REGIONS"
3241+
"TWO_RAM_REGIONS",
3242+
"MBED_MPU_CUSTOM"
32423243
],
32433244
"device_has_add": [
32443245
"ANALOGOUT",
32453246
"CRC",
32463247
"SERIAL_ASYNCH",
32473248
"SERIAL_FC",
32483249
"TRNG",
3249-
"FLASH",
3250-
"MPU"
3250+
"FLASH"
32513251
],
32523252
"device_has_remove": ["LPTICKER"],
32533253
"release_versions": ["5"],

0 commit comments

Comments
 (0)