mirror of https://github.com/ARMmbed/mbed-os.git
Disable QSPIF on CY8CPROTO_062S3_4343W
This target uses the QSPI interface hardware in XIP mode to allow memory-mapped access to the WiFi interface firmware. This is incompatible with the MMIO mode upon which QSPIFBlockDevice relies to send specific commands over the QSPI bus.pull/12909/head
parent
af4c8a94f3
commit
a63fe7d801
|
@ -8676,6 +8676,9 @@
|
||||||
"4343W",
|
"4343W",
|
||||||
"CYW43XXX"
|
"CYW43XXX"
|
||||||
],
|
],
|
||||||
|
"components_remove": [
|
||||||
|
"QSPIF"
|
||||||
|
],
|
||||||
"device_has_remove": [
|
"device_has_remove": [
|
||||||
"ANALOGOUT"
|
"ANALOGOUT"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue