From bc2f8c4ffda89437cafe2da41b44a0045980cadf Mon Sep 17 00:00:00 2001 From: Juho Eskeli Date: Fri, 7 Dec 2018 11:52:28 +0200 Subject: [PATCH] Revert "Merge pull request #8922 from juhoeskeli/wise_1570_mpu_disable" This reverts commit f82014e1af9a72e8a9b9c3caa9b558370ec12289, reversing changes made to 6749a8a321d4341ddfc819ab88585e0d3fa4635e. --- targets/targets.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/targets/targets.json b/targets/targets.json index 692fb3ec14..4180bfeae7 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -3238,8 +3238,7 @@ "macros_add": [ "MBEDTLS_CONFIG_HW_SUPPORT", "WISE_1570", - "TWO_RAM_REGIONS", - "MBED_MPU_CUSTOM" + "TWO_RAM_REGIONS" ], "device_has_add": [ "ANALOGOUT", @@ -3247,7 +3246,8 @@ "SERIAL_ASYNCH", "SERIAL_FC", "TRNG", - "FLASH" + "FLASH", + "MPU" ], "device_has_remove": ["LPTICKER"], "release_versions": ["5"],