Sistema l'errore da me commesso in fase di conversione...
[bertos.git] / drv / ser_avr.c
2007-10-08 raskySistema l'errore da me commesso in fase di conversione...
2006-11-23 battAdd support for ATmega1281.
2006-09-13 bernieAdd configurable SPI pin mapping.
2006-07-19 bernieConvert to new Doxygen style.
2006-05-18 bernieUse hw_ser.h instead of ubiquitous hw.h.
2006-02-17 bernieUpdate POSIX serial emulator.
2005-11-27 bernieSupport avr-libc 1.4.
2005-11-04 bernieFix reference to README.devlib in header.
2005-07-03 bernieDoxygen fix.
2005-04-11 bernieInclude top-level headers from cfg/ subdir.
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.