Skip to content

Commit 035ecc1

Browse files
alzixCruz Monrreal II
authored andcommitted
Restore MBEDTLS_PSA_CRYPTO_C for PSA targets
Removed by mistake in 763cb4c
1 parent 3f11bf5 commit 035ecc1

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
@@ -1743,7 +1743,7 @@
17431743
"PSA"
17441744
],
17451745
"is_disk_virtual": true,
1746-
"macros": ["CPU_MK66FN2M0VMD18", "FSL_RTOS_MBED"],
1746+
"macros": ["CPU_MK66FN2M0VMD18", "FSL_RTOS_MBED", "MBEDTLS_PSA_CRYPTO_C"],
17471747
"inherits": ["Target"],
17481748
"detect_code": ["0311"],
17491749
"device_has": [
@@ -2435,7 +2435,7 @@
24352435
"macro_name": "CLOCK_SOURCE_USB"
24362436
}
24372437
},
2438-
"macros_add": ["USB_STM_HAL", "USBHOST_OTHER"],
2438+
"macros_add": ["USB_STM_HAL", "USBHOST_OTHER", "MBEDTLS_PSA_CRYPTO_C"],
24392439
"device_has_add": [
24402440
"SERIAL_ASYNCH",
24412441
"FLASH",
@@ -2684,7 +2684,8 @@
26842684
"components_add": ["FLASHIAP"],
26852685
"macros_add": [
26862686
"USB_STM_HAL",
2687-
"USBHOST_OTHER"
2687+
"USBHOST_OTHER",
2688+
"MBEDTLS_PSA_CRYPTO_C"
26882689
],
26892690
"device_has_add": [
26902691
"ANALOGOUT",
@@ -4231,6 +4232,9 @@
42314232
"device_has_remove": [],
42324233
"extra_labels_add": ["PSA"],
42334234
"components_add": ["FLASHIAP"],
4235+
"macros_add": [
4236+
"MBEDTLS_PSA_CRYPTO_C"
4237+
],
42344238
"config": {
42354239
"stdio_uart_tx_help": {
42364240
"help": "Value: D8(default) or D1"

0 commit comments

Comments
 (0)