From c60d286caa8093630ba6c80c306155ab70a07ab4 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 55d9c35a5928..9a67821d410e 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -7723,12 +7723,8 @@ "CYW43XXX", "UDB_SDIO_P12" ], - "components_remove": [ - "QSPIF" - ], "device_has_remove": [ - "ANALOGOUT", - "QSPI" + "ANALOGOUT" ], "extra_labels_add": [ "PSOC6_01",