[riot-commits] [RIOT-OS/RIOT] 96502e: sys: net: Initial import of a basic MAC protocol l...
Oleg Hahm
oleg at hobbykeller.org
Wed Jan 14 08:19:51 CET 2015
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 96502e2fd4d97a60dd2e0b7ace4c11940d34ac9f
https://github.com/RIOT-OS/RIOT/commit/96502e2fd4d97a60dd2e0b7ace4c11940d34ac9f
Author: Martin Lenders <mail at martin-lenders.de>
Date: 2015-01-14 (Wed, 14 Jan 2015)
Changed paths:
M sys/Makefile
M sys/Makefile.include
M sys/auto_init/Makefile
M sys/auto_init/auto_init.c
A sys/net/include/nomac.h
A sys/net/link_layer/nomac/Makefile
A sys/net/link_layer/nomac/nomac.c
Log Message:
-----------
sys: net: Initial import of a basic MAC protocol layer
Commit: 0221c27d4b399a29f438e935ac333e09fd996b0e
https://github.com/RIOT-OS/RIOT/commit/0221c27d4b399a29f438e935ac333e09fd996b0e
Author: Martine Lenders <mail at martine-lenders.eu>
Date: 2015-01-14 (Wed, 14 Jan 2015)
Changed paths:
A tests/unittests/tests-nomac/Makefile
A tests/unittests/tests-nomac/Makefile.include
A tests/unittests/tests-nomac/tests-nomac.c
A tests/unittests/tests-nomac/tests-nomac.h
Log Message:
-----------
unittests: provide unittests for basic_mac
Commit: 5926697d21b7906a65d543c1db00128ea045e8f1
https://github.com/RIOT-OS/RIOT/commit/5926697d21b7906a65d543c1db00128ea045e8f1
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2015-01-14 (Wed, 14 Jan 2015)
Changed paths:
M sys/Makefile
M sys/Makefile.include
M sys/auto_init/Makefile
M sys/auto_init/auto_init.c
A sys/net/include/nomac.h
A sys/net/link_layer/nomac/Makefile
A sys/net/link_layer/nomac/nomac.c
A tests/unittests/tests-nomac/Makefile
A tests/unittests/tests-nomac/Makefile.include
A tests/unittests/tests-nomac/tests-nomac.c
A tests/unittests/tests-nomac/tests-nomac.h
Log Message:
-----------
Merge pull request #1968 from authmillenon/basic_mac
sys: net: Initial import of a simple data-forwarding MAC protocol (nomac)
Compare: https://github.com/RIOT-OS/RIOT/compare/34908f11a927...5926697d21b7
More information about the commits
mailing list