Skip to content

Commit adfac3c

Browse files
committed
PSOC6: do not remove QSPI from FUTURE_SEQUANA targets
Since QSPi is not yet supported by base TARGET_PSOC6, there is no need to remove the device label from FUTURE targets that inherit from TARGET_PSOC6. This will need to be reverted back once the QSPI support is implemented for Cypress PSOC6 targets.
1 parent bab34cb commit adfac3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

targets/targets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8452,7 +8452,7 @@
84528452
"supported_form_factors": ["ARDUINO"],
84538453
"extra_labels_add": ["PSOC6_FUTURE", "CY8C63XX", "FUTURE_SEQUANA"],
84548454
"extra_labels_remove": ["PSOC6"],
8455-
"device_has_remove": ["TRNG", "CRC", "QSPI"],
8455+
"device_has_remove": ["TRNG", "CRC"],
84568456
"macros_add": ["CY8C6347BZI_BLD53"],
84578457
"detect_code": ["6000"],
84588458
"post_binary_hook": {
@@ -8481,7 +8481,7 @@
84818481
"supported_form_factors": ["ARDUINO"],
84828482
"extra_labels_add": ["PSOC6_FUTURE", "CY8C63XX", "CORDIO"],
84838483
"extra_labels_remove": ["PSOC6"],
8484-
"device_has_remove": ["TRNG", "CRC", "QSPI"],
8484+
"device_has_remove": ["TRNG", "CRC"],
84858485
"macros_add": ["CY8C6347BZI_BLD53"],
84868486
"detect_code": ["6000"],
84878487
"hex_filename": "psoc63_m0_default_1.03.hex",

0 commit comments

Comments
 (0)