mirror of https://github.com/ARMmbed/mbed-os.git
Disable MPU code until target properly supported
parent
a7b96454d7
commit
6e4104bced
|
@ -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": [],
|
||||
|
|
Loading…
Reference in New Issue