Skip to content

Commit a63fe7d

Browse files
author
Kyle Kearney
committed
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.
1 parent af4c8a9 commit a63fe7d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

targets/targets.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8676,6 +8676,9 @@
86768676
"4343W",
86778677
"CYW43XXX"
86788678
],
8679+
"components_remove": [
8680+
"QSPIF"
8681+
],
86798682
"device_has_remove": [
86808683
"ANALOGOUT"
86818684
],

0 commit comments

Comments
 (0)