Skip to content

Commit

Permalink
Turn off MPU on targets failing OOB
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
c1728p9 committed Dec 6, 2018
1 parent 78d6018 commit b217c5f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions targets/targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -4087,16 +4087,16 @@
"macros_add": [
"MBEDTLS_CONFIG_HW_SUPPORT",
"HSE_VALUE=12000000",
"GNSSBAUD=9600"
"GNSSBAUD=9600",
"MBED_MPU_CUSTOM"
],
"overrides": { "lse_available": 0 },
"device_has_add": [
"ANALOGOUT",
"EMAC",
"SERIAL_FC",
"TRNG",
"FLASH",
"MPU"
"FLASH"
],
"public": false,
"device_name": "STM32F437VG",
Expand Down Expand Up @@ -7239,7 +7239,7 @@
}
},
"inherits": ["Target"],
"macros_add": ["MBEDTLS_CONFIG_HW_SUPPORT", "LPTICKER_DELAY_TICKS=3"],
"macros_add": ["MBEDTLS_CONFIG_HW_SUPPORT", "LPTICKER_DELAY_TICKS=3", "MBED_MPU_CUSTOM"],
"device_has": [
"USTICKER",
"LPTICKER",
Expand All @@ -7265,8 +7265,7 @@
"TRNG",
"FLASH",
"CAN",
"EMAC",
"MPU"
"EMAC"
],
"release_versions": ["5"],
"bootloader_supported": true,
Expand Down

0 comments on commit b217c5f

Please sign in to comment.