-
Notifications
You must be signed in to change notification settings - Fork 7.4k
drivers: wifi: Add WiFi drivers for ESP hosted firmware. #87685
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
drivers: wifi: Add WiFi drivers for ESP hosted firmware. #87685
Conversation
a7648d9
to
75c92a6
Compare
This driver does Not run on ESP32, it runs on other host microcontrollers that control ESP32 as a co-processor. So, I don't think this PR is tagged correctly. |
75c92a6
to
25a8141
Compare
It mentions ESP32 so I assigned to @sylvioalves. Sylvio, please re-assign if this is not related to your areas. |
25a8141
to
e462660
Compare
This is a host driver for ESP32 chips running the esp-hosted firmware, which turns ESP32s into a WLAN/BT co-processor. Signed-off-by: Ibrahim Abdalkader <i.abdalkader@gmail.com>
2a185ed
to
66939c5
Compare
I am planning to give it a try soon. LGTM. |
@iabdalkader Are there any blockers to get this merged? |
I was waiting on the Portenta-C33 board support to be merged first, so I can enable the driver and make sure everything is okay. I guess it could also be merged now. CC @pillo79 @facchinm |
Cross linking the PR fro Portenta C33 support #85337 |
This is a host driver for ESP32 chips running the esp-hosted firmware, which turns ESP32s into a WLAN/BT co-processor. See https://github.com/espressif/esp-hosted
Note I'll update this PR to enable the driver for Arduino Portenta C33, once that board is upstream.