[Tinyos-beta-commits] CVS: tinyos-1.x/beta/platform/imote2 hardware.h, 1.11, 1.12
Robbie Adler
radler at users.sourceforge.net
Sat Nov 22 16:28:24 PST 2008
Update of /cvsroot/tinyos/tinyos-1.x/beta/platform/imote2
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv7878
Modified Files:
hardware.h
Log Message:
added pin definitions for I2S
Index: hardware.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/platform/imote2/hardware.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** hardware.h 4 Mar 2007 23:51:29 -0000 1.11
--- hardware.h 23 Nov 2008 00:28:22 -0000 1.12
***************
*** 179,182 ****
--- 179,194 ----
#define SSP1_SFRM_ALTFN (2 )
+ #define I2S_SYSCLK (113)
+ #define I2S_SYSCLK_ALTFN (1)
+ #define I2S_SYNC (31)
+ #define I2S_SYNC_ALTFN (1)
+ #define I2S_BITCLK (28)
+ #define I2S_BITCLK_IN_ALTFN (2)
+ #define I2S_BITCLK_OUT_ALTFN (1)
+ #define I2S_DATA_IN (29)
+ #define I2S_DATA_IN_ALTFN (2)
+ #define I2S_DATA_OUT (30)
+ #define I2S_DATA_OUT_ALTFN (1)
+
TOSH_ASSIGN_PIN(CC_VREN,A,CC_VREN_PIN);
TOSH_ASSIGN_PIN(CC_RSTN,A,CC_RSTN_PIN);
More information about the Tinyos-beta-commits
mailing list