[Tinyos-commits] CVS: tinyos-1.x/tools/make bnp.extra,1.6,1.7

Jonathan Hui jwhui at users.sourceforge.net
Wed Jun 29 22:01:35 PDT 2005


Update of /cvsroot/tinyos/tinyos-1.x/tools/make
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21218

Modified Files:
	bnp.extra 
Log Message:
Reduced bootloader section to 2560 bytes, freeing up another 1536
bytes for application code.



Index: bnp.extra
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tools/make/bnp.extra,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** bnp.extra	27 Jun 2005 18:10:54 -0000	1.6
--- bnp.extra	30 Jun 2005 05:01:33 -0000	1.7
***************
*** 52,56 ****
        CFLAGS += -I%T/../beta/Deluge/Deluge
        ifeq ($(filter docs,$(GOALS)),)
!         CFLAGS += -Wl,--section-start=.text=0x5000,--defsym=_reset_vector__=0x4000
        endif
        BOOTLOADER ?= $(TOSDIR)/../beta/Deluge/Deluge/TOSBoot/build/telosb/main.ihex
--- 52,56 ----
        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



More information about the Tinyos-commits mailing list