4de1816e36
the packetbuf from packet attributes. Two framer modules are included, one that creates 802.15.4 frame headers, and one that creates a minimal "nullmac"-style header that only contains the link-local addresses.
3 lines
138 B
Makefile
3 lines
138 B
Makefile
CONTIKI_SOURCEFILES += xmac.c nullmac.c lpp.c frame802154.c sicslowmac.c
|
|
CONTIKI_SOURCEFILES += framer.c framer-nullmac.c framer-802154.c
|