bertos.git
2004-08-27 bernieSpelling/grammar fixes.
2004-08-25 raskyAggiornato il comment block dei log RCS
2004-08-25 bernieRemove bogus Doxygen markup.
2004-08-25 berniePasto.
2004-08-24 bernieRemove redundant redundancy.
2004-08-24 bernieAdd a documentation paragraph to describe DevLib's...
2004-08-24 bernieFix spacing.
2004-08-24 bernieAdd missing headers.
2004-08-24 bernieUse new-style config macros.
2004-08-24 bernieNote reason for including <macros.h>
2004-08-24 bernieDocument custom types.
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 bernieAdd missing header.
2004-08-24 berniekputchar(): New public function; Add missing dummy...
2004-08-24 bernieAdd missing header.
2004-08-24 bernieUse kputs()/kputchar() when possible.
2004-08-24 bernieAdd missing headers; Reformat.
2004-08-24 bernieUse new-style config macros for drv/timer.c
2004-08-24 bernieDoxygen fix.
2004-08-24 berniemonitor_debug_stacks(): Conditionally compile on CONFIG...
2004-08-24 bernieRestore a few macros that were lost in the way.
2004-08-24 bernieFix thinko.
2004-08-24 bernieInclude <macros.h>.
2004-08-24 berniePP_CAT(), PP_STRINGIZE(): Move back to compiler.h to...
2004-08-24 bernieTrim CVS log; Rename header guards.
2004-08-24 bernieAdd type-size definitions for preprocessor.
2004-08-15 bernieMake the buffer a local variable, as documented.
2004-08-15 bernieupdcrc16(): inline version of UPDCRC16(); Cleanup docum...
2004-08-15 bernieser_resync(): New function.
2004-08-15 bernieAdd an #error to spread some FUD about the quality...
2004-08-14 raskyMerge da SC: macros.h, pool.h, BIT_CHANGE, nome dei...
2004-08-13 bernieAdjust for DevLib.
2004-08-13 bernieTemplate Doxygen configuration for C projects.
2004-08-13 bernieAdjust a few MSVC tweaks from older projects.
2004-08-13 bernieUse Doxygen to generate DevLib's frontpage.
2004-08-12 bernieRemove extra indentation level in switch statements.
2004-08-12 bernieReplace a handmade loop with memset().
2004-08-12 bernieReplace if/else with continue to reduce indentation...
2004-08-12 bernieRename UPDCRC() to UPDCRC16().
2004-08-11 bernieImport XModem protocol into DevLib.
2004-08-11 bernieUse chart_x_t and chart_y_t for the input dataset.
2004-08-11 bernieRefactor after the new mware/gfx API.
2004-08-10 bernieAdd missing header.
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 bernieIgnore Doxygen generated documentation.
2004-08-10 bernieRESTRICT: New C99-like macro; STATIC_ASSERT: Fix warnin...
2004-08-10 bernieMajor redesign of serial bus policy handling.
2004-08-10 bernieRename timer_gettick() to timer_ticks().
2004-08-10 bernieFix spacing in header.
2004-08-08 bernieUse new-style CONFIG_ idiom; Fix module-wide documentation.
2004-08-08 bernieRemove a few useless casts.
2004-08-08 bernieUse DISABLE_IRQSAVE/ENABLE_IRQRESTORE; Cleanup document...
2004-08-05 bernieDefine dummy FORMAT() and PGM_FUNC() macros to help...
2004-08-05 bernieDocumentation improvements.
2004-08-05 bernieFix a Doxygen tag.
2004-08-05 bernieAdd __linux__ and __unix__ predefines to let Doxygen...
2004-08-05 bernieKeep doc/ directory around for Doxygen.
2004-08-05 bernieUpdated with Doxygen 1.3.8.
2004-08-04 bernieAdd extensive documentation.
2004-08-04 raskyCambiata la putchar per kdebug per DSP56k: la nuova...
2004-08-04 raskyMerge da SC: prima versione veramente funzionante
2004-08-04 raskyNuove opzioni di configurazione per formatted_write...
2004-08-04 raskyMerge da SC: fixato namespace dell'include guard
2004-08-04 bernieSwitch to new DevLib CONFIG_ convention.
2004-08-04 bernieImport simple chart drawing code.
2004-08-04 bernieAdd virtual file I/O interface.
2004-08-04 bernieImport simple RLE algorithm.
2004-08-03 alephAdd include to fix warning for vsprintf()
2004-08-03 alephFix spacing
2004-08-03 alephRename timer_tick() to timer_ticks()
2004-08-02 alephMerge from kseries
2004-08-01 bernieLIKELY(), UNLIKELY(): New compiler-specific macros.
2004-07-31 raskySpostato lo heap da kern/ a mware/
2004-07-30 raskyFile sfuggito al commit precedente (nuova gestione...
2004-07-30 raskyVari fix per documentazione e commenti
2004-07-30 raskyHunk sfuggito al commit precedente (aggiornamento kernel)
2004-07-30 raskyResa la sig_signal interrupt safe (con il nuovo schedul...
2004-07-30 raskyAggiornati alcuni file DSP56k per la nuova libreria...
2004-07-30 raskySemplificato l'output dell'ASSERT
2004-07-30 raskyTask switching con salvataggio perfetto stato di interr...
2004-07-30 raskyNuovo supporto unificato per detect della CPU
2004-07-29 bernieAdd template configuration file.
2004-07-29 bernieSwitch to new-style config handling.
2004-07-29 bernieAdd values for new-style CONFIG_PRINTF option.
2004-07-29 bernievsprintf(): Remove prototype for backwards compatibilit...
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 bernieDoxygen fix.
2004-07-29 bernieSpelling fix.
2004-07-22 bernieUse TIMER_PRESCALER consistently.
2004-07-22 bernieDocument AVR dependency.
2004-07-22 bernieswab32(): Fix a very serious bug.
2004-07-21 bernieAllow completely disabling printf()-like formatter.
2004-07-21 berniePut timer driver on diet.
2004-07-20 berniefifo_flush_locked(): New function;
next