[riot-commits] [RIOT-OS/RIOT] 1e4bad: Fix coding conventions in sys/transceiver/transcei...
Martin Lenders
authmillenon at gmail.com
Sat Mar 1 15:45:00 CET 2014
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 1e4badf85aad8fdcd5c2784e20f7f3242d7a8f48
https://github.com/RIOT-OS/RIOT/commit/1e4badf85aad8fdcd5c2784e20f7f3242d7a8f48
Author: Martin Lenders <mlenders at inf.fu-berlin.de>
Date: 2014-02-28 (Fri, 28 Feb 2014)
Changed paths:
M sys/transceiver/transceiver.c
Log Message:
-----------
Fix coding conventions in sys/transceiver/transceiver.c
Commit: fa11d8244385f1710f4a9443e934c4e8557a9329
https://github.com/RIOT-OS/RIOT/commit/fa11d8244385f1710f4a9443e934c4e8557a9329
Author: Martin Lenders <mail at martin-lenders.de>
Date: 2014-02-28 (Fri, 28 Feb 2014)
Changed paths:
M sys/net/include/ieee802154_frame.h
M sys/transceiver/Makefile
M sys/transceiver/transceiver.c
Log Message:
-----------
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 #460
Commit: 7f8e2c2991b0a1f12d037001277a1ba65cd62edc
https://github.com/RIOT-OS/RIOT/commit/7f8e2c2991b0a1f12d037001277a1ba65cd62edc
Author: Martin Lenders <mail at martin-lenders.de>
Date: 2014-02-28 (Fri, 28 Feb 2014)
Changed paths:
M sys/include/transceiver.h
M sys/shell/commands/sc_transceiver.c
M sys/shell/commands/shell_commands.c
M sys/transceiver/transceiver.c
Log Message:
-----------
Add getter and setter of long addresses to transceiver
Commit: 848ac70f900b944ce765d0eb4711c90d5d824204
https://github.com/RIOT-OS/RIOT/commit/848ac70f900b944ce765d0eb4711c90d5d824204
Author: Martin Lenders <mail at martin-lenders.de>
Date: 2014-02-28 (Fri, 28 Feb 2014)
Changed paths:
M Makefile.dep
M sys/Makefile
M sys/auto_init/Makefile
M sys/auto_init/auto_init.c
M sys/net/include/ieee802154_frame.h
M sys/net/include/net_help.h
A sys/net/include/net_if.h
A sys/net/link_layer/net_if/Makefile
A sys/net/link_layer/net_if/net_if.c
M sys/shell/commands/sc_transceiver.c
Log Message:
-----------
Implement net_if module
Commit: 4a6495987eb907e8fff4f36cabefcdaed866bbd5
https://github.com/RIOT-OS/RIOT/commit/4a6495987eb907e8fff4f36cabefcdaed866bbd5
Author: Martin Lenders <mail at martin-lenders.de>
Date: 2014-02-28 (Fri, 28 Feb 2014)
Changed paths:
M Makefile.dep
M sys/shell/commands/Makefile
A sys/shell/commands/sc_net_if.c
M sys/shell/commands/shell_commands.c
Log Message:
-----------
Add shell commands for interface configuration
Commit: a5e0e92bb38946a1cd28fc41947815f221aad0bb
https://github.com/RIOT-OS/RIOT/commit/a5e0e92bb38946a1cd28fc41947815f221aad0bb
Author: Martin Lenders <mlenders at inf.fu-berlin.de>
Date: 2014-02-28 (Fri, 28 Feb 2014)
Changed paths:
A tests/test_net_if/Makefile
A tests/test_net_if/main.c
Log Message:
-----------
Add test cases for net_if module
Commit: eaa86600b666ba684d005743b301680c1b3ddd1b
https://github.com/RIOT-OS/RIOT/commit/eaa86600b666ba684d005743b301680c1b3ddd1b
Author: Martin Lenders <authmillenon at gmail.com>
Date: 2014-03-01 (Sat, 01 Mar 2014)
Changed paths:
M Makefile.dep
M sys/Makefile
M sys/auto_init/Makefile
M sys/auto_init/auto_init.c
M sys/include/transceiver.h
M sys/net/include/ieee802154_frame.h
M sys/net/include/net_help.h
A sys/net/include/net_if.h
A sys/net/link_layer/net_if/Makefile
A sys/net/link_layer/net_if/net_if.c
M sys/shell/commands/Makefile
A sys/shell/commands/sc_net_if.c
M sys/shell/commands/sc_transceiver.c
M sys/shell/commands/shell_commands.c
M sys/transceiver/Makefile
M sys/transceiver/transceiver.c
A tests/test_net_if/Makefile
A tests/test_net_if/main.c
Log Message:
-----------
Merge pull request #460 from authmillenon/define_ll_ifs
Link layer interfaces
Compare: https://github.com/RIOT-OS/RIOT/compare/a849701ef717...eaa86600b666
More information about the commits
mailing list