-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
Open
iabdalkader
wants to merge
1
commit into
zephyrproject-rtos:main
Choose a base branch
from
iabdalkader:upstream_c33_wifi_support
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
drivers: wifi: Add WiFi drivers for ESP hosted firmware. #87685
iabdalkader
wants to merge
1
commit into
zephyrproject-rtos:main
from
iabdalkader:upstream_c33_wifi_support
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
sylvioalves
reviewed
Mar 26, 2025
sylvioalves
reviewed
Mar 26, 2025
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 <[email protected]>
2a185ed
to
66939c5
Compare
sylvioalves
approved these changes
Apr 1, 2025
I am planning to give it a try soon. LGTM. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.