Disable MPU code until target properly supported

pull/8974/head
Juho Eskeli 2018-11-30 12:43:09 +02:00 committed by adbridge
parent a7b96454d7
commit 6e4104bced
1 changed files with 3 additions and 3 deletions

View File

@ -3975,7 +3975,8 @@
"MBEDTLS_DES_C",
"MBEDTLS_MD4_C",
"MBEDTLS_MD5_C",
"MBEDTLS_SHA1_C"
"MBEDTLS_SHA1_C",
"MBED_MPU_CUSTOM"
],
"device_has_add": [
"CAN",
@ -3984,8 +3985,7 @@
"FLASH",
"WIFI",
"SERIAL_FC",
"SERIAL",
"MPU"
"SERIAL"
],
"features": ["BLE"],
"device_has_remove": [],