mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
b345138510
* Edge router functionalities implemented
10 lines
249 B
Plaintext
10 lines
249 B
Plaintext
SubDir TOP sys net sixlowpan ;
|
|
|
|
# HDRS += $(TOP)/sys/net/sixlowpan/ ;
|
|
|
|
Module 6lowpan : sixlowpan.c sixlowip.c sixlowmac.c sixlownd.c sixlowedge.c ieee802154_frame.c serialnumber.c ;
|
|
|
|
UseModule vtimer ;
|
|
UseModule transceiver ;
|
|
UseModule auto_init ;
|