nes-proj/os/net/mac
George Oikonomou 8de3ffbc2e Don't initialise the queuebuf unconditionally
Currently, it is only used by 6LoWPAN when fragmentation is enabled, by TSCH and by CSMA. Platforms that disable fragmentation and choose a different MAC layer (e.g. NULLMAC) will unnecessarily end up with the module linked in the image, wasting flash and/or RAM space.
2017-10-29 23:18:36 +00:00
..
csma Don't initialise the queuebuf unconditionally 2017-10-29 23:18:36 +00:00
framer Fix typo in comment 2017-10-13 16:55:59 +02:00
nullmac Re-organzie ip stack implementation 2017-09-22 17:09:54 +02:00
tsch Don't initialise the queuebuf unconditionally 2017-10-29 23:18:36 +00:00
llsec802154.h Doxygen fixes 2017-10-06 14:26:59 +02:00
mac-sequence.c Renamed core to os 2017-09-01 15:29:00 +02:00
mac-sequence.h Renamed core to os 2017-09-01 15:29:00 +02:00
mac.c Renamed core to os 2017-09-01 15:29:00 +02:00
mac.h Include contiki.h instead of contiki-conf.h so as to ensure consistent inclusion of contiki-default-conf.h 2017-09-08 14:20:59 +02:00