1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/projects/tlayer/Jamfile

16 lines
308 B
Plaintext
Raw Normal View History

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 rtc ;