Skip to content

Commit b217c5f

Browse files
committed
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 78d6018 commit b217c5f

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
@@ -4087,16 +4087,16 @@
40874087
"macros_add": [
40884088
"MBEDTLS_CONFIG_HW_SUPPORT",
40894089
"HSE_VALUE=12000000",
4090-
"GNSSBAUD=9600"
4090+
"GNSSBAUD=9600",
4091+
"MBED_MPU_CUSTOM"
40914092
],
40924093
"overrides": { "lse_available": 0 },
40934094
"device_has_add": [
40944095
"ANALOGOUT",
40954096
"EMAC",
40964097
"SERIAL_FC",
40974098
"TRNG",
4098-
"FLASH",
4099-
"MPU"
4099+
"FLASH"
41004100
],
41014101
"public": false,
41024102
"device_name": "STM32F437VG",
@@ -7239,7 +7239,7 @@
72397239
}
72407240
},
72417241
"inherits": ["Target"],
7242-
"macros_add": ["MBEDTLS_CONFIG_HW_SUPPORT", "LPTICKER_DELAY_TICKS=3"],
7242+
"macros_add": ["MBEDTLS_CONFIG_HW_SUPPORT", "LPTICKER_DELAY_TICKS=3", "MBED_MPU_CUSTOM"],
72437243
"device_has": [
72447244
"USTICKER",
72457245
"LPTICKER",
@@ -7265,8 +7265,7 @@
72657265
"TRNG",
72667266
"FLASH",
72677267
"CAN",
7268-
"EMAC",
7269-
"MPU"
7268+
"EMAC"
72707269
],
72717270
"release_versions": ["5"],
72727271
"bootloader_supported": true,

0 commit comments

Comments
 (0)