mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #9003 from juhoeskeli/wise_1570_mpu_enable
Revert "Merge pull request #8922 from juhoeskeli/wise_1570_mpu_disable"pull/9029/head
commit
40e13cf28c
|
@ -3238,8 +3238,7 @@
|
|||
"macros_add": [
|
||||
"MBEDTLS_CONFIG_HW_SUPPORT",
|
||||
"WISE_1570",
|
||||
"TWO_RAM_REGIONS",
|
||||
"MBED_MPU_CUSTOM"
|
||||
"TWO_RAM_REGIONS"
|
||||
],
|
||||
"device_has_add": [
|
||||
"ANALOGOUT",
|
||||
|
@ -3247,7 +3246,8 @@
|
|||
"SERIAL_ASYNCH",
|
||||
"SERIAL_FC",
|
||||
"TRNG",
|
||||
"FLASH"
|
||||
"FLASH",
|
||||
"MPU"
|
||||
],
|
||||
"device_has_remove": ["LPTICKER"],
|
||||
"release_versions": ["5"],
|
||||
|
|
Loading…
Reference in New Issue