[Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/handhelds/tos/platform/shimmer hardware.h, 1.12, 1.13
steve ayer
ayer1 at users.sourceforge.net
Mon Aug 25 05:02:43 PDT 2008
- Previous message: [Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/handhelds/tos/lib/SD SD_M.nc, 1.4, 1.5
- Next message: [Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/handhelds/apps/FAT_EKG FAT_EKG.nc, 1.1, 1.2 FAT_EKG_M.nc, 1.1, 1.2 SHIMMER2_SD_cardImage.zip, 1.1, 1.2 SerialLink.nc, 1.1, 1.2 readme.doc, 1.1, 1.2 readme.txt, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-1.x/contrib/handhelds/tos/platform/shimmer
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23978
Modified Files:
hardware.h
Log Message:
added pin re-definitions for sd card's spi bus to support
power-cycling now done in sd driver as work-around for windows bug
seen with shimmer2.
Index: hardware.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/handhelds/tos/platform/shimmer/hardware.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** hardware.h 16 Jul 2008 18:45:33 -0000 1.12
--- hardware.h 25 Aug 2008 12:02:40 -0000 1.13
***************
*** 109,112 ****
--- 109,118 ----
TOSH_ASSIGN_PIN(SIMO0, 3, 1);
+ // redefinitions for the sd card driver
+ TOSH_ASSIGN_PIN(SD_CLK, 3, 3);
+ TOSH_ASSIGN_PIN(SD_DO, 3, 2);
+ TOSH_ASSIGN_PIN(SD_DI, 3, 1);
+
+
// connected to UART (0 and 1)
TOSH_ASSIGN_PIN(UTXD0, 3, 4);
- Previous message: [Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/handhelds/tos/lib/SD SD_M.nc, 1.4, 1.5
- Next message: [Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/handhelds/apps/FAT_EKG FAT_EKG.nc, 1.1, 1.2 FAT_EKG_M.nc, 1.1, 1.2 SHIMMER2_SD_cardImage.zip, 1.1, 1.2 SerialLink.nc, 1.1, 1.2 readme.doc, 1.1, 1.2 readme.txt, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-contrib-commits
mailing list