Update to Doxygen 1.4.1.
[bertos.git] / drv /
2005-01-25 bernieCONFIG_SER_HWHANDSHAKE fixes.
2005-01-25 bernieCONFIG_TWI_FREQ: New config param.
2005-01-25 berniekputnum(): Export.
2005-01-25 bernieSimplify.
2005-01-23 bernieAdd missing header.
2005-01-22 bernieReformat.
2005-01-21 alephFix drain at ser_close()
2005-01-14 alephRename callbacks; SerialHardwareVT.txSending: New callb...
2005-01-14 alephRename callbacks; SerialHardwareVT.txSending: New callback.
2005-01-14 alephser_drain(): Wait for hw transmission complete.
2005-01-11 alephAdd ATmega8 SPI port definitions; Fix transmit complete...
2005-01-11 alephAdd missing include
2005-01-06 alephSplit twi/eeprom functions from eeprom module in separa...
2004-12-31 bernieRename UNUSED() to UNUSED_ARG().
2004-12-31 bernieAdd a simple serial emulation driver.
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-09 bernieReplace IPTR with iptr_t.
2004-12-08 bernieAdd a todo item.
2004-12-08 bernieAdd support for multiplexed serial ports.
2004-12-08 bernieRename time_t to mtime_t.
2004-12-08 bernieRename time_t to mtime_t.
2004-12-08 bernieReformat.
2004-12-08 bernieRename sigset_t to sigmask_t; Reformat.
2004-12-08 bernieSave some more RAM on AVR.
2004-12-08 bernieConvert to mtime_t; timer_minutes(): Remove.
2004-12-08 bernieDoxygen fixes.
2004-11-28 bernieRemove obsolete INITLIST macro.
2004-11-16 bernieDisable timer_minutes() for targets with 16bit time_t.
2004-11-16 bernieReplace IPTR with iptr_t.
2004-11-16 bernieChanges for SC Monoboard support.
2004-11-16 bernieMake driver optional; mark AVR specific parts as such.
2004-11-16 bernieInclude <avr/io.h> explicitly.
2004-11-16 bernieAdd watchdog timer support.
2004-11-16 bernieAdd write verify.
2004-11-16 bernieAdd sanity checks for missing configuration parameters.
2004-11-02 bernieCONFIG_EEPROM_VERIFY: New config option.
2004-10-26 bernieDon't access serial data register twice.
2004-10-26 bernieReset watchdog for long operations.
2004-10-26 bernieNew DevLib module.
2004-10-19 bernieReformat.
2004-10-19 bernieRemove unused variable.
2004-10-19 bernieBugfixes for DSP56K serial driver from scfirm.
2004-10-19 bernieTIMER_STROBE_ON, TIMER_STROBE_OFF, TIMER_STROBE_INIT...
2004-10-19 bernieFix a few longstanding bugs wrt status handling (made...
2004-10-19 bernieSERRF_TX, SERRF_RX: New macros; Enhance documentation.
2004-10-19 bernieReset parity bits before overwriting them (Fixed by...
2004-10-14 bernieFix longstanding problem with wrap-arounds.
2004-10-03 bernieImport changes from sc/firmware.
2004-10-03 bernieMove \brief on top in header to please Doxygen.
2004-10-03 bernietimer_delay(): Add a sanity check to avoid sleeping...
2004-10-03 bernieConvert to new-style config macros; Allow compiling...
2004-10-03 bernieFix a nasty bug caused by confusion between old-style...
2004-10-03 bernieRestore \version header killed by mistake in previous...
2004-10-03 bernieUse new CPU macros.
2004-10-03 bernieAdd missing AVR header; Fix header.
2004-09-20 bernieSanitize for C++.
2004-09-20 bernieFix racy racy code.
2004-09-14 bernieUse debug.h instead of kdebug.h.
2004-09-14 bernieInclude hw.h explicitly.
2004-09-14 bernieUse debug.h instead of kdebug.h; Spelling fixes.
2004-09-14 bernieUse debug.h instead of kdebug.h; Use new AVR pin names...
2004-09-14 bernieDon't vanely call kdebug.h.
2004-09-14 bernieUse new AVR port pin names.
2004-09-14 bernieSuperseded by 'debug.h'.
2004-09-06 bernieSpelling fixes.
2004-09-06 bernieCONFIG_TIMER_STROBE: be tolerant with missing optional...
2004-09-06 bernieMove buffer handling in chip-specific driver.
2004-09-06 bernieAllow partial redefinition of BUS macros.
2004-08-29 bernieFix a bug in the (unused) RTS/CTS code; Clarify documen...
2004-08-29 bernieConvert 485 macros to generic BUS macros;
2004-08-25 raskyAggiornato il comment block dei log RCS
2004-08-24 bernieAdd missing headers.
2004-08-24 bernieNote reason for including <macros.h>
2004-08-24 bernieAdd missing headers.
2004-08-24 bernieThinkos; Doxygen fixes
2004-08-24 bernieser_read(): Make buffer argument void * for consistency...
2004-08-24 berniekputchar(): New public function; Add missing dummy...
2004-08-24 bernieUse new-style config macros for drv/timer.c
2004-08-24 bernieDoxygen fix.
2004-08-24 bernieFix thinko.
2004-08-24 bernieInclude <macros.h>.
2004-08-15 bernieser_resync(): New function.
2004-08-10 bernieCONFIG_TIMER_STROBE: Define no-op default macros.
2004-08-10 bernietimer_gettick(): Rename to timer_ticks() and add backwa...
2004-08-10 bernieeeprom_erase(): New function.
2004-08-10 bernieMajor redesign of serial bus policy handling.
2004-08-10 bernieRename timer_gettick() to timer_ticks().
2004-08-08 bernieUse new-style CONFIG_ idiom; Fix module-wide documentation.
2004-08-08 bernieRemove a few useless casts.
2004-08-04 raskyCambiata la putchar per kdebug per DSP56k: la nuova...
2004-08-03 alephFix spacing
2004-08-03 alephRename timer_tick() to timer_ticks()
2004-08-02 alephMerge from kseries
2004-07-30 raskyVari fix per documentazione e commenti
2004-07-30 raskyAggiornati alcuni file DSP56k per la nuova libreria...
2004-07-30 raskySemplificato l'output dell'ASSERT
2004-07-30 raskyNuovo supporto unificato per detect della CPU
2004-07-29 bernieser_drain(): New function; Make Serial::is_open a debug...
next