[Tinyos-beta-commits] CVS: tinyos-1.x/beta/Deluge/Deluge/TOSBoot
Makefile, 1.4, 1.5 TOSBootM.nc, 1.10, 1.11
Jonathan Hui
jwhui at users.sourceforge.net
Wed Jun 29 22:01:20 PDT 2005
- Previous message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/Deluge/delugetools
Deluge.java, 1.13, 1.14 Pinger.java, 1.10, 1.11 Rebooter.java,
1.6, 1.7
- Next message: [Tinyos-beta-commits]
CVS: tinyos-1.x/beta/Deluge/Deluge/TOSBoot/build/telosb
app.c, 1.13, 1.14 ident_flags.txt, 1.13, 1.14 main.exe, 1.13,
1.14 main.ihex, 1.13, 1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-1.x/beta/Deluge/Deluge/TOSBoot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20626
Modified Files:
Makefile TOSBootM.nc
Log Message:
Reduced bootloader section to 2560 bytes, freeing up another 1536
bytes for application code.
Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/Deluge/Deluge/TOSBoot/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Makefile 17 May 2005 20:48:23 -0000 1.4
--- Makefile 30 Jun 2005 05:01:17 -0000 1.5
***************
*** 9,13 ****
-Istm25p \
-DTOSBOOT_START=0x4000 \
! -DTOSBOOT_END=0x5000 \
-DNESC_BUILD_BINARY \
-O1
--- 9,13 ----
-Istm25p \
-DTOSBOOT_START=0x4000 \
! -DTOSBOOT_END=0x4A00 \
-DNESC_BUILD_BINARY \
-O1
Index: TOSBootM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/Deluge/Deluge/TOSBoot/TOSBootM.nc,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** TOSBootM.nc 29 Jun 2005 06:46:50 -0000 1.10
--- TOSBootM.nc 30 Jun 2005 05:01:17 -0000 1.11
***************
*** 201,205 ****
void runApp() {
call SubControl.stop();
! __asm__ __volatile__ ("br #0x5000\n\t" ::);
}
--- 201,205 ----
void runApp() {
call SubControl.stop();
! __asm__ __volatile__ ("br #0x4A00\n\t" ::);
}
- Previous message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/Deluge/delugetools
Deluge.java, 1.13, 1.14 Pinger.java, 1.10, 1.11 Rebooter.java,
1.6, 1.7
- Next message: [Tinyos-beta-commits]
CVS: tinyos-1.x/beta/Deluge/Deluge/TOSBoot/build/telosb
app.c, 1.13, 1.14 ident_flags.txt, 1.13, 1.14 main.exe, 1.13,
1.14 main.ihex, 1.13, 1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-beta-commits
mailing list