-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Decouple network stack from transceiver #644
Commits on Feb 28, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 1e4badf - Browse repository at this point
Copy the full SHA 1e4badfView commit details -
Allow IEEE 802.15.4 addressing types for transceiver
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
Martin Lenders committedFeb 28, 2014 Configuration menu - View commit details
-
Copy full SHA for fa11d82 - Browse repository at this point
Copy the full SHA fa11d82View commit details -
Add getter and setter of long addresses to transceiver
Martin Lenders committedFeb 28, 2014 Configuration menu - View commit details
-
Copy full SHA for 7f8e2c2 - Browse repository at this point
Copy the full SHA 7f8e2c2View commit details -
Martin Lenders committed
Feb 28, 2014 Configuration menu - View commit details
-
Copy full SHA for 848ac70 - Browse repository at this point
Copy the full SHA 848ac70View commit details -
Add shell commands for interface configuration
Martin Lenders committedFeb 28, 2014 Configuration menu - View commit details
-
Copy full SHA for 4a64959 - Browse repository at this point
Copy the full SHA 4a64959View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5e0e92 - Browse repository at this point
Copy the full SHA a5e0e92View commit details
Commits on Mar 1, 2014
-
Fix coding conventions for sixlowpan and rpl module
Martin Lenders committedMar 1, 2014 Configuration menu - View commit details
-
Copy full SHA for bc4befb - Browse repository at this point
Copy the full SHA bc4befbView commit details -
Martin Lenders committed
Mar 1, 2014 Configuration menu - View commit details
-
Copy full SHA for 90e946e - Browse repository at this point
Copy the full SHA 90e946eView commit details -
Put 6LoWPAN border router in its own module
Martin Lenders committedMar 1, 2014 Configuration menu - View commit details
-
Copy full SHA for 4e39cbd - Browse repository at this point
Copy the full SHA 4e39cbdView commit details -
Martin Lenders committed
Mar 1, 2014 Configuration menu - View commit details
-
Copy full SHA for 78b5f2a - Browse repository at this point
Copy the full SHA 78b5f2aView commit details -
Add capability to set and get variable default hop limit
Martin Lenders committedMar 1, 2014 Configuration menu - View commit details
-
Copy full SHA for 470d874 - Browse repository at this point
Copy the full SHA 470d874View commit details -
Use net_if in 6LoWPAN MAC layer
Martin Lenders committedMar 1, 2014 Configuration menu - View commit details
-
Copy full SHA for 108989b - Browse repository at this point
Copy the full SHA 108989bView commit details -
Martin Lenders committed
Mar 1, 2014 Configuration menu - View commit details
-
Copy full SHA for c9e8adc - Browse repository at this point
Copy the full SHA c9e8adcView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2e6259 - Browse repository at this point
Copy the full SHA e2e6259View commit details -
Let IPv6 and ICMP use new 6LoWPAN layer (+fixes)
Martin Lenders committedMar 1, 2014 Configuration menu - View commit details
-
Copy full SHA for 00acab9 - Browse repository at this point
Copy the full SHA 00acab9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c9578c - Browse repository at this point
Copy the full SHA 6c9578cView commit details -
Martin Lenders committed
Mar 1, 2014 Configuration menu - View commit details
-
Copy full SHA for 3a8c177 - Browse repository at this point
Copy the full SHA 3a8c177View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c76f99 - Browse repository at this point
Copy the full SHA 2c76f99View commit details -
Eliminate side effects in icmpv6_csum and make it public
Martin Lenders committedMar 1, 2014 Configuration menu - View commit details
-
Copy full SHA for bdced31 - Browse repository at this point
Copy the full SHA bdced31View commit details