Skip to content

Commit c07ba7c

Browse files
Amir CohenDeepika
authored andcommitted
Enhance targets.json with components
Adding storage components to boards
1 parent d2e1196 commit c07ba7c

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
@@ -1502,6 +1502,7 @@
15021502
},
15031503
"SDT64B": {
15041504
"inherits": ["K64F"],
1505+
"components_add": ["FLASHIAP"],
15051506
"extra_labels_add": ["K64F"],
15061507
"extra_labels_remove": ["FRDM"],
15071508
"components_remove": ["SD"],
@@ -2200,6 +2201,7 @@
22002201
},
22012202
"NUCLEO_F207ZG": {
22022203
"inherits": ["FAMILY_STM32"],
2204+
"components_add": ["FLASHIAP"],
22032205
"supported_form_factors": ["ARDUINO", "MORPHO"],
22042206
"core": "Cortex-M3",
22052207
"extra_labels_add": ["STM32F2", "STM32F207ZG", "STM_EMAC"],
@@ -2565,7 +2567,7 @@
25652567
}
25662568
},
25672569
"DISCO_F413ZH": {
2568-
"components_add": ["QSPIF"],
2570+
"components_add": ["QSPIF", "FLASHIAP"],
25692571
"inherits": ["FAMILY_STM32"],
25702572
"supported_form_factors": ["ARDUINO"],
25712573
"core": "Cortex-M4F",
@@ -2931,6 +2933,7 @@
29312933
},
29322934
"NUCLEO_F767ZI": {
29332935
"inherits": ["FAMILY_STM32"],
2936+
"components_add": ["FLASHIAP"],
29342937
"core": "Cortex-M7FD",
29352938
"extra_labels_add": [
29362939
"STM32F7",
@@ -3796,7 +3799,7 @@
37963799
"STM32F746NG",
37973800
"STM_EMAC"
37983801
],
3799-
"components_add": ["QSPIF"],
3802+
"components_add": ["QSPIF", "FLASHIAP"],
38003803
"supported_form_factors": ["ARDUINO"],
38013804
"config": {
38023805
"clock_source": {
@@ -4304,7 +4307,7 @@
43044307
"release_versions": ["5"],
43054308
"device_has_remove": [],
43064309
"extra_labels_add": ["PSA"],
4307-
"components_add": ["FLASHIAP"],
4310+
"components_add": ["SD", "FLASHIAP"],
43084311
"macros_add": [
43094312
"MBEDTLS_PSA_CRYPTO_C"
43104313
],
@@ -4390,6 +4393,7 @@
43904393
},
43914394
"UBLOX_C030_U201": {
43924395
"inherits": ["UBLOX_C030"],
4396+
"components_add": ["SD", "FLASHIAP"],
43934397
"release_versions": ["5"]
43944398
},
43954399
"UBLOX_C030_N211": {
@@ -5249,6 +5253,7 @@
52495253
},
52505254
"GR_LYCHEE": {
52515255
"inherits": ["RZ_A1XX"],
5256+
"components_add": ["SD", "FLASHIAP"],
52525257
"supported_form_factors": ["ARDUINO"],
52535258
"extra_labels_add": ["RZA1UL", "MBRZA1LU"],
52545259
"components_add": ["SD"],
@@ -7012,6 +7017,7 @@
70127017
},
70137018
"NUMAKER_PFM_NUC472": {
70147019
"core": "Cortex-M4F",
7020+
"components_add": ["SD", "FLASHIAP"],
70157021
"default_toolchain": "ARM",
70167022
"extra_labels": [
70177023
"NUVOTON",
@@ -7584,10 +7590,12 @@
75847590
},
75857591
"NUMAKER_PFM_M487": {
75867592
"inherits": ["MCU_M480"],
7593+
"components_add": ["SD", "FLASHIAP"],
75877594
"device_name": "M487JIDAE"
75887595
},
75897596
"NUMAKER_IOT_M487": {
75907597
"inherits": ["MCU_M480"],
7598+
"components_add": ["FLASHIAP"],
75917599
"device_name": "M487JIDAE"
75927600
},
75937601
"TMPM066": {

0 commit comments

Comments
 (0)