[Tinyos-2-commits] CVS: tinyos-2.x/support/make shimmer.target, NONE, 1.1

Konrad Lorincz konradlorincz at users.sourceforge.net
Wed May 21 15:01:36 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/support/make
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31959

Added Files:
	shimmer.target 
Log Message:
Imported shimmer.target

--- NEW FILE: shimmer.target ---
PLATFORM = shimmer

# 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)

shimmer: $(BUILD_DEPS)
	@:



More information about the Tinyos-2-commits mailing list