Update of /cvsroot/firebug/fireboard/beta/tos/sensorboards/mts400/GPS
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3474/GPS
Modified Files:
HPLUART1M.nc gps.h
Log Message:
Control GPS to SIRF modes
Index: HPLUART1M.nc
===================================================================
RCS file: /cvsroot/firebug/fireboard/beta/tos/sensorboards/mts400/GPS/HPLUART1M.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** HPLUART1M.nc 19 May 2005 17:31:54 -0000 1.1
--- HPLUART1M.nc 17 Aug 2005 22:48:56 -0000 1.2
***************
*** 120,123 ****
--- 120,124 ----
default async event result_t UART.putDone() { return SUCCESS; }
+
TOSH_INTERRUPT(SIG_UART1_TRANS) {
signal UART.putDone();
Index: gps.h
===================================================================
RCS file: /cvsroot/firebug/fireboard/beta/tos/sensorboards/mts400/GPS/gps.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** gps.h 23 May 2005 21:34:38 -0000 1.2
--- gps.h 17 Aug 2005 22:48:56 -0000 1.3
***************
*** 68,72 ****
#define XBOW_GPS_H
! #define GPS_DATA_LENGTH 128
#define GPS_PACKET_START 0x24 //start of gps packet
#define GPS_PACKET_END1 0x0D //end if gps packet
--- 68,72 ----
#define XBOW_GPS_H
! #define GPS_DATA_LENGTH 254
#define GPS_PACKET_START 0x24 //start of gps packet
#define GPS_PACKET_END1 0x0D //end if gps packet
|