]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
tmirws make target code
authorsmckown <smckown@4bc1554a-c7f2-4f65-a403-e0be01f0239c>
Thu, 11 Sep 2008 22:44:20 +0000 (22:44 +0000)
committerR. Steve McKown <rsmckown@gmail.com>
Tue, 1 Dec 2009 03:00:57 +0000 (20:00 -0700)
support/make/tmirws.target [new file with mode: 0644]

diff --git a/support/make/tmirws.target b/support/make/tmirws.target
new file mode 100644 (file)
index 0000000..68f69be
--- /dev/null
@@ -0,0 +1,25 @@
+#-*-Makefile-*- vim:syntax=make
+# tmicore.target
+
+PLATFORM ?= tmicore
+
+#MSP_MCU = msp430x2417
+
+# Disable MSP430 hardware multiply because it makes MSPGCC die
+PFLAGS += -mdisable-hwmul
+OPTFLAGS += -O
+
+MSP_BSL ?= tos-bsl
+MSP_BSL_FLAGS = --device=cp2103
+
+#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)
+
+tmicore: $(BUILD_DEPS)
+       @: