Skip to content

Commit

Permalink
CYW9P62S1_43012EVB_01: Enable QSPI and QSPIF
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
LDong-Arm committed Aug 10, 2021
1 parent 956db83 commit c60d286
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions targets/targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -7723,12 +7723,8 @@
"CYW43XXX",
"UDB_SDIO_P12"
],
"components_remove": [
"QSPIF"
],
"device_has_remove": [
"ANALOGOUT",
"QSPI"
"ANALOGOUT"
],
"extra_labels_add": [
"PSOC6_01",
Expand Down

0 comments on commit c60d286

Please sign in to comment.