]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/make/eyesIFXv2.target
Mass platform updates for GCC 4.6.3
[tinyos-2.x.git] / support / make / eyesIFXv2.target
index c87abc3f1c23db803ae48256c066214d3e79fa5a..52eb7812e5eed63f04ef469ce9f706956d63f36c 100644 (file)
@@ -3,10 +3,14 @@
 
 PLATFORM = eyesIFXv2
 
-MSP_MCU = msp430x1611
+MSP_MCU = msp430f1611
+
+#Flash Config
+VOLUME_FILE = volumes-at45db.xml
+VOLUME_ALLOCATOR ?= tos-storage-at45db
 
 # Disable MSP430 hardware multiply because it makes MSPGCC die
-PFLAGS += -mdisable-hwmul
+PFLAGS += -mmpy=none
 OPTFLAGS += -O
 
 ifndef DEFAULT_PROGRAM
@@ -21,7 +25,7 @@ ifeq (,$(findstring /dev/ttyUSB,$(BSL)))
   endif
 endif
 
-NESC_FLAGS:=-Wnesc-all -mdisable-hwmul
+NESC_FLAGS:=-Wnesc-all -mmpy=none
 
 $(call TOSMake_include_platform,msp)