bugfix modules
This commit is contained in:
parent
9efc5d41c1
commit
fb473237ce
|
@ -67,7 +67,9 @@ LDFLAGS += -Wl,--defsym,bootloader_get_mac=$(BOOTLOADER_GET_MAC)
|
|||
include $(CONTIKIAVR)/Makefile.avr
|
||||
include $(CONTIKIAVR)/radio/Makefile.radio
|
||||
|
||||
MODULES += core/net/ipv6 core/net/ipv4 core/net/ip \
|
||||
core/net/mac core/net core/net/rime core/net/rpl \
|
||||
core/net/mac/sicslowmac core/net/mac/contikimac \
|
||||
core/net/llsec
|
||||
MODULES += core/net/mac core/net core/net/mac/sicslowmac \
|
||||
core/net/llsec \
|
||||
core/net/mac/contikimac \
|
||||
# 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 */
|
||||
#define CONTIKIMAC_FRAMER_CONF_SHORTEST_PACKET_SIZE 43-18 //multicast RPL DIS length
|
||||
/* Not tested much yet */
|
||||
#define WITH_PHASE_OPTIMIZATION 0
|
||||
#define CONTIKIMAC_CONF_WITH_PHASE_OPTIMIZATION 0
|
||||
#define CONTIKIMAC_CONF_COMPOWER 1
|
||||
#define RIMESTATS_CONF_ENABLED 1
|
||||
#define RIMESTATS_CONF_ENABLED 0
|
||||
|
||||
#if NETSTACK_CONF_WITH_IPV6
|
||||
//#define NETSTACK_CONF_FRAMER framer802154
|
||||
|
|
Loading…
Reference in a new issue