mirror of https://github.com/ARMmbed/mbed-os.git
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.pull/10692/head
parent
bab34cb467
commit
adfac3c1f9
|
|
@ -8452,7 +8452,7 @@
|
|||
"supported_form_factors": ["ARDUINO"],
|
||||
"extra_labels_add": ["PSOC6_FUTURE", "CY8C63XX", "FUTURE_SEQUANA"],
|
||||
"extra_labels_remove": ["PSOC6"],
|
||||
"device_has_remove": ["TRNG", "CRC", "QSPI"],
|
||||
"device_has_remove": ["TRNG", "CRC"],
|
||||
"macros_add": ["CY8C6347BZI_BLD53"],
|
||||
"detect_code": ["6000"],
|
||||
"post_binary_hook": {
|
||||
|
|
@ -8481,7 +8481,7 @@
|
|||
"supported_form_factors": ["ARDUINO"],
|
||||
"extra_labels_add": ["PSOC6_FUTURE", "CY8C63XX", "CORDIO"],
|
||||
"extra_labels_remove": ["PSOC6"],
|
||||
"device_has_remove": ["TRNG", "CRC", "QSPI"],
|
||||
"device_has_remove": ["TRNG", "CRC"],
|
||||
"macros_add": ["CY8C6347BZI_BLD53"],
|
||||
"detect_code": ["6000"],
|
||||
"hex_filename": "psoc63_m0_default_1.03.hex",
|
||||
|
|
|
|||
Loading…
Reference in New Issue