Skip to content

Commit 165af44

Browse files
c1728p9Cruz Monrreal II
authored andcommitted
Revert "Turn off MPU on targets failing OOB"
The cause of the pelion-enablement test failures for Nuvoton boards is not caused by or related to the MPU so this patch re-enables the MPU for these boards. The cause of the pelion-enablement test failures for the UBLOX_C030_U201 has been identified and corrected so this patch re-enables the MPU for this board. This reverts commit b217c5f.
1 parent 7dd7471 commit 165af44

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

targets/targets.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4070,16 +4070,16 @@
40704070
"macros_add": [
40714071
"MBEDTLS_CONFIG_HW_SUPPORT",
40724072
"HSE_VALUE=12000000",
4073-
"GNSSBAUD=9600",
4074-
"MBED_MPU_CUSTOM"
4073+
"GNSSBAUD=9600"
40754074
],
40764075
"overrides": { "lse_available": 0 },
40774076
"device_has_add": [
40784077
"ANALOGOUT",
40794078
"EMAC",
40804079
"SERIAL_FC",
40814080
"TRNG",
4082-
"FLASH"
4081+
"FLASH",
4082+
"MPU"
40834083
],
40844084
"public": false,
40854085
"device_name": "STM32F437VG",
@@ -7210,7 +7210,7 @@
72107210
}
72117211
},
72127212
"inherits": ["Target"],
7213-
"macros_add": ["MBEDTLS_CONFIG_HW_SUPPORT", "LPTICKER_DELAY_TICKS=3", "MBED_MPU_CUSTOM"],
7213+
"macros_add": ["MBEDTLS_CONFIG_HW_SUPPORT", "LPTICKER_DELAY_TICKS=3"],
72147214
"device_has": [
72157215
"USTICKER",
72167216
"LPTICKER",
@@ -7235,7 +7235,8 @@
72357235
"TRNG",
72367236
"FLASH",
72377237
"CAN",
7238-
"EMAC"
7238+
"EMAC",
7239+
"MPU"
72397240
],
72407241
"release_versions": ["5"],
72417242
"bootloader_supported": true,

0 commit comments

Comments
 (0)