X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=support%2Fmake%2Ftelosa.target;h=b77ffa188b3a67f39927711e8fe92fb1d267c75a;hb=refs%2Ftags%2Frelease%2F2.1.1-4.5;hp=e4bf609edc4cf7144522cf93925daf9433859e0a;hpb=472f9740f7b7b2a2bcb7a0ef623a48c4a5d53d39;p=tinyos-2.x.git diff --git a/support/make/telosa.target b/support/make/telosa.target index e4bf609e..b77ffa18 100644 --- a/support/make/telosa.target +++ b/support/make/telosa.target @@ -5,8 +5,9 @@ PLATFORM ?= telosa MSP_MCU = msp430x149 -# Disable MSP430 hardware multiply because it makes MSPGCC die -PFLAGS += -mdisable-hwmul +# Remove MSP430 hardware multiply disable: new msp430-gcc fixes +# PFLAGS += -mdisable-hwmul + OPTFLAGS += -O MSP_BSL ?= tos-bsl @@ -16,7 +17,7 @@ PFLAGS += -DCC2420_DEF_CHANNEL=$(CC2420_CHANNEL) endif VOLUME_FILE = volumes-at45db.xml -VOLUME_ALLOCATOR = tos-storage-at45db +VOLUME_ALLOCATOR ?= tos-storage-at45db $(call TOSMake_include_platform,msp)