Sistema l'errore da me commesso in fase di conversione...
[bertos.git] / drv / ser.c
2007-10-08 raskySistema l'errore da me commesso in fase di conversione...
2007-06-21 battRemove CONFIG_WATCHDOG stuff: watchdog macros expand...
2007-06-07 battMerge from kseries.
2007-01-29 battReimplement ser_clearstatus as a macro.
2007-01-27 battAdd clear status.
2006-11-20 battRevert unneeded locked functions.
2006-11-17 battAvoid race conditions.
2006-11-17 battImplement ser_setstatus and ser_getstatus as functions...
2006-07-21 battUse timer_clock() instead of obsolete timer_ticks().
2006-07-19 bernieConvert to new Doxygen style.
2006-05-18 bernieser_open(): Document a bit more.
2006-02-17 bernieUpdate POSIX serial emulator.
2005-11-27 bernieUse appconfig.h instead of cfg/config.h.
2005-11-04 bernieFix reference to README.devlib in header.
2005-04-11 bernieInclude top-level headers from cfg/ subdir.
2005-01-21 alephFix drain at ser_close()
2005-01-14 alephser_drain(): Wait for hw transmission complete.
2004-12-08 bernieRename time_t to mtime_t.
2004-11-16 bernieAdd sanity checks for missing configuration parameters.
2004-10-19 bernieRemove unused variable.
2004-10-19 bernieFix a few longstanding bugs wrt status handling (made...
2004-09-20 bernieSanitize for C++.
2004-09-14 bernieUse debug.h instead of kdebug.h; Spelling fixes.
2004-09-06 bernieMove buffer handling in chip-specific driver.
2004-08-25 raskyAggiornato il comment block dei log RCS
2004-08-24 bernieThinkos; Doxygen fixes
2004-08-24 bernieser_read(): Make buffer argument void * for consistency...
2004-08-24 bernieFix thinko.
2004-08-15 bernieser_resync(): New function.
2004-08-10 bernieRename timer_gettick() to timer_ticks().
2004-08-08 bernieUse new-style CONFIG_ idiom; Fix module-wide documentation.
2004-07-29 bernieser_drain(): New function; Make Serial::is_open a debug...
2004-07-18 bernieMake CONFIG_SER_DEFBAUDRATE optional.
2004-06-07 alephRemove cast-as-lvalue extension abuse
2004-06-06 bernieser_putchar(): Use fifo_push_locked() to fix potential...
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.