Mercurial > ecos-v2_0-branch
comparison packages/hal/arm/ebsa285/current/include/hal_platform_ints.h @ 110:84e4bde58b26 ecos-sw-2000-07-14
Merge from eCos master repository on 2000-07-14-22:00:02-BST
| author | jlarmour |
|---|---|
| date | Mon, 17 Jul 2000 14:42:27 +0000 |
| parents | 435cced73e2f |
| children | 25e238959bae |
comparison
equal
deleted
inserted
replaced
| 109:5720c4b6e1d2 | 110:84e4bde58b26 |
|---|---|
| 86 #define CYGNUM_HAL_ISR_COUNT (CYGNUM_HAL_ISR_MAX+1) | 86 #define CYGNUM_HAL_ISR_COUNT (CYGNUM_HAL_ISR_MAX+1) |
| 87 | 87 |
| 88 // The vector used by the Real time clock | 88 // The vector used by the Real time clock |
| 89 #define CYGNUM_HAL_INTERRUPT_RTC CYGNUM_HAL_INTERRUPT_TIMER_3 | 89 #define CYGNUM_HAL_INTERRUPT_RTC CYGNUM_HAL_INTERRUPT_TIMER_3 |
| 90 | 90 |
| 91 // The vector used by hal_diag (for reception) | |
| 92 #define CYG_DIAG_DEV_INT CYGNUM_HAL_INTERRUPT_SERIAL_RX | |
| 93 // The vector used by gdb stubs (for reception) | |
| 94 #define CYG_GDB_DEV_INT CYGNUM_HAL_INTERRUPT_SERIAL_RX | |
| 95 | |
| 96 // Do we want to poll in the default ISR for ^C interrupt chars? | |
| 97 #ifdef CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT | |
| 98 extern int hal_ctrlc_isr( CYG_ADDRWORD vector, CYG_ADDRWORD data); | |
| 99 #define CYGDBG_HAL_CTRLC_ISR( _V_, _D_ ) hal_ctrlc_isr( _V_, _D_ ) | |
| 100 #endif | |
| 101 | |
| 102 #endif // CYGONCE_HAL_PLATFORM_INTS_H | 91 #endif // CYGONCE_HAL_PLATFORM_INTS_H |
