bertos.git
2004-12-08 bernieAdd some macros to document more code.
2004-12-08 bernieAdd missing config options.
2004-12-08 bernieDoxygen fixes.
2004-12-08 bernieTypo in macro name.
2004-12-08 bernieFix Doxygen tags.
2004-11-28 bernieUse mtime_t instead of overloading ANSI time_t with...
2004-11-28 bernieRemove obsolete INITLIST macro.
2004-11-18 bernieUpdate with Doxygen 1.3.9.1.
2004-11-16 bernieDisable timer_minutes() for targets with 16bit time_t.
2004-11-16 berniesize_t: Add 64bit definitions; time_t: Add 16bit hack...
2004-11-16 bernieDoxygen fixes.
2004-11-16 bernieSupport 64bit CPUs.
2004-11-16 bernieIPTR: Remove obsolete definition.
2004-11-16 bernieReplace IPTR with iptr_t.
2004-11-16 bernieDeclare fixed-size types before other types.
2004-11-16 bernieCPU_IDLE: Rename from SCHEDULER_IDLE.
2004-11-16 bernieWorkaround for a known fifobuf bug.
2004-11-16 bernieChanges for SC Monoboard support.
2004-11-16 bernieCommonize obsolete names for IRQ macros; Doxygen fixes.
2004-11-16 bernieUpdate to new naming scheme in mware/gfx.c.
2004-11-16 bernieFix off-by-one bug in [v]snprintf().
2004-11-16 bernieUpdate to new naming scheme in mware/gfx.c.
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 bernieUNUSED_VAR, USED_VAR, USED_FUNC: New macros; UNUSED_ARG...
2004-11-16 bernieCPU_HARVARD: New macro.
2004-11-16 bernieAdd sanity checks for missing configuration parameters.
2004-11-02 bernieCONFIG_EEPROM_VERIFY: New config option.
2004-11-01 bernieUpdate to current coding conventions.
2004-10-26 bernieheap_free(): Handle NULL pointers like free(), write...
2004-10-26 bernieFix spacing.
2004-10-26 berniemonitor_rename(): New function.
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-21 bernieTypo.
2004-10-21 bernieAdd a TODO item.
2004-10-21 bernieUse proc_forbid()/proc_permit().
2004-10-21 berniesem_release(): Simplify (made by rasky on scfirm).
2004-10-21 bernieRemove spurious token in preprocessor directive.
2004-10-21 bernieRevamp documentation.
2004-10-19 bernieReformat.
2004-10-19 bernieRemove unused variable.
2004-10-19 bernieKill warnings when !CONFIG_PROC_MONITOR.
2004-10-19 bernieAdd missing #endif.
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 bernieDefine forbid_cnt.
2004-10-19 bernieUNUSED_FUNC: New function attribute.
2004-10-19 bernieInitialize forbid_cnt; Formatting/comments fixes.
2004-10-19 bernieproc_rename(), proc_forbid(), proc_permit(): New functions.
2004-10-19 bernieFix header.
2004-10-19 berniemsg_peek(): New function.
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-19 bernieAdd macros to test for specific compiler features.
2004-10-14 bernieFix longstanding problem with wrap-arounds.
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.
next