mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
15 lines
291 B
Plaintext
15 lines
291 B
Plaintext
|
SubDir TOP projects tlayer ;
|
||
|
|
||
|
Module tlayer : main.c : ps shell_commands config ;
|
||
|
|
||
|
UseModule auto_init ;
|
||
|
UseModule tlayer ;
|
||
|
UseModule cc110x_ng ;
|
||
|
UseModule destiny ;
|
||
|
UseModule uart0 ;
|
||
|
UseModule posix_io ;
|
||
|
UseModule shell ;
|
||
|
UseModule ps ;
|
||
|
UseModule 6lowpan ;
|
||
|
UseModule vtimer ;
|