[Tinyos-beta-commits] CVS: tinyos-1.x/beta/platform/imote2
HPLFFUARTM.nc, 1.1, 1.2 HPLSTUARTM.nc, 1.2, 1.3
Robbie Adler
radler at users.sourceforge.net
Tue Sep 6 11:14:00 PDT 2005
Update of /cvsroot/tinyos/tinyos-1.x/beta/platform/imote2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25897
Modified Files:
HPLFFUARTM.nc HPLSTUARTM.nc
Log Message:
bug fix...FCR register is write-only
Index: HPLFFUARTM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/platform/imote2/HPLFFUARTM.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** HPLFFUARTM.nc 26 Jul 2005 01:34:24 -0000 1.1
--- HPLFFUARTM.nc 6 Sep 2005 18:13:58 -0000 1.2
***************
*** 116,120 ****
//STMCR |= MCR_RTS;
! FFFCR |= FCR_TRFIFOE; //enable the fifos
call Interrupt.allocate();
--- 116,120 ----
//STMCR |= MCR_RTS;
! FFFCR = FCR_TRFIFOE; //enable the fifos
call Interrupt.allocate();
Index: HPLSTUARTM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/platform/imote2/HPLSTUARTM.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** HPLSTUARTM.nc 9 Mar 2005 01:06:36 -0000 1.2
--- HPLSTUARTM.nc 6 Sep 2005 18:13:58 -0000 1.3
***************
*** 118,122 ****
//STMCR |= MCR_RTS;
! STFCR |= FCR_TRFIFOE; //enable the fifos
call Interrupt.allocate();
--- 118,122 ----
//STMCR |= MCR_RTS;
! STFCR = FCR_TRFIFOE; //enable the fifos
call Interrupt.allocate();
More information about the Tinyos-beta-commits
mailing list