Skip to content

Commit c950150

Browse files
committed
Remove QSPI for Future targets
1 parent 8bb96ef commit c950150

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
@@ -8560,7 +8560,7 @@
85608560
"supported_form_factors": ["ARDUINO"],
85618561
"extra_labels_add": ["PSOC6_FUTURE", "CY8C63XX", "FUTURE_SEQUANA"],
85628562
"extra_labels_remove": ["PSOC6"],
8563-
"device_has_remove": ["TRNG", "CRC", "I2CSLAVE", "USBDEVICE"],
8563+
"device_has_remove": ["TRNG", "CRC", "I2CSLAVE", "USBDEVICE", "QSPI"],
85648564
"macros_add": ["CY8C6347BZI_BLD53"],
85658565
"detect_code": ["6000"],
85668566
"post_binary_hook": {
@@ -8589,7 +8589,7 @@
85898589
"supported_form_factors": ["ARDUINO"],
85908590
"extra_labels_add": ["PSOC6_FUTURE", "CY8C63XX", "CORDIO"],
85918591
"extra_labels_remove": ["PSOC6"],
8592-
"device_has_remove": ["TRNG", "CRC", "I2CSLAVE", "USBDEVICE"],
8592+
"device_has_remove": ["TRNG", "CRC", "I2CSLAVE", "USBDEVICE", "QSPI"],
85938593
"macros_add": ["CY8C6347BZI_BLD53"],
85948594
"detect_code": ["6000"],
85958595
"hex_filename": "psoc63_m0_default_1.03.hex",

0 commit comments

Comments
 (0)