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

[WIP] drivers/kw2xrf: CSMA support #12589

Closed
wants to merge 7 commits into from
Closed

[WIP] drivers/kw2xrf: CSMA support #12589

wants to merge 7 commits into from

Conversation

Ilmu011
Copy link

@Ilmu011 Ilmu011 commented Oct 27, 2019

Contribution description

CSMA support for kw2xrf board.

kw2xrf does not support CSMA in hardware, but it can be emulated by performing CCAs, combined with exponential backoff.

This implementation is based on #12277, but some things were handled differently.

Issues/PRs references

Original issue: #10364

@Ilmu011
Copy link
Author

Ilmu011 commented Oct 27, 2019

This is WIP and still has to be tested and further developed.

@benpicco benpicco added Area: drivers Area: Device drivers State: WIP State: The PR is still work-in-progress and its code is not in its final presentable form yet Type: new feature The issue requests / The PR implemements a new feature for RIOT labels Oct 27, 2019
{
rnd = 1; //Wait at least ONE unit time, so timer target doesn't pass
}

Copy link
Member

Choose a reason for hiding this comment

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

Shouldn't this rather be the statement of the sort rnd = max(rnd,1) ?

Copy link
Author

Choose a reason for hiding this comment

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

Wouldn't that describe the same logic? Or am I missing something?

@stale
Copy link

stale bot commented Jul 12, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you want me to ignore this issue, please mark it with the "State: don't stale" label. Thank you for your contributions.

@stale stale bot added the State: stale State: The issue / PR has no activity for >185 days label Jul 12, 2020
@stale stale bot closed this Aug 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: drivers Area: Device drivers State: stale State: The issue / PR has no activity for >185 days State: WIP State: The PR is still work-in-progress and its code is not in its final presentable form yet Type: new feature The issue requests / The PR implemements a new feature for RIOT
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants