Skip to content

[WIP] drivers/kw2xrf: CSMA support#12589

Closed
Ilmu011 wants to merge 7 commits into
RIOT-OS:masterfrom
Ilmu011:kw2xrf_csma
Closed

[WIP] drivers/kw2xrf: CSMA support#12589
Ilmu011 wants to merge 7 commits into
RIOT-OS:masterfrom
Ilmu011:kw2xrf_csma

Conversation

@Ilmu011
Copy link
Copy Markdown

@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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown

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