Replies: 6 comments
-
This is in progress in PR 59444! Please review the PR and let us know your thoughts. |
Beta Was this translation helpful? Give feedback.
-
On a brief look, it looks great. However, I noticed that at the moment only SDIO is implemented. Will there be also an implementation for SPI? |
Beta Was this translation helpful? Give feedback.
-
@mariopaja, we don't have that in our short/medium term roadmap. We would be open to some collaboration on that! |
Beta Was this translation helpful? Give feedback.
-
@ifyall I would be open to collaborate on this (adding SPI support). Is anyone else actively working on this? |
Beta Was this translation helpful? Give feedback.
-
@PatrickE94, we don't have anyone internally working on it, at least in the Zephyr context. We would love some assistance here! |
Beta Was this translation helpful? Give feedback.
-
My company has added PIO-SPI support for the Pico W/RP2040. We may eventually submit code to extend this to the Infineon driver in drivers/wifi/infineon. In the mean time, if someone needs WiFi on the Pico W right away, I have a repo that does an out-of-tree build of my port of the cyw43-driver (the one used in the Pico SDK) here: https://github.com/beechwoods-software/zephyr-cyw43-driver.git |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Add WIFI driver support for Cypress CYW43XXX (spi/sdio). It seems like several boards (rpi pico w, arduino giga r1 wifi, infineon PSoC6 ...) are using this wifi module. Additionally, it seems like this module is popular in embedded community.
The module has already bluetooth support and I guess it would be beneficial to have also wifi support.
Beta Was this translation helpful? Give feedback.
All reactions