CONFIG_SER_HWHANDSHAKE fixes.
[bertos.git] / drv / ser_avr.c
2005-01-25 bernieCONFIG_SER_HWHANDSHAKE fixes.
2005-01-14 alephRename callbacks; SerialHardwareVT.txSending: New callb...
2005-01-11 alephAdd ATmega8 SPI port definitions; Fix transmit complete...
2004-12-31 bernieRename UNUSED() to UNUSED_ARG().
2004-12-13 bernieDISABLE_IRQSAVE/ENABLE_IRQRESTORE: Convert to IRQ_SAVE_...
2004-12-13 bernieFix a latent bug with reentrant serial IRQs.
2004-12-13 bernieDISABLE_INTS/ENABLE_INTS: Convert to IRQ_DISABLE/IRQ_EN...
2004-12-08 bernieDoxygen fixes.
2004-10-19 bernieReset parity bits before overwriting them (Fixed by...
2004-10-03 bernieConvert to new-style config macros; Allow compiling...
2004-09-14 bernieUse debug.h instead of kdebug.h; Use new AVR pin names...
2004-09-06 bernieSpelling fixes.
2004-09-06 bernieMove buffer handling in chip-specific driver.
2004-08-29 bernieFix a bug in the (unused) RTS/CTS code; Clarify documen...
2004-08-25 raskyAggiornato il comment block dei log RCS
2004-08-10 bernieMajor redesign of serial bus policy handling.
2004-08-02 alephMerge from kseries
2004-07-29 bernieSeveral tweaks to reduce code size on ATmega8.
2004-07-18 bernieAdd ATmega8 support.
2004-07-13 alephAdd and cleanup comments
2004-06-27 alephAdd missing callbacks for SPI;
2004-06-03 bernieAdd dual-license information.
2004-06-02 alephSerial enhancements: interruptible receive handler...
2004-05-23 bernieTrim CVS logs and cleanup header info.
2004-05-23 bernieImport drv/ modules.