X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=support%2Fmake%2Folimexp169.target;fp=support%2Fmake%2Folimexp169.target;h=a2759ab0e2690bdc985f54ca19e56456c69e13ca;hb=12c6d873092b40119e4d556b3064e94aa21c0bbb;hp=0000000000000000000000000000000000000000;hpb=4845da46c1bc60e3421abf4badf38abd4559a036;p=tinyos-2.x.git diff --git a/support/make/olimexp169.target b/support/make/olimexp169.target new file mode 100644 index 00000000..a2759ab0 --- /dev/null +++ b/support/make/olimexp169.target @@ -0,0 +1,26 @@ +#-*-Makefile-*- vim:syntax=make +# olimexp169.target + +PLATFORM ?= olimexp169 + +#MSP_MCU = msp430x169 + +# Disable MSP430 hardware multiply because it makes MSPGCC die +PFLAGS += -mdisable-hwmul +OPTFLAGS += -O + +# Olimex P169 doesn't support bsl +MSP_BSL ?= false +MSP_BSL_FLAGS = --device=none + +#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) + +$(PLATFORM): $(BUILD_DEPS) + @: