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

Asynchronous Radio API #2282

Closed
wants to merge 6 commits into from
Closed

Asynchronous Radio API #2282

wants to merge 6 commits into from

Conversation

kkrentz
Copy link
Contributor

@kkrentz kkrentz commented Nov 18, 2022

As noted in #1399, #447, and #220, it would be nice to have a busy wait-free radio API. I actually used this one here in my implementations of IEEE 802.15.4 CSL and ContikiMAC. It enables the MAC layer to react to these events:

  • SHR: synchronization header received or transmitted
  • FIFOP: a configurable number of bytes was received (useful for frame filtering in software, as well as for getting informed of a complete frame reception)
  • TXDONE: a complete frame was transmitted

os/sys/rtimer.h Outdated Show resolved Hide resolved
@kkrentz kkrentz force-pushed the async-pr branch 15 times, most recently from e55b135 to e154052 Compare November 22, 2022 12:37
@kkrentz kkrentz closed this Mar 7, 2023
@kkrentz kkrentz deleted the async-pr branch March 7, 2023 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants