From: ayer1 Date: Sat, 5 Sep 2009 13:57:01 +0000 (+0000) Subject: first check-in. X-Git-Tag: rc_6_tinyos_2_1_1~303 X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=commitdiff_plain;h=1a90cf84565a91dff8c8a3967aa41180e31577bd;p=tinyos-2.x.git first check-in. --- diff --git a/support/make/shimmer2.target b/support/make/shimmer2.target new file mode 100644 index 00000000..8d7cd571 --- /dev/null +++ b/support/make/shimmer2.target @@ -0,0 +1,17 @@ +PLATFORM = shimmer2 + +# Disable MSP430 hardware multiply because it makes MSPGCC die +PFLAGS += -mdisable-hwmul +OPTFLAGS += -O + +MSP_BSL ?= tos-bsl +MSP_BSL_FLAGS = --invert-test --invert-reset + +ifdef CC2420_CHANNEL +PFLAGS += -DCC2420_DEF_CHANNEL=$(CC2420_CHANNEL) +endif + +$(call TOSMake_include_platform,msp) + +shimmer2: $(BUILD_DEPS) + @: