Multicast example for Zoul: get more RAM through LPM1

This commit is contained in:
Simon Duquennoy 2018-03-02 12:32:25 -08:00 committed by Atis Elsts
parent ed6b38d8c6
commit c55304bbc6
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,2 @@
/* Get some extra RAM */
#define LPM_CONF_MAX_PM 1