Sanitize for C++.
[bertos.git] / drv /
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...
2004-07-29 bernieAdd 24LC16 support.
2004-07-29 bernieSeveral tweaks to reduce code size on ATmega8.
2004-07-29 bernieSpelling fix.
2004-07-22 bernieUse TIMER_PRESCALER consistently.
2004-07-22 bernieDocument AVR dependency.
2004-07-21 berniePut timer driver on diet.
2004-07-20 bernieAlso define TIMER_PRESCALER.
2004-07-20 bernieCompute value of OCR_DIVISOR from CLOCK_FREQ.
2004-07-20 bernieFinally remove redundant protos.
2004-07-20 bernieImport into DevLib.
2004-07-18 bernieAdd missing header; Prevent warning for KSeries-specifi...
2004-07-18 bernietimer_gettick(): Rename to timer_tick() and document...
2004-07-18 bernieFix preprocessor warning with potentially undefined...
2004-07-18 bernieFix preprocessor warning with potentially undefined...
2004-07-18 bernieAdd ATmega8 support.
2004-07-18 bernieMake CONFIG_SER_DEFBAUDRATE optional.
2004-07-14 raskyMerge da SC: spostata bld_set inline perché si ottimizz...
2004-07-13 alephAdd and cleanup comments
2004-06-27 alephDeclaration fix for build with GCC 3.4
2004-06-27 alephAdd missing callbacks for SPI;
2004-06-27 alephFix spacing
2004-06-27 alephChange UNUSED() macro to accept two arguments: type...
2004-06-07 alephRemove free pool of timers; use user-provided Timer...
2004-06-07 alephAdd function prototypes
2004-06-07 alephUpdate to latest AVR timer code
2004-06-07 alephSome tabs cleanup and add timer strobe macros
2004-06-07 alephRemove cast-as-lvalue extension abuse
2004-06-07 alephUpdate to new event.h naming
2004-06-06 bernieImport DSP56800 changes from SC.
2004-06-06 bernieRename event macros to look like regular functions.
2004-06-06 bernieImport DSP56800 changes; Print broken wall bricks in...
2004-06-06 bernieFix \!CONFIG_KERN_SIGNALS code paths.
2004-06-06 bernieMark some functions INLINE instead of 'extern inline'.
2004-06-06 bernieser_putchar(): Use fifo_push_locked() to fix potential...
2004-06-06 bernieReformat (from kseries).
2004-06-03 bernieAdd dual-license information.
2004-06-02 alephSerial enhancements: interruptible receive handler...
2004-05-23 bernieImport buzzerled driver.
2004-05-23 bernieImport drv/timer module.
2004-05-23 bernieTrim CVS logs and cleanup header info.
2004-05-23 bernieImport drv/ modules.