Skip to content

Embassy net driver impls#5453

Merged
MabezDev merged 4 commits intoesp-rs:mainfrom
bjoernQ:embassy-net-driver-impls
Apr 28, 2026
Merged

Embassy net driver impls#5453
MabezDev merged 4 commits intoesp-rs:mainfrom
bjoernQ:embassy-net-driver-impls

Conversation

@bjoernQ
Copy link
Copy Markdown
Contributor

@bjoernQ bjoernQ commented Apr 27, 2026

Closes #5268

skip-changelog since technically this doesn't change anything

We could implement embassy-net-driver 0.1.0, too - but since we don't support older embassy-time-drivers no one could use it - so I decided to not implement it

@bjoernQ bjoernQ added the skip-changelog No changelog modification needed label Apr 27, 2026
Comment thread esp-radio/src/wifi/mod.rs Outdated
Copy link
Copy Markdown
Member

@MabezDev MabezDev left a comment

Choose a reason for hiding this comment

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

Thanks!

Comment thread esp-radio/src/wifi/mod.rs
static AP_LINK_STATE_WAKER: AtomicWaker = AtomicWaker::new();
static STA_LINK_STATE_WAKER: AtomicWaker = AtomicWaker::new();

// we implement up to three latest versions of the embassy-net-driver
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

yeah this is best effort, not a requirement

@MabezDev MabezDev added this pull request to the merge queue Apr 28, 2026
Merged via the queue into esp-rs:main with commit 9c683e4 Apr 28, 2026
23 checks passed
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.

Feature gate radio Driver impls, including version for dependency's <1.0

3 participants