forked from Imagelibrary/rtems
2008-05-07 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 649/bsps * clock/ckinit.c, console/console.c: Add missing structure element.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2008-05-07 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
PR 649/bsps
|
||||||
|
* clock/ckinit.c, console/console.c: Add missing structure element.
|
||||||
|
|
||||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||||
|
|||||||
@@ -73,6 +73,7 @@ int ClockIsOn(const rtems_irq_connect_data* unused)
|
|||||||
|
|
||||||
static rtems_irq_connect_data clockIrqData = {BSP_PERIODIC_TIMER,
|
static rtems_irq_connect_data clockIrqData = {BSP_PERIODIC_TIMER,
|
||||||
Clock_isr,
|
Clock_isr,
|
||||||
|
0,
|
||||||
ClockOn,
|
ClockOn,
|
||||||
ClockOff,
|
ClockOff,
|
||||||
ClockIsOn};
|
ClockIsOn};
|
||||||
|
|||||||
@@ -70,6 +70,7 @@ static int isr_is_on(const rtems_irq_connect_data *);
|
|||||||
static rtems_irq_connect_data console_isr_data =
|
static rtems_irq_connect_data console_isr_data =
|
||||||
{ BSP_UART_COM2_IRQ,
|
{ BSP_UART_COM2_IRQ,
|
||||||
BSP_uart_termios_isr_com2,
|
BSP_uart_termios_isr_com2,
|
||||||
|
0,
|
||||||
isr_on,
|
isr_on,
|
||||||
isr_off,
|
isr_off,
|
||||||
isr_is_on};
|
isr_is_on};
|
||||||
|
|||||||
Reference in New Issue
Block a user