mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
9e20944fde
helper, increased stack sizes of network threads
16 lines
314 B
Plaintext
16 lines
314 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 ;
|
|
#UseModule net_help ;
|