[Tinyos-beta-commits] CVS: tinyos-1.x/beta/Deluge/Deluge/TOSBoot
TOSBoot.nc, 1.3, 1.4
Jonathan Hui
jwhui at users.sourceforge.net
Sun May 1 21:56:24 PDT 2005
- Previous message: [Tinyos-beta-commits]
CVS: tinyos-1.x/beta/Deluge/Deluge/TOSBoot/build/telosb
app.c, 1.4, 1.5 ident_flags.txt, 1.4, 1.5 main.exe, 1.4,
1.5 main.ihex, 1.4, 1.5
- Next message: [Tinyos-beta-commits]
CVS: tinyos-1.x/beta/Deluge/Deluge/TOSBoot/build/telosb
app.c, 1.5, 1.6 ident_flags.txt, 1.5, 1.6 main.exe, 1.5,
1.6 main.ihex, 1.5, 1.6
- 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-serv11218
Modified Files:
TOSBoot.nc
Log Message:
Added power down functionality to TOSBoot for telosb. Provides on/off
capability for any app that has TOSBoot installed. An added advantage
is that it doesn't require messing with setting up the NMI. Adds about
60 bytes of program code.
To power off a telosb, hold down the user button while pressing and
releasing the reset switch. Power down is signified by all three LEDs
dimming to off simultaneously, as it does in PowerButtonC. To power
on, simply press and release the reset switch.
Index: TOSBoot.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/Deluge/Deluge/TOSBoot/TOSBoot.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** TOSBoot.nc 21 Apr 2005 17:31:40 -0000 1.3
--- TOSBoot.nc 2 May 2005 04:55:52 -0000 1.4
***************
*** 42,49 ****
--- 42,51 ----
InternalFlashC as IntFlash,
LedsC,
+ PluginC,
ProgFlashM as ProgFlash,
STM25PC as ExtFlash;
TOSBootM.SubControl -> ExtFlash.StdControl;
+ TOSBootM.SubControl -> PluginC;
TOSBootM.ExtFlash -> ExtFlash;
- Previous message: [Tinyos-beta-commits]
CVS: tinyos-1.x/beta/Deluge/Deluge/TOSBoot/build/telosb
app.c, 1.4, 1.5 ident_flags.txt, 1.4, 1.5 main.exe, 1.4,
1.5 main.ihex, 1.4, 1.5
- Next message: [Tinyos-beta-commits]
CVS: tinyos-1.x/beta/Deluge/Deluge/TOSBoot/build/telosb
app.c, 1.5, 1.6 ident_flags.txt, 1.5, 1.6 main.exe, 1.5,
1.6 main.ihex, 1.5, 1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-beta-commits
mailing list