From 9ade440860e88652dc784000bc7fab8481cb00b1 Mon Sep 17 00:00:00 2001 From: Lingkai Dong Date: Tue, 10 Aug 2021 15:24:47 +0100 Subject: [PATCH] CYW9P62S1_43012EVB_01: Enable QSPI and QSPIF QSPIF was disabled on CYW9P62S1_43012EVB_01 because its S25FS512S flash chip has multiple configurations but our SFDP parser did not support this scenario. Now having added support for this, we can enable QSPIF (the component label for QSPIFBlockDevice) and QSPI (the label for Quad-SPI communication). --- targets/targets.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/targets/targets.json b/targets/targets.json index d26e94f586..819a6c0b0c 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -7750,12 +7750,8 @@ "CYW43XXX", "UDB_SDIO_P12" ], - "components_remove": [ - "QSPIF" - ], "device_has_remove": [ - "ANALOGOUT", - "QSPI" + "ANALOGOUT" ], "extra_labels_add": [ "PSOC6_01",