Skip to content

Commit e8f602f

Browse files
committed
psa: Pick up code from MBED_PSA_SRV
Make PSA targets pick up files under TARGET_MBED_PSA_SRV. We'll be moving the Mbed implementation of PSA to TARGET_MBED_PSA_SRV folders soon. Targets that expect to use TF-M for their PSA implementation do not have MBED_PSA_SRV labels added to them.
1 parent 029109a commit e8f602f

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

targets/targets.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,8 @@
957957
"KPSDK_CODE",
958958
"MCU_K64F",
959959
"Freescale_EMAC",
960-
"PSA"
960+
"PSA",
961+
"MBED_PSA_SRV"
961962
],
962963
"is_disk_virtual": true,
963964
"macros": [
@@ -1213,7 +1214,8 @@
12131214
"KSDK2_MCUS",
12141215
"FRDM",
12151216
"Freescale_EMAC",
1216-
"PSA"
1217+
"PSA",
1218+
"MBED_PSA_SRV"
12171219
],
12181220
"is_disk_virtual": true,
12191221
"macros": [
@@ -2560,7 +2562,8 @@
25602562
"extra_labels_add": [
25612563
"STM32F4",
25622564
"STM32F429xI",
2563-
"PSA"
2565+
"PSA",
2566+
"MBED_PSA_SRV"
25642567
],
25652568
"macros_add": [
25662569
"STM32F429xx"
@@ -8076,7 +8079,8 @@
80768079
"public": false,
80778080
"extra_labels": [
80788081
"ARM_FM",
8079-
"PSA"
8082+
"PSA",
8083+
"MBED_PSA_SRV"
80808084
]
80818085
},
80828086
"FVP_MPS2": {
@@ -9168,7 +9172,8 @@
91689172
"GD32F4XX",
91699173
"GD32F450ZI",
91709174
"GD_EMAC",
9171-
"PSA"
9175+
"PSA",
9176+
"MBED_PSA_SRV"
91729177
],
91739178
"device_has_add": [
91749179
"RTC",

0 commit comments

Comments
 (0)