2008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>

* include/bsp.h: Eliminate tm27 items from bsp.h
This commit is contained in:
Joel Sherrill
2008-09-19 15:49:54 +00:00
parent 8074c0b1d0
commit ac243c5d08
2 changed files with 6 additions and 21 deletions

View File

@@ -1,3 +1,7 @@
2008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/bsp.h: Eliminate tm27 items from bsp.h
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com> 2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/bsp.h: Remove unnecessary boilerplate comments. * include/bsp.h: Remove unnecessary boilerplate comments.

View File

@@ -1,10 +1,5 @@
/* bsp.h /*
* * COPYRIGHT (c) 1989-2008.
* This include file contains all board IO definitions.
*
* XXX : put yours in here
*
* COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR). * On-Line Applications Research Corporation (OAR).
* *
* The license and distribution terms for this file may be * The license and distribution terms for this file may be
@@ -31,20 +26,6 @@ extern "C" {
extern void WriteDisplay( char * string ); extern void WriteDisplay( char * string );
/*
* Stuff for Time Test 27
*/
#define MUST_WAIT_FOR_INTERRUPT 0
#define Install_tm27_vector( handler ) set_vector( (handler), 0, 1 )
#define Cause_tm27_intr()
#define Clear_tm27_intr()
#define Lower_tm27_intr()
extern uint32_t mips_get_timer( void ); extern uint32_t mips_get_timer( void );
#define CPU_CLOCK_RATE_MHZ (200) #define CPU_CLOCK_RATE_MHZ (200)