]> 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 101bff31cdbf336895ed331719fcd8d97bc9cf28..52eb7812e5eed63f04ef469ce9f706956d63f36c 100644 (file)
@@ -3,14 +3,14 @@
 
 PLATFORM = eyesIFXv2
 
-MSP_MCU = msp430x1611
+MSP_MCU = msp430f1611
 
 #Flash Config
 VOLUME_FILE = volumes-at45db.xml
-VOLUME_ALLOCATOR = tos-storage-at45db
+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
@@ -25,10 +25,7 @@ ifeq (,$(findstring /dev/ttyUSB,$(BSL)))
   endif
 endif
 
-NESC_FLAGS:=-Wnesc-all -mdisable-hwmul
-
-VOLUME_FILE = volumes-at45db.xml
-VOLUME_ALLOCATOR = tos-storage-at45db
+NESC_FLAGS:=-Wnesc-all -mmpy=none
 
 $(call TOSMake_include_platform,msp)