Skip to content

Commit bca9f63

Browse files
c1728p9Cruz Monrreal II
authored andcommitted
Turn off MPU on targets failing OOB
Turn off MPU for the UBLOX_C030 and MCU_M480 and all targets derived from these. When the MPU is enabled on these platforms they do not pass the pelion-enablement tests. Once the root cause is determined and fixed the MPU can be re-enabled for these targets.
1 parent 5d7d823 commit bca9f63

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

targets/targets.json

Lines changed: 5 additions & 6 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"
4073+
"GNSSBAUD=9600",
4074+
"MBED_MPU_CUSTOM"
40744075
],
40754076
"overrides": { "lse_available": 0 },
40764077
"device_has_add": [
40774078
"ANALOGOUT",
40784079
"EMAC",
40794080
"SERIAL_FC",
40804081
"TRNG",
4081-
"FLASH",
4082-
"MPU"
4082+
"FLASH"
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"],
7213+
"macros_add": ["MBEDTLS_CONFIG_HW_SUPPORT", "LPTICKER_DELAY_TICKS=3", "MBED_MPU_CUSTOM"],
72147214
"device_has": [
72157215
"USTICKER",
72167216
"LPTICKER",
@@ -7235,8 +7235,7 @@
72357235
"TRNG",
72367236
"FLASH",
72377237
"CAN",
7238-
"EMAC",
7239-
"MPU"
7238+
"EMAC"
72407239
],
72417240
"release_versions": ["5"],
72427241
"bootloader_supported": true,

0 commit comments

Comments
 (0)