Merge pull request #8922 from juhoeskeli/wise_1570_mpu_disable

MTB_ADV_WISE_1570: disable MPU code until target properly supported
pull/8947/head
Cruz Monrreal 2018-12-03 21:15:21 -06:00 committed by GitHub
commit f82014e1af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -3238,7 +3238,8 @@
"macros_add": [
"MBEDTLS_CONFIG_HW_SUPPORT",
"WISE_1570",
"TWO_RAM_REGIONS"
"TWO_RAM_REGIONS",
"MBED_MPU_CUSTOM"
],
"device_has_add": [
"ANALOGOUT",
@ -3246,8 +3247,7 @@
"SERIAL_ASYNCH",
"SERIAL_FC",
"TRNG",
"FLASH",
"MPU"
"FLASH"
],
"device_has_remove": ["LPTICKER"],
"release_versions": ["5"],