]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/make/olimexp169.target
Merge branch 'release/2.1.0' into debian/2.1.0
[tinyos-2.x.git] / support / make / olimexp169.target
diff --git a/support/make/olimexp169.target b/support/make/olimexp169.target
new file mode 100644 (file)
index 0000000..a2759ab
--- /dev/null
@@ -0,0 +1,26 @@
+#-*-Makefile-*- vim:syntax=make
+# olimexp169.target
+
+PLATFORM ?= olimexp169
+
+#MSP_MCU = msp430x169
+
+# Disable MSP430 hardware multiply because it makes MSPGCC die
+PFLAGS += -mdisable-hwmul
+OPTFLAGS += -O
+
+# Olimex P169 doesn't support bsl
+MSP_BSL ?= false
+MSP_BSL_FLAGS = --device=none
+
+#VOLUME_FILE = volumes-stm25p.xml
+#VOLUME_ALLOCATOR ?= tos-storage-stm25p
+
+#ifdef CC2420_CHANNEL
+#PFLAGS += -DCC2420_DEF_CHANNEL=$(CC2420_CHANNEL)
+#endif
+
+$(call TOSMake_include_platform,msp)
+
+$(PLATFORM): $(BUILD_DEPS)
+       @: