Skip to content

Commit 5747163

Browse files
authored
Merge pull request #11694 from d-kato/rza1_fix_components
Fix components setting for GR-PEACH and GR-LYCHEE
2 parents e2578db + 307c106 commit 5747163

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

targets/targets.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5855,7 +5855,7 @@
58555855
"inherits": ["RZ_A1XX"],
58565856
"supported_form_factors": ["ARDUINO"],
58575857
"extra_labels_add": ["RZA1H", "MBRZA1H", "RZ_A1_EMAC"],
5858-
"components_add": ["SD"],
5858+
"components_add": ["SD", "FLASHIAP"],
58595859
"device_has_add": ["USBDEVICE", "EMAC", "FLASH", "LPTICKER"],
58605860
"release_versions": ["2", "5"],
58615861
"device_name": "R7S72100",
@@ -5869,10 +5869,9 @@
58695869
},
58705870
"GR_LYCHEE": {
58715871
"inherits": ["RZ_A1XX"],
5872-
"components_add": ["SD", "FLASHIAP"],
58735872
"supported_form_factors": ["ARDUINO"],
58745873
"extra_labels_add": ["RZA1UL", "MBRZA1LU"],
5875-
"components_add": ["SD"],
5874+
"components_add": ["SD", "FLASHIAP"],
58765875
"device_has_add": ["USBDEVICE", "TRNG", "FLASH", "LPTICKER"],
58775876
"device_has_remove": ["ETHERNET"],
58785877
"release_versions": ["2", "5"],

0 commit comments

Comments
 (0)