Skip to content

Commit 1ac4d9b

Browse files
authored
Merge pull request #8680 from kfnta/initial_components
Add PSA build components to build configuration for non-PSA targets
2 parents 4d07bcb + 4091a4c commit 1ac4d9b

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

targets/targets.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"default_toolchain": "ARM",
55
"supported_toolchains": null,
66
"extra_labels": [],
7+
"components": ["PSA_SRV_IMPL", "PSA_SRV_EMUL", "NSPE"],
78
"is_disk_virtual": false,
89
"macros": [],
910
"device_has": [],
@@ -1349,7 +1350,7 @@
13491350
},
13501351
"K64F": {
13511352
"supported_form_factors": ["ARDUINO"],
1352-
"components": ["SD"],
1353+
"components_add": ["SD"],
13531354
"core": "Cortex-M4F",
13541355
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
13551356
"extra_labels": [
@@ -1600,7 +1601,7 @@
16001601
},
16011602
"K66F": {
16021603
"supported_form_factors": ["ARDUINO"],
1603-
"components": ["SD"],
1604+
"components_add": ["SD"],
16041605
"core": "Cortex-M4F",
16051606
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
16061607
"extra_labels": [
@@ -1646,7 +1647,7 @@
16461647
},
16471648
"K82F": {
16481649
"supported_form_factors": ["ARDUINO"],
1649-
"components": ["SPIF"],
1650+
"components_add": ["SPIF"],
16501651
"core": "Cortex-M4F",
16511652
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
16521653
"extra_labels": ["Freescale", "MCUXpresso_MCUS", "KSDK2_MCUS", "FRDM"],
@@ -2326,7 +2327,7 @@
23262327
},
23272328
"USI_WM_BN_BM_22": {
23282329
"inherits": ["FAMILY_STM32"],
2329-
"components": ["SPIF"],
2330+
"components_add": ["SPIF"],
23302331
"core": "Cortex-M4F",
23312332
"extra_labels_add": [
23322333
"STM32F4",
@@ -2373,7 +2374,7 @@
23732374
}
23742375
},
23752376
"DISCO_F413ZH": {
2376-
"components": ["QSPIF"],
2377+
"components_add": ["QSPIF"],
23772378
"inherits": ["FAMILY_STM32"],
23782379
"supported_form_factors": ["ARDUINO"],
23792380
"core": "Cortex-M4F",
@@ -3065,7 +3066,7 @@
30653066
"device_name": "STM32L486RG"
30663067
},
30673068
"MTB_ADV_WISE_1570": {
3068-
"components": ["FLASHIAP"],
3069+
"components_add": ["FLASHIAP"],
30693070
"inherits": ["FAMILY_STM32"],
30703071
"core": "Cortex-M4F",
30713072
"extra_labels_add": [
@@ -3297,7 +3298,7 @@
32973298
"bootloader_supported": true
32983299
},
32993300
"DISCO_F469NI": {
3300-
"components": ["QSPIF"],
3301+
"components_add": ["QSPIF"],
33013302
"inherits": ["FAMILY_STM32"],
33023303
"supported_form_factors": ["ARDUINO"],
33033304
"core": "Cortex-M4F",
@@ -3493,7 +3494,7 @@
34933494
}
34943495
},
34953496
"DISCO_L475VG_IOT01A": {
3496-
"components": ["QSPIF"],
3497+
"components_add": ["QSPIF"],
34973498
"inherits": ["FAMILY_STM32"],
34983499
"core": "Cortex-M4F",
34993500
"extra_labels_add": ["STM32L4", "STM32L475xG", "STM32L475VG"],
@@ -3524,7 +3525,7 @@
35243525
"bootloader_supported": true
35253526
},
35263527
"DISCO_L476VG": {
3527-
"components": ["QSPIF"],
3528+
"components_add": ["QSPIF"],
35283529
"inherits": ["FAMILY_STM32"],
35293530
"core": "Cortex-M4F",
35303531
"extra_labels_add": ["STM32L4", "STM32L476xG", "STM32L476VG"],

0 commit comments

Comments
 (0)