Skip to content
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

Fix WIFI_EVENT #2817

Merged
merged 2 commits into from
Dec 16, 2024
Merged

Fix WIFI_EVENT #2817

merged 2 commits into from
Dec 16, 2024

Conversation

bugadani
Copy link
Contributor

@bugadani bugadani commented Dec 14, 2024

rust-lang/rust#132975 changed Xtensa c_char to u8, which apparently breaks our builds. This PR properly reimplements what esp-idf does, instead of just adjusting the type of EVT.

@bugadani bugadani added the skip-changelog No changelog modification needed label Dec 14, 2024
Co-authored-by: Dominic Fischer <14130965+Dominaezzz@users.noreply.github.com>
Copy link
Contributor

@bjoernQ bjoernQ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@JurajSadel JurajSadel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@JurajSadel JurajSadel added this pull request to the merge queue Dec 16, 2024
Merged via the queue into esp-rs:main with commit a12e7fe Dec 16, 2024
28 checks passed
@bugadani bugadani deleted the wifi branch December 16, 2024 12:30
hulthe pushed a commit to hulthe/esp-hal that referenced this pull request Jan 4, 2025
* Fix WIFI_EVENT

* Update esp-wifi/src/common_adapter/mod.rs

Co-authored-by: Dominic Fischer <14130965+Dominaezzz@users.noreply.github.com>

---------

Co-authored-by: Dominic Fischer <14130965+Dominaezzz@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog No changelog modification needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants