-
Notifications
You must be signed in to change notification settings - Fork 2.1k
netdev2: add basic IEEE 802.15.4 support #4645
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
Conversation
98f7799
to
31a8d73
Compare
@authmillenon Ping. A kind reminder for rebase. |
Why oO? There is no merge conflict. |
Ah this is about the Hack'n'ACK. I'm not sure this PR will leave WIP state until Tuesday, but I will try :-) |
@authmillenon Yep, that is just kind a notice for the preparation of the Hack'n'ACK. :-) No problem, take your time. |
31a8d73
to
6688a6d
Compare
a7acfe5
to
b2376dc
Compare
Rebased and squashed |
8d93a54
to
53bc5fb
Compare
Awesome idea. Would be great to have 802.15.4 frequency constants defined somewhere too (i.e. IEEE802154_{CHANNEL_SPACING,{MAX,MIN}_{CHANNEL,FREQ}}) Perhaps even some macros to convert freq<->channel? |
But that would go into #4636, right? This PR only introduces common option handling for IEEE 802.15.4 devices. |
Since #4636 is no longer H&A candidate, shall we remove the flag here too? |
Why was it closed oO? |
And yes please. |
RIOT CI succeeds on fixup commit? Oo |
Nope… just the status is wrong ;-):
|
I thought I fixed that, but I'm losing track of which PR's got queued when. |
Uff. Finally it is erroring. :) |
@authmillenon: could you squash?! |
64a5d8a
to
eb49123
Compare
Sure. |
|
Interesting. I have cppcheck running as a pre-commit hook, so it's curious this did not show up locally yet. |
eb49123
to
b0b76ba
Compare
Fixed and squashed immediately. |
ACK |
netdev2: add basic IEEE 802.15.4 support
Adds support for IEEE 802.15.4 to (gnrc_)netdev2.
Depends on
#4636(merged).