Skip to content

Commit 8a3cc4c

Browse files
author
Amir Cohen
committed
Enhance targets.json with components
Adding storage components to boards
1 parent 1492dc1 commit 8a3cc4c

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

targets/targets.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1499,6 +1499,7 @@
14991499
},
15001500
"SDT64B": {
15011501
"inherits": ["K64F"],
1502+
"components_add": ["FLASHIAP"],
15021503
"extra_labels_add": ["K64F"],
15031504
"extra_labels_remove": ["FRDM"],
15041505
"components_remove": ["SD"],
@@ -2197,6 +2198,7 @@
21972198
},
21982199
"NUCLEO_F207ZG": {
21992200
"inherits": ["FAMILY_STM32"],
2201+
"components_add": ["FLASHIAP"],
22002202
"supported_form_factors": ["ARDUINO", "MORPHO"],
22012203
"core": "Cortex-M3",
22022204
"extra_labels_add": ["STM32F2", "STM32F207ZG", "STM_EMAC"],
@@ -2560,7 +2562,7 @@
25602562
}
25612563
},
25622564
"DISCO_F413ZH": {
2563-
"components_add": ["QSPIF"],
2565+
"components_add": ["QSPIF", "FLASHIAP"],
25642566
"inherits": ["FAMILY_STM32"],
25652567
"supported_form_factors": ["ARDUINO"],
25662568
"core": "Cortex-M4F",
@@ -2926,6 +2928,7 @@
29262928
},
29272929
"NUCLEO_F767ZI": {
29282930
"inherits": ["FAMILY_STM32"],
2931+
"components_add": ["FLASHIAP"],
29292932
"core": "Cortex-M7FD",
29302933
"extra_labels_add": [
29312934
"STM32F7",
@@ -3791,7 +3794,7 @@
37913794
"STM32F746NG",
37923795
"STM_EMAC"
37933796
],
3794-
"components_add": ["QSPIF"],
3797+
"components_add": ["QSPIF", "FLASHIAP"],
37953798
"supported_form_factors": ["ARDUINO"],
37963799
"config": {
37973800
"clock_source": {
@@ -4235,7 +4238,7 @@
42354238
"release_versions": ["5"],
42364239
"device_has_remove": [],
42374240
"extra_labels_add": ["PSA"],
4238-
"components_add": ["FLASHIAP"],
4241+
"components_add": ["SD", "FLASHIAP"],
42394242
"macros_add": [
42404243
"MBEDTLS_PSA_CRYPTO_C"
42414244
],
@@ -4321,6 +4324,7 @@
43214324
},
43224325
"UBLOX_C030_U201": {
43234326
"inherits": ["UBLOX_C030"],
4327+
"components_add": ["SD", "FLASHIAP"],
43244328
"release_versions": ["5"]
43254329
},
43264330
"UBLOX_C030_N211": {
@@ -5180,6 +5184,7 @@
51805184
},
51815185
"GR_LYCHEE": {
51825186
"inherits": ["RZ_A1XX"],
5187+
"components_add": ["SD", "FLASHIAP"],
51835188
"supported_form_factors": ["ARDUINO"],
51845189
"extra_labels_add": ["RZA1UL", "MBRZA1LU"],
51855190
"components_add": ["SD"],
@@ -6941,6 +6946,7 @@
69416946
},
69426947
"NUMAKER_PFM_NUC472": {
69436948
"core": "Cortex-M4F",
6949+
"components_add": ["SD", "FLASHIAP"],
69446950
"default_toolchain": "ARM",
69456951
"extra_labels": [
69466952
"NUVOTON",
@@ -7513,10 +7519,12 @@
75137519
},
75147520
"NUMAKER_PFM_M487": {
75157521
"inherits": ["MCU_M480"],
7522+
"components_add": ["SD", "FLASHIAP"],
75167523
"device_name": "M487JIDAE"
75177524
},
75187525
"NUMAKER_IOT_M487": {
75197526
"inherits": ["MCU_M480"],
7527+
"components_add": ["FLASHIAP"],
75207528
"device_name": "M487JIDAE"
75217529
},
75227530
"TMPM066": {

0 commit comments

Comments
 (0)