X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=support%2Fmake%2Ftelosa.target;h=7fd6ac5f4f5a0eb91e3e8a2a975ba3e011611578;hb=bf2b0de8125634c3cb1187ddf2a078a7ee08cf7c;hp=d78daed1bc0ba5fd2eef5b24e748275292a9e2fe;hpb=1ba974b83d19fc41bf80acd52726f36f7f1df297;p=tinyos-2.x.git diff --git a/support/make/telosa.target b/support/make/telosa.target index d78daed1..7fd6ac5f 100644 --- a/support/make/telosa.target +++ b/support/make/telosa.target @@ -3,10 +3,11 @@ PLATFORM ?= telosa -MSP_MCU = msp430x149 +MSP_MCU = msp430f149 + +# Remove MSP430 hardware multiply disable: new msp430-gcc fixes +# PFLAGS += -mdisable-hwmul -# Disable MSP430 hardware multiply because it makes MSPGCC die -PFLAGS += -mdisable-hwmul OPTFLAGS += -O MSP_BSL ?= tos-bsl @@ -15,6 +16,9 @@ ifdef CC2420_CHANNEL PFLAGS += -DCC2420_DEF_CHANNEL=$(CC2420_CHANNEL) endif +VOLUME_FILE = volumes-at45db.xml +VOLUME_ALLOCATOR ?= tos-storage-at45db + $(call TOSMake_include_platform,msp) telos: $(BUILD_DEPS)