From c55304bbc6b84777f3f01f7bc78107dd70502225 Mon Sep 17 00:00:00 2001 From: Simon Duquennoy Date: Fri, 2 Mar 2018 12:32:25 -0800 Subject: [PATCH] Multicast example for Zoul: get more RAM through LPM1 --- examples/multicast/Makefile | 3 +++ examples/multicast/zoul/module-macros.h | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 examples/multicast/zoul/module-macros.h diff --git a/examples/multicast/Makefile b/examples/multicast/Makefile index a1cfc5d5c..6037c8172 100644 --- a/examples/multicast/Makefile +++ b/examples/multicast/Makefile @@ -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 diff --git a/examples/multicast/zoul/module-macros.h b/examples/multicast/zoul/module-macros.h new file mode 100644 index 000000000..7029c60ea --- /dev/null +++ b/examples/multicast/zoul/module-macros.h @@ -0,0 +1,2 @@ +/* Get some extra RAM */ +#define LPM_CONF_MAX_PM 1