-
Notifications
You must be signed in to change notification settings - Fork 12
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
bump esp-hal to v0.21.0 #442
Conversation
With this, WiFi now works on the |
esp-hal just released v0.21.0 🎉 |
This cargo-deny error seems like a bug:
|
aa04c40
to
ca25a02
Compare
I've tested |
This was made difficult by the prior upstream GPIO API, and is now easy after updating esp-hal.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully tested examples/gpio
and examples-http-server
on esp32c6.
LGTM!
f009897
`#!feature(trait_alias)` was previously required but is not anymore since future-proof-iot#442.
`#![feature(trait_alias)]` was previously required but is not anymore since future-proof-iot#442.
`#![feature(trait_alias)]` was previously required but is not anymore since future-proof-iot#442.
Unfortunately this PR broke threading for |
`#![feature(trait_alias)]` was previously required but is not anymore since future-proof-iot#442.
Description
Bumps esp-hal to
0.21.0
+ our patches.Issues/PRs references
Depends on #399.
Open Questions
Change checklist