mirror of https://github.com/ARMmbed/mbed-os.git
M487: Disable MBEDTLS_CONFIG_HW_SUPPORT for custom targets
This is to support custom targets based on M480 series chips.pull/12576/head
parent
98c151a9f2
commit
43f297fdd4
|
|
@ -12791,7 +12791,6 @@
|
|||
"Target"
|
||||
],
|
||||
"macros_add": [
|
||||
"MBEDTLS_CONFIG_HW_SUPPORT",
|
||||
"LPTICKER_DELAY_TICKS=4"
|
||||
],
|
||||
"device_has": [
|
||||
|
|
@ -12841,6 +12840,9 @@
|
|||
"components_add": [
|
||||
"FLASHIAP"
|
||||
],
|
||||
"macros_add": [
|
||||
"MBEDTLS_CONFIG_HW_SUPPORT"
|
||||
],
|
||||
"device_name": "M487JIDAE",
|
||||
"detect_code": [
|
||||
"1304"
|
||||
|
|
@ -12856,6 +12858,9 @@
|
|||
"components_add": [
|
||||
"FLASHIAP"
|
||||
],
|
||||
"macros_add": [
|
||||
"MBEDTLS_CONFIG_HW_SUPPORT"
|
||||
],
|
||||
"device_name": "M487JIDAE",
|
||||
"detect_code": [
|
||||
"1308"
|
||||
|
|
|
|||
Loading…
Reference in New Issue