[Tinyos-commits] CVS: tinyos-1.x/tools/make bnp.extra,1.9,1.10
Jonathan Hui
jwhui at users.sourceforge.net
Tue Jul 12 13:10:34 PDT 2005
Update of /cvsroot/tinyos/tinyos-1.x/tools/make
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4939
Modified Files:
bnp.extra
Log Message:
- Reduced code size of TOSBoot yet again by reducing number of
internal flash command calls. TOSBoot is currently at 2002 bytes. The
starting address for the app is now moved to 0x4800 leaving 46KB for
the application.
Index: bnp.extra
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tools/make/bnp.extra,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** bnp.extra 12 Jul 2005 03:04:42 -0000 1.9
--- bnp.extra 12 Jul 2005 20:10:20 -0000 1.10
***************
*** 53,57 ****
CFLAGS += -I%T/../beta/Deluge/Deluge
ifeq ($(filter docs,$(GOALS)),)
! CFLAGS += -Wl,--section-start=.text=0x4A00,--defsym=_reset_vector__=0x4000
endif
BOOTLOADER ?= $(TOSDIR)/../beta/Deluge/Deluge/TOSBoot/build/telosb/main.ihex
--- 53,57 ----
CFLAGS += -I%T/../beta/Deluge/Deluge
ifeq ($(filter docs,$(GOALS)),)
! CFLAGS += -Wl,--section-start=.text=0x4800,--defsym=_reset_vector__=0x4000
endif
BOOTLOADER ?= $(TOSDIR)/../beta/Deluge/Deluge/TOSBoot/build/telosb/main.ihex
More information about the Tinyos-commits
mailing list