From: Tim R. <tim...@us...> - 2002-02-27 01:44:58
|
Update of /cvsroot/blob/blob/include/blob/arch In directory usw-pr-cvs1:/tmp/cvs-serv24741/include/blob/arch Modified Files: accelent_sa.h badge4.h h3600.h idr.h jornada720.h shannon.h system3.h Log Message: define TERMINAL_SPEED or get baud_9600 Index: accelent_sa.h =================================================================== RCS file: /cvsroot/blob/blob/include/blob/arch/accelent_sa.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- accelent_sa.h 4 Feb 2002 18:02:41 -0000 1.1 +++ accelent_sa.h 27 Feb 2002 01:44:55 -0000 1.2 @@ -36,6 +36,7 @@ /* serial port */ #define USE_SERIAL1 +#define TERMINAL_SPEED baud_115200 /* GPIO for the LED */ #define LED_GPIO (0x00000002) /* GPIO 1 */ Index: badge4.h =================================================================== RCS file: /cvsroot/blob/blob/include/blob/arch/badge4.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- badge4.h 23 Jan 2002 18:09:42 -0000 1.3 +++ badge4.h 27 Feb 2002 01:44:55 -0000 1.4 @@ -36,6 +36,7 @@ /* serial port */ #define USE_SERIAL3 +#define TERMINAL_SPEED baud_115200 /* GPIO for the LED */ Index: h3600.h =================================================================== RCS file: /cvsroot/blob/blob/include/blob/arch/h3600.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- h3600.h 4 Nov 2001 23:04:37 -0000 1.4 +++ h3600.h 27 Feb 2002 01:44:55 -0000 1.5 @@ -35,6 +35,7 @@ /* serial port */ #define USE_SERIAL3 +#define TERMINAL_SPEED baud_115200 /* GPIO for the LED */ Index: idr.h =================================================================== RCS file: /cvsroot/blob/blob/include/blob/arch/idr.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- idr.h 27 Jan 2002 07:13:46 -0000 1.5 +++ idr.h 27 Feb 2002 01:44:55 -0000 1.6 @@ -29,6 +29,7 @@ /* serial port */ #define USE_SERIAL3 +#define TERMINAL_SPEED baud_115200 /* GPIO for the LED */ #define LED_GPIO (0x00000000) /* safe mode: no GPIO, no LED */ Index: jornada720.h =================================================================== RCS file: /cvsroot/blob/blob/include/blob/arch/jornada720.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- jornada720.h 15 Jan 2002 01:45:01 -0000 1.2 +++ jornada720.h 27 Feb 2002 01:44:55 -0000 1.3 @@ -36,6 +36,7 @@ /* serial port */ #define USE_SERIAL3 +#define TERMINAL_SPEED baud_115200 /* GPIO for the LED */ Index: shannon.h =================================================================== RCS file: /cvsroot/blob/blob/include/blob/arch/shannon.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- shannon.h 26 Feb 2002 08:39:57 -0000 1.7 +++ shannon.h 27 Feb 2002 01:44:55 -0000 1.8 @@ -36,6 +36,7 @@ /* serial port */ #define USE_SERIAL3 +#define TERMINAL_SPEED baud_115200 /* GPIO for the LED */ Index: system3.h =================================================================== RCS file: /cvsroot/blob/blob/include/blob/arch/system3.h,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- system3.h 21 Feb 2002 14:48:31 -0000 1.11 +++ system3.h 27 Feb 2002 01:44:55 -0000 1.12 @@ -40,6 +40,7 @@ /* serial port */ #define USE_SERIAL1 +#define TERMINAL_SPEED baud_115200 /* GPIO for the LED */ #define LED_GPIO (0x00000400) /* GPIO 10 */ |