From b5edf42c6f53f4f130094d2e36ce3193b63ef117 Mon Sep 17 00:00:00 2001 From: ayer1 Date: Thu, 25 Mar 2010 17:36:10 +0000 Subject: [PATCH] new platform release --- support/make/span.target | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 support/make/span.target diff --git a/support/make/span.target b/support/make/span.target new file mode 100644 index 00000000..d04d8107 --- /dev/null +++ b/support/make/span.target @@ -0,0 +1,17 @@ +PLATFORM = span + +# 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) + +span: $(BUILD_DEPS) + @: -- 2.39.2