[Tinyos-commits] CVS: tinyos-1.x/tos/platform/telosb hardware.h,
1.10, 1.11
Vlado Handziski
vlahan at users.sourceforge.net
Sat Mar 24 09:00:03 PDT 2007
- Previous message: [Tinyos-commits]
CVS: tinyos-1.x/tools/make/pxa27x bootloader.extra, 1.2,
1.3 debug.extra, 1.1, 1.2 debugopt.extra, 1.2,
1.3 install.extra, 1.3, 1.4 jtag.extra, 1.4,
1.5 reinstall.extra, 1.3, 1.4 usbinstall.extra, 1.2,
1.3 usbreinstall.extra, 1.2, 1.3 pxa27x.rules, 1.8, 1.9
- Next message: [Tinyos-commits] Tiny OS MAC retransmissions
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-1.x/tos/platform/telosb
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17731
Modified Files:
hardware.h
Log Message:
Fix pin output for 1-Wire Serial ID chip on newer tmote boards, thus reducing the sleep current draw.
Index: hardware.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/platform/telosb/hardware.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** hardware.h 28 Jul 2005 04:25:14 -0000 1.10
--- hardware.h 24 Mar 2007 16:00:00 -0000 1.11
***************
*** 143,147 ****
P2DIR = 0x7b;
! P2OUT = 0x10;
P3DIR = 0xf1;
--- 143,147 ----
P2DIR = 0x7b;
! P2OUT = 0x30;
P3DIR = 0xf1;
- Previous message: [Tinyos-commits]
CVS: tinyos-1.x/tools/make/pxa27x bootloader.extra, 1.2,
1.3 debug.extra, 1.1, 1.2 debugopt.extra, 1.2,
1.3 install.extra, 1.3, 1.4 jtag.extra, 1.4,
1.5 reinstall.extra, 1.3, 1.4 usbinstall.extra, 1.2,
1.3 usbreinstall.extra, 1.2, 1.3 pxa27x.rules, 1.8, 1.9
- Next message: [Tinyos-commits] Tiny OS MAC retransmissions
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-commits
mailing list