Skip to content

Commit 7d25dcc

Browse files
author
Alexander Zilberkant
committed
Enable PSA APIs on Pelion boards
Add PSA label - enabling PSA APIs support on Pelion boards - K66F - K66F, NUCLEO_F429ZI - NUCLEO_F411RE - UBLOX_EVK_ODIN_W2
1 parent d6382bb commit 7d25dcc

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

targets/targets.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1735,7 +1735,8 @@
17351735
"MCUXpresso_MCUS",
17361736
"KSDK2_MCUS",
17371737
"FRDM",
1738-
"Freescale_EMAC"
1738+
"Freescale_EMAC",
1739+
"PSA"
17391740
],
17401741
"is_disk_virtual": true,
17411742
"macros": ["CPU_MK66FN2M0VMD18", "FSL_RTOS_MBED"],
@@ -2399,7 +2400,7 @@
23992400
"inherits": ["FAMILY_STM32"],
24002401
"supported_form_factors": ["ARDUINO", "MORPHO"],
24012402
"core": "Cortex-M4F",
2402-
"extra_labels_add": ["STM32F4", "STM32F411xE", "STM32F411RE"],
2403+
"extra_labels_add": ["STM32F4", "STM32F411xE", "STM32F411RE", "PSA"],
24032404
"detect_code": ["0740"],
24042405
"config": {
24052406
"clock_source": {
@@ -2656,7 +2657,8 @@
26562657
"STM32F429ZI",
26572658
"STM32F429xx",
26582659
"STM32F429xI",
2659-
"STM_EMAC"
2660+
"STM_EMAC",
2661+
"PSA"
26602662
],
26612663
"macros_add": [
26622664
"USB_STM_HAL",
@@ -4178,6 +4180,7 @@
41784180
"supported_form_factors": ["ARDUINO"],
41794181
"release_versions": ["5"],
41804182
"device_has_remove": [],
4183+
"extra_labels_add": ["PSA"],
41814184
"config": {
41824185
"stdio_uart_tx_help": {
41834186
"help": "Value: D8(default) or D1"

0 commit comments

Comments
 (0)