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
Kyle Kearney 2020-04-27 13:36:58 -07:00
parent af4c8a94f3
commit a63fe7d801
1 changed files with 3 additions and 0 deletions

View File

@ -8676,6 +8676,9 @@
"4343W", "4343W",
"CYW43XXX" "CYW43XXX"
], ],
"components_remove": [
"QSPIF"
],
"device_has_remove": [ "device_has_remove": [
"ANALOGOUT" "ANALOGOUT"
], ],