bertos.git
2004-09-20 bernieConditionalize AVR-specific code.
2004-09-20 bernieFix header; Conditionalize AVR-specific code.
2004-09-20 bernieFix header.
2004-09-14 bernieUse debug.h instead of kdebug.h.
2004-09-14 bernieInclude hw.h explicitly.
2004-09-14 bernieSpelling fix.
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 berniePURE_FUNC, CONST_FUNC, MUST_CHECK: New function attribu...
2004-09-14 bernieSWAP(), MINMAX(): New macros.
2004-09-14 bernieMark assertions as LIKELY().
2004-09-14 bernieUse new AVR port pin names.
2004-09-14 bernieRename rectangle drawing functions; Unify filled/cleare...
2004-09-14 bernieSuperseded by 'debug.h'.
2004-09-14 bernietext_xprintf(): Support all styles; Pixel-wise text...
2004-09-14 bernieReformat.
2004-09-14 bernieUse debug.h instead of kdebug.h.
2004-09-14 bernieMake more generic and adapt to new gfx functions.
2004-09-14 bernieMove vers_build_nr last to make all strings adjacent...
2004-09-14 bernieUnified debug macros.
2004-09-06 bernieExtend interface to allow any algorithmic style.
2004-09-06 bernieClarify side-effects in documentation.
2004-09-06 bernieSpelling fixes.
2004-09-06 bernieCONFIG_TIMER_STROBE: be tolerant with missing optional...
2004-09-06 bernieATOMIC(): New macro.
2004-09-06 bernieMove buffer handling in chip-specific driver.
2004-09-06 bernieAllow partial redefinition of BUS macros.
2004-09-06 bernieSimplify code using ATOMIC().
2004-09-06 bernieMisc documentation and style fixes.
2004-09-06 bernieVERS_TAG(): Rename for consistency; APP_COPYRIGHT:...
2004-08-31 bernieAdd VERS_BUILD and VERS_HOST.
2004-08-29 bernieFix a bug in the (unused) RTS/CTS code; Clarify documen...
2004-08-29 bernieRename BITS_PER_PTR to CPU_BITS_PER_PTR.
2004-08-29 bernieFix Doxygen markup and indentation.
2004-08-29 bernieConvert 485 macros to generic BUS macros;
2004-08-29 bernieInclude macros.h explicityl.
2004-08-29 bernieRename BITS_PER_XYZ macros; Add sanity checks.
2004-08-29 bernieMove back STATIC_ASSERT() to compiler.h as it's needed...
2004-08-27 simoneAdd support for snapshot
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...
next