git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@61 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
e682c3ea88
commit
c95d9e1483
|
@ -102,7 +102,7 @@ static void OutNotify2(void) {
|
||||||
UART *u = U1Base;
|
UART *u = U1Base;
|
||||||
|
|
||||||
if (u->UART_LSR & LSR_THRE)
|
if (u->UART_LSR & LSR_THRE)
|
||||||
u->UART_THR = chOQGetI(&COM1.sd_oqueue);
|
u->UART_THR = chOQGetI(&COM2.sd_oqueue);
|
||||||
u->UART_IER |= IER_THRE;
|
u->UART_IER |= IER_THRE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -46,6 +46,7 @@ AVR-AT90CANx-GCC - Port on AVR AT90CAN128, not complete yet.
|
||||||
- Reorganized all the kernel inline definitions into a single file (inline.h).
|
- Reorganized all the kernel inline definitions into a single file (inline.h).
|
||||||
- Fixed a minor problem in the interrupt initialization code for the LPC214x
|
- Fixed a minor problem in the interrupt initialization code for the LPC214x
|
||||||
demo, regrouped the VIC code into vic.c/vic.h.
|
demo, regrouped the VIC code into vic.c/vic.h.
|
||||||
|
- Fixed a bug into the LPC2148 serial driver (limited to the serial port 2).
|
||||||
|
|
||||||
*** 0.3.4 ***
|
*** 0.3.4 ***
|
||||||
- Fixed a problem in chVTSetI().
|
- Fixed a problem in chVTSetI().
|
||||||
|
|
Loading…
Reference in New Issue