From ee5299fe6e11f85e5c0b4a98c7fe478748ecdd46 Mon Sep 17 00:00:00 2001 From: Adam Dunkels Date: Mon, 2 Dec 2013 12:11:26 +0100 Subject: [PATCH] Add a sensible set of modules for the exp5438 platform --- platform/exp5438/Makefile.exp5438 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/platform/exp5438/Makefile.exp5438 b/platform/exp5438/Makefile.exp5438 index aea4efa49..43d083666 100644 --- a/platform/exp5438/Makefile.exp5438 +++ b/platform/exp5438/Makefile.exp5438 @@ -1,6 +1,9 @@ # $Id: Makefile.z1,v 1.4 2010/11/07 08:40:24 enricmcalvo Exp $ # msp430flasher -n msp430x5437 -w "Firmware.txt" -v -z [VCC] +MODULES += core/net/ipv6 core/net/ipv4 core/net/rime core/net/mac/contikimac \ + dev/cc2420 + ifdef IAR CFLAGS+=-e --vla -Ohz --multiplier=32 --multiplier_location=4C0 --hw_workaround=CPU40 --core=430X --data_model small --double=32 -D__MSP430F5438A__=1 #CFLAGS+=--no_cse --no_unroll --no_inline --no_code_motion --no_tbaa --debug -D__MSP430F5438A__ -e --double=32 --dlib_config 'C:\Program Files (x86)\IAR Systems\Embedded Workbench 6.0 Evaluation\430\LIB\DLIB\dl430xsfn.h' --core=430X --data_model=small -Ol --multiplier=32 --multiplier_location=4C0 --hw_workaround=CPU40