bertos.git
2004-10-03 bernieRemove stale declarations (moved to monitor.h).
2004-10-03 bernieFix Doxygen markup.
2004-10-03 bernieImport changes from kseries.
2004-10-03 bernieImport changes from sc/firmware.
2004-10-03 bernieImport in DevLib.
2004-10-03 bernietext_widthf(), text_vwidthf(): New functions.
2004-10-03 berniesprintf(): Fix a serious bug; snprintf(): New function.
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-10-03 bernieIRQ_GETSTATE(): New macro; Rename IRQ macros for consis...
2004-10-03 berniePoison C++ keywords in C programs for better portability.
2004-09-20 bernieSanitize for C++.
2004-09-20 bernieFix racy racy code.
2004-09-20 bernieC++ also has variadic macros.
2004-09-20 bernieRemove vsprintf_P() proto, no longer needed with avr...
2004-09-20 bernieC++ fixes.
2004-09-20 bernieRelax assertion.
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.
next