bertos.git
2005-04-11 bernieUpdate to Doxygen 1.4.2.
2005-04-11 bernieFixes for sprintf_test.
2005-04-11 bernieInclude top-level headers from cfg/ subdir.
2005-04-11 bernieMove top-level headers to cfg/ subdir.
2005-04-11 bernieDone.
2005-04-11 bernieDoxygen fixes.
2005-03-29 berniesetjmp.h, time_t: Remove ancient retrocompatibility...
2005-03-15 bernieDon't create lots of subdirectories.
2005-03-15 bernieproc_schedule(): New sanity check.
2005-03-15 bernieBREAKPOINT, IRQ_RUNNING(), IRQ_GETSTATE(): New DSP56K...
2005-03-15 bernieSimpler, smaller, faster.
2005-03-01 bernieGive due credit for this astounding creation.
2005-03-01 bernieString table and localization stuff.
2005-03-01 bernieUse new CPU-neutral program-memory API.
2005-03-01 bernieUse shared hextab.
2005-03-01 bernieHeader fix.
2005-03-01 bernieMove event.h to mware/.
2005-03-01 berniePrune CVS log.
2005-03-01 bernieTweaks for avr-libc 1.2.x.
2005-03-01 bernieUpdate header.
2005-03-01 bernieProvide defaults for CONFIG_KDEBUG_DISABLE_TRACE and...
2005-03-01 berniePoor man's factored hex table.
2005-03-01 bernieRemove compatibility hack.
2005-02-28 bernieRemove test binaries.
2005-02-18 bernieAdd a few more paranoic tests.
2005-02-18 bernieFix bug with NULL buffers (caught with unit test).
2005-02-18 bernieVery rudimental test for sprintf() and friends.
2005-02-18 bernieInclude <mware/pgm.h> explicitly for non-Harvard archs.
2005-02-18 bernieAvoid strlen().
2005-02-18 bernieUse mware/event.h; Update copyright info.
2005-02-18 bernieUpdate copyright info.
2005-02-18 bernieFixes for Harvard processors from KSeries.
2005-02-16 berniePreliminary PPC support.
2005-02-16 bernieTRACE(), TRACEMSG(): Reduce code and data footprint.
2005-02-16 bernieMove PGM macros to mware/pgm.h
2005-02-16 bernieMacros for program memory access.
2005-02-16 bernieAdd %S formatter.
2005-02-16 bernieSimplify float code.
2005-02-09 bernieDeclare dummy ASSERT* macros as ((void)0) to work aroun...
2005-02-09 bernieDoxygen fixes.
2005-02-09 bernieDisable LaTeX output.
2005-02-01 bernieReally trivial testsuite framework.
2005-01-26 bernieUpdate to Doxygen 1.4.1.
2005-01-25 bernieCONFIG_SER_HWHANDSHAKE fixes.
2005-01-25 bernieCONFIG_TWI_FREQ: New config param.
2005-01-25 berniekputnum(): Export.
2005-01-25 bernieSimplify.
2005-01-24 bernieAdd a few TODO items.
2005-01-24 bernieAdd some TODO items.
2005-01-24 bernieUpdate copyright information.
2005-01-24 bernieRemove obsolete names.
2005-01-24 bernieFunction pointer based event dispatching.
2005-01-23 bernieAdd missing header.
2005-01-23 bernieRename README to README.devlib.
2005-01-22 bernieAdd integrity checks.
2005-01-22 bernieAdd handy typedef for struct Semaphore.
2005-01-22 bernieWrite extensive documentation; Add simple locking.
2005-01-22 bernieReformat.
2005-01-22 bernieUse non-uglified typeof().
2005-01-22 bernieMTIME_INFINITE: New constant.
2005-01-21 alephFix drain at ser_close()
2005-01-20 alephFix progmem includes.
2005-01-20 alephAdd progmem datatypes; PSTR() definition.
2005-01-14 alephRename callbacks; SerialHardwareVT.txSending: New callb...
2005-01-14 alephRename callbacks; SerialHardwareVT.txSending: New callback.
2005-01-14 alephser_drain(): Wait for hw transmission complete.
2005-01-11 alephAdd ATmega8 SPI port definitions; Fix transmit complete...
2005-01-11 alephAdd missing include
2005-01-11 alephAdd empty kdump definition for debug off
2005-01-08 bernieRemove unused variable.
2005-01-08 bernieAdd missing type in declaration.
2005-01-08 bernieReally make it work on both architectures.
2005-01-08 bernieMake more portable.
2005-01-08 bernieDefine PROGMEM on AVR only when not including pgmspace.h.
2005-01-06 alephSplit twi/eeprom functions from eeprom module in separa...
2004-12-31 bernieRename UNUSED() to UNUSED_ARG().
2004-12-31 bernieUse UNUSED_ARG instead of obsolete UNUSED macro.
2004-12-31 bernieAdd OS detection code.
2004-12-31 bernieAdd a simple serial emulation driver.
2004-12-31 bernieFix documentation.
2004-12-31 bernieUse C89 comments only.
2004-12-31 bernieIRQ_SAVE_DISABLE(), IRQ_RESTORE(): Add null stubs for...
2004-12-31 bernieSanitize for non-Harvard processors.
2004-12-31 bernielist_remHead(), list_remTail(): Name like normal functions.
2004-12-31 bernieMove seek function last in VT.
2004-12-31 berniePROGMEM: Define to nothing for non-Harvard processors.
2004-12-13 bernieDISABLE_IRQSAVE, ENABLE_IRQRESTORE, DISABLE_INTS, ENABL...
2004-12-13 bernieDISABLE_IRQSAVE/ENABLE_IRQRESTORE: Convert to IRQ_SAVE_...
2004-12-13 bernieFix a latent bug with reentrant serial IRQs.
2004-12-13 bernieDISABLE_INTS/ENABLE_INTS: Convert to IRQ_DISABLE/IRQ_EN...
2004-12-09 bernieReplace IPTR with iptr_t.
2004-12-08 bernieAdd a todo item.
2004-12-08 bernieMetrowerks supports variadic macros.
2004-12-08 bernieAdd support for multiplexed serial ports.
2004-12-08 bernieSuppress warning.
2004-12-08 bernieRename time_t to mtime_t.
2004-12-08 bernieRename sigset_t to sigmask_t.
2004-12-08 bernieRename time_t to mtime_t.
2004-12-08 bernieReformat.
2004-12-08 bernieRename sigset_t to sigmask_t; Reformat.
next