Multicast example for Zoul: get more RAM through LPM1
This commit is contained in:
parent
ed6b38d8c6
commit
c55304bbc6
@ -6,6 +6,9 @@ PLATFORMS_EXCLUDE = nrf52dk
|
||||
|
||||
CONTIKI = ../..
|
||||
|
||||
include $(CONTIKI)/Makefile.identify-target
|
||||
MODULES_REL += $(TARGET)
|
||||
|
||||
MODULES += os/net/ipv6/multicast
|
||||
|
||||
MAKE_ROUTING = MAKE_ROUTING_RPL_CLASSIC
|
||||
|
2
examples/multicast/zoul/module-macros.h
Normal file
2
examples/multicast/zoul/module-macros.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* Get some extra RAM */
|
||||
#define LPM_CONF_MAX_PM 1
|
Loading…
Reference in New Issue
Block a user