mirror of https://github.com/ARMmbed/mbed-os.git
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 b217c5fe4d
.
pull/9020/head
parent
54f53e09d8
commit
7208f8c8ec
|
@ -4087,8 +4087,7 @@
|
||||||
"macros_add": [
|
"macros_add": [
|
||||||
"MBEDTLS_CONFIG_HW_SUPPORT",
|
"MBEDTLS_CONFIG_HW_SUPPORT",
|
||||||
"HSE_VALUE=12000000",
|
"HSE_VALUE=12000000",
|
||||||
"GNSSBAUD=9600",
|
"GNSSBAUD=9600"
|
||||||
"MBED_MPU_CUSTOM"
|
|
||||||
],
|
],
|
||||||
"overrides": { "lse_available": 0 },
|
"overrides": { "lse_available": 0 },
|
||||||
"device_has_add": [
|
"device_has_add": [
|
||||||
|
@ -4096,7 +4095,8 @@
|
||||||
"EMAC",
|
"EMAC",
|
||||||
"SERIAL_FC",
|
"SERIAL_FC",
|
||||||
"TRNG",
|
"TRNG",
|
||||||
"FLASH"
|
"FLASH",
|
||||||
|
"MPU"
|
||||||
],
|
],
|
||||||
"public": false,
|
"public": false,
|
||||||
"device_name": "STM32F437VG",
|
"device_name": "STM32F437VG",
|
||||||
|
@ -7239,7 +7239,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"inherits": ["Target"],
|
"inherits": ["Target"],
|
||||||
"macros_add": ["MBEDTLS_CONFIG_HW_SUPPORT", "LPTICKER_DELAY_TICKS=3", "MBED_MPU_CUSTOM"],
|
"macros_add": ["MBEDTLS_CONFIG_HW_SUPPORT", "LPTICKER_DELAY_TICKS=3"],
|
||||||
"device_has": [
|
"device_has": [
|
||||||
"USTICKER",
|
"USTICKER",
|
||||||
"LPTICKER",
|
"LPTICKER",
|
||||||
|
@ -7265,7 +7265,8 @@
|
||||||
"TRNG",
|
"TRNG",
|
||||||
"FLASH",
|
"FLASH",
|
||||||
"CAN",
|
"CAN",
|
||||||
"EMAC"
|
"EMAC",
|
||||||
|
"MPU"
|
||||||
],
|
],
|
||||||
"release_versions": ["5"],
|
"release_versions": ["5"],
|
||||||
"bootloader_supported": true,
|
"bootloader_supported": true,
|
||||||
|
|
Loading…
Reference in New Issue