Skip to content

Commit 7938c19

Browse files
committed
M487: Disable MBEDTLS_CONFIG_HW_SUPPORT for custom targets
This is to support custom targets based on M480 series chips.
1 parent 6175b61 commit 7938c19

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

targets/targets.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12791,7 +12791,6 @@
1279112791
"Target"
1279212792
],
1279312793
"macros_add": [
12794-
"MBEDTLS_CONFIG_HW_SUPPORT",
1279512794
"LPTICKER_DELAY_TICKS=4"
1279612795
],
1279712796
"device_has": [
@@ -12841,6 +12840,9 @@
1284112840
"components_add": [
1284212841
"FLASHIAP"
1284312842
],
12843+
"macros_add": [
12844+
"MBEDTLS_CONFIG_HW_SUPPORT"
12845+
],
1284412846
"device_name": "M487JIDAE",
1284512847
"detect_code": [
1284612848
"1304"
@@ -12856,6 +12858,9 @@
1285612858
"components_add": [
1285712859
"FLASHIAP"
1285812860
],
12861+
"macros_add": [
12862+
"MBEDTLS_CONFIG_HW_SUPPORT"
12863+
],
1285912864
"device_name": "M487JIDAE",
1286012865
"detect_code": [
1286112866
"1308"

0 commit comments

Comments
 (0)