1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00
RIOT/projects/tlayer/Jamfile
Oliver 11fecd089e - Added dynamic 6LoWPAN fragment buffer for reassembly of multiple
fragments at the same time
- Introduced thread message wrappers for identifying the correct
function
- Several bugfixes
2011-12-26 02:59:58 +01:00

16 lines
308 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 rtc ;