Allow IEEE 802.15.4 addressing types for transceiver#557
Merged
miri64 merged 2 commits intoRIOT-OS:masterfrom Mar 1, 2014
Merged
Allow IEEE 802.15.4 addressing types for transceiver#557miri64 merged 2 commits intoRIOT-OS:masterfrom
miri64 merged 2 commits intoRIOT-OS:masterfrom
Conversation
Member
when building default for wsn430-v1_4. And what about all these empty new lines? |
Member
|
@LudwigOrtmann add native support |
Member
|
ACK - merge as soon as follow-up PR to #460 is ready. |
Member
Author
|
Last push rebases code, uses macros for IEEE address mode tests and adds some error handling |
Contributor
|
I'm happy about the styling changes, but please make them in its own commit :) - because more than 30% of the lines are style changes. |
Member
Author
|
@mehlis done + rebased |
Member
|
Just for clarification: this is not yet meant to be merged because #460 follow-up is still missing, right? |
Member
Author
|
@OlegHahm right. |
This was referenced Jan 31, 2014
Merged
Contributor
|
part of #644 |
Member
|
Reviewed (tests will follow as part of #644 testing): ACK |
sys/transceiver/Makefile
Outdated
IEEE 802.15.4 has two addressing modes: 16-bit short and the device's EUI-64. Currently RIOT supports only sending of packets with 16-bit short addresses via the transceiver interface. This patch allows at least for the radio chips that support IEEE 802.15.4 to let the application/upper layer decide which addressing mode to use. Upper layer implementation will be implemented in follow-up PR to RIOT-OS#460
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
IEEE 802.15.4 has two addressing modes: 16-bit short and the device's
EUI-64. Currently RIOT supports only sending of packets with 16-bit
short addresses via the transceiver interface. This patch allows at
least for the radio chips that support IEEE 802.15.4 to let the
application/upper layer decide which addressing mode to use.
Upper layer implementation will be implemented in follow-up PR to #460 so for now ccn and sixlowpan will not work with this PR
Note: there are some coding convention fixes included in this PR.