From 01d364e6e3d233456df2df46331be70791e6c61e Mon Sep 17 00:00:00 2001 From: smckown Date: Thu, 11 Sep 2008 22:44:20 +0000 Subject: [PATCH] tmirws make target code --- support/make/tmirws.target | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 support/make/tmirws.target diff --git a/support/make/tmirws.target b/support/make/tmirws.target new file mode 100644 index 00000000..68f69bef --- /dev/null +++ b/support/make/tmirws.target @@ -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) + @: -- 2.39.2