bugfix modules
This commit is contained in:
parent
9efc5d41c1
commit
fb473237ce
2 changed files with 8 additions and 6 deletions
|
@ -67,7 +67,9 @@ LDFLAGS += -Wl,--defsym,bootloader_get_mac=$(BOOTLOADER_GET_MAC)
|
||||||
include $(CONTIKIAVR)/Makefile.avr
|
include $(CONTIKIAVR)/Makefile.avr
|
||||||
include $(CONTIKIAVR)/radio/Makefile.radio
|
include $(CONTIKIAVR)/radio/Makefile.radio
|
||||||
|
|
||||||
MODULES += core/net/ipv6 core/net/ipv4 core/net/ip \
|
MODULES += core/net/mac core/net core/net/mac/sicslowmac \
|
||||||
core/net/mac core/net core/net/rime core/net/rpl \
|
core/net/llsec \
|
||||||
core/net/mac/sicslowmac core/net/mac/contikimac \
|
core/net/mac/contikimac \
|
||||||
core/net/llsec
|
# core/net/ipv6 core/net/ipv4 core/net/ip \
|
||||||
|
# core/net/rime \
|
||||||
|
# core/net/rpl \
|
||||||
|
|
|
@ -242,9 +242,9 @@ typedef unsigned short uip_stats_t;
|
||||||
/* So without the header this needed for RPL mesh to form */
|
/* So without the header this needed for RPL mesh to form */
|
||||||
#define CONTIKIMAC_FRAMER_CONF_SHORTEST_PACKET_SIZE 43-18 //multicast RPL DIS length
|
#define CONTIKIMAC_FRAMER_CONF_SHORTEST_PACKET_SIZE 43-18 //multicast RPL DIS length
|
||||||
/* Not tested much yet */
|
/* Not tested much yet */
|
||||||
#define WITH_PHASE_OPTIMIZATION 0
|
#define CONTIKIMAC_CONF_WITH_PHASE_OPTIMIZATION 0
|
||||||
#define CONTIKIMAC_CONF_COMPOWER 1
|
#define CONTIKIMAC_CONF_COMPOWER 1
|
||||||
#define RIMESTATS_CONF_ENABLED 1
|
#define RIMESTATS_CONF_ENABLED 0
|
||||||
|
|
||||||
#if NETSTACK_CONF_WITH_IPV6
|
#if NETSTACK_CONF_WITH_IPV6
|
||||||
//#define NETSTACK_CONF_FRAMER framer802154
|
//#define NETSTACK_CONF_FRAMER framer802154
|
||||||
|
|
Loading…
Add table
Reference in a new issue