Skip to content

Commit 9ade440

Browse files
committed
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).
1 parent 6bb2381 commit 9ade440

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

targets/targets.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7750,12 +7750,8 @@
77507750
"CYW43XXX",
77517751
"UDB_SDIO_P12"
77527752
],
7753-
"components_remove": [
7754-
"QSPIF"
7755-
],
77567753
"device_has_remove": [
7757-
"ANALOGOUT",
7758-
"QSPI"
7754+
"ANALOGOUT"
77597755
],
77607756
"extra_labels_add": [
77617757
"PSOC6_01",

0 commit comments

Comments
 (0)