mirror of https://github.com/ARMmbed/mbed-os.git
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).pull/14989/head
parent
6bb23815c5
commit
9ade440860
|
@ -7750,12 +7750,8 @@
|
|||
"CYW43XXX",
|
||||
"UDB_SDIO_P12"
|
||||
],
|
||||
"components_remove": [
|
||||
"QSPIF"
|
||||
],
|
||||
"device_has_remove": [
|
||||
"ANALOGOUT",
|
||||
"QSPI"
|
||||
"ANALOGOUT"
|
||||
],
|
||||
"extra_labels_add": [
|
||||
"PSOC6_01",
|
||||
|
|
Loading…
Reference in New Issue