Skip to content

Commit 87a9d7c

Browse files
author
Cruz Monrreal
authored
Merge pull request #9605 from kfnta/alzix/pelion-psa
Restore MBEDTLS_PSA_CRYPTO_C for PSA targets
2 parents 92e1464 + 911d138 commit 87a9d7c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

targets/targets.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1747,7 +1747,7 @@
17471747
"PSA"
17481748
],
17491749
"is_disk_virtual": true,
1750-
"macros": ["CPU_MK66FN2M0VMD18", "FSL_RTOS_MBED"],
1750+
"macros": ["CPU_MK66FN2M0VMD18", "FSL_RTOS_MBED", "MBEDTLS_PSA_CRYPTO_C"],
17511751
"inherits": ["Target"],
17521752
"detect_code": ["0311"],
17531753
"device_has": [
@@ -2439,7 +2439,7 @@
24392439
"macro_name": "CLOCK_SOURCE_USB"
24402440
}
24412441
},
2442-
"macros_add": ["USB_STM_HAL", "USBHOST_OTHER"],
2442+
"macros_add": ["USB_STM_HAL", "USBHOST_OTHER", "MBEDTLS_PSA_CRYPTO_C"],
24432443
"device_has_add": [
24442444
"SERIAL_ASYNCH",
24452445
"FLASH",
@@ -2688,7 +2688,8 @@
26882688
"components_add": ["FLASHIAP"],
26892689
"macros_add": [
26902690
"USB_STM_HAL",
2691-
"USBHOST_OTHER"
2691+
"USBHOST_OTHER",
2692+
"MBEDTLS_PSA_CRYPTO_C"
26922693
],
26932694
"device_has_add": [
26942695
"ANALOGOUT",
@@ -4235,6 +4236,9 @@
42354236
"device_has_remove": [],
42364237
"extra_labels_add": ["PSA"],
42374238
"components_add": ["FLASHIAP"],
4239+
"macros_add": [
4240+
"MBEDTLS_PSA_CRYPTO_C"
4241+
],
42384242
"config": {
42394243
"stdio_uart_tx_help": {
42404244
"help": "Value: D8(default) or D1"

0 commit comments

Comments
 (0)