[Tinyos-2-commits] CVS: tinyos-2.x/support/make tinynode.target,
1.1.2.1, 1.1.2.2
Henri DF
henridf at users.sourceforge.net
Mon Oct 30 06:06:20 PST 2006
Update of /cvsroot/tinyos/tinyos-2.x/support/make
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30711/support/make
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
tinynode.target
Log Message:
remove cruft and add a couple of flash-related defs
Index: tinynode.target
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/tinynode.target,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** tinynode.target 24 Apr 2006 16:06:48 -0000 1.1.2.1
--- tinynode.target 30 Oct 2006 14:06:18 -0000 1.1.2.2
***************
*** 8,17 ****
endif
- ifndef TOS_BETADIR
- TOS_BETADIR := $(TOSDIR)/../beta/tos
- endif
-
MSP_BSL ?= tos-bsl
OPTFLAGS += -Os
#OPTFLAGS =
--- 8,17 ----
endif
MSP_BSL ?= tos-bsl
+ #Flash Config
+ VOLUME_FILE = volumes-at45db.xml
+ VOLUME_ALLOCATOR = tos-storage-at45db
+
OPTFLAGS += -Os
#OPTFLAGS =
***************
*** 21,27 ****
PFLAGS += -mstrict-align
- PFLAGS += \
- -I$(TOS_BETADIR)/platforms/tinynode
-
$(call TOSMake_include_platform,tinynode)
$(call TOSMake_include_platform,msp)
--- 21,24 ----
More information about the Tinyos-2-commits
mailing list