From: smckown Date: Thu, 11 Sep 2008 22:44:20 +0000 (+0000) Subject: tmirws make target code X-Git-Tag: release/2.1.0-1~48 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=01d364e6e3d233456df2df46331be70791e6c61e tmirws make target code --- 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) + @: