X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=support%2Fmake%2Ftinynode.target;h=9ea8453eb41672eb36300fe5ec24425ed73a4036;hb=9abe7dbbdc874dd65e8f65f86b6ebb19969b40ba;hp=6253b3abcb52b98a725daafa7d7a9e1704fb7471;hpb=1ba974b83d19fc41bf80acd52726f36f7f1df297;p=tinyos-2.x.git diff --git a/support/make/tinynode.target b/support/make/tinynode.target index 6253b3ab..9ea8453e 100644 --- a/support/make/tinynode.target +++ b/support/make/tinynode.target @@ -7,22 +7,19 @@ ifndef TOSDIR TOSDIR := $(shell ncc -print-tosdir) endif -ifndef TOS_BETADIR -TOS_BETADIR := $(TOSDIR)/../beta/tos -endif - MSP_BSL ?= tos-bsl +#Flash Config +VOLUME_FILE = volumes-at45db.xml +VOLUME_ALLOCATOR ?= tos-storage-at45db + OPTFLAGS += -Os #OPTFLAGS = # Disable MSP430 hardware multiply because it makes MSPGCC die -PFLAGS += -mdisable-hwmul +PFLAGS += -mmpy=none PFLAGS += -mstrict-align -PFLAGS += \ --I$(TOS_BETADIR)/platforms/tinynode - $(call TOSMake_include_platform,tinynode) $(call TOSMake_include_platform,msp)