bertos.git
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;
2004-07-20 bernieAlso define TIMER_PRESCALER.
2004-07-20 bernieCompute value of OCR_DIVISOR from CLOCK_FREQ.
2004-07-20 bernieFinally remove redundant protos.
2004-07-20 bernieFinally remove redundant protos.
2004-07-20 bernieUse attribute((always_inline)) to force inlining. ...
2004-07-20 bernieFix two errors introduced by previous commit.
2004-07-20 bernieReverse the logic to provide defaults for undefined...
2004-07-20 bernieRationalize and document SCHEDULER_IDLE.
2004-07-20 bernieImport into DevLib.
2004-07-20 bernieswab16(), swab32(), cpu_to_be32(), cpu_to_le32(): New...
2004-07-20 bernieCleanup documentation
2004-07-20 bernieImport byte-order macros into DevLib.
2004-07-20 bernieMove byte-order macros to mware/byteorder.h; Add missin...
2004-07-20 bernieAdd macros to handle endianess issues.
2004-07-18 bernieAdd missing header; Prevent warning for KSeries-specifi...
2004-07-18 bernieFix warnings with GCC 3.3.2.
2004-07-18 simoneAdd some info
2004-07-18 bernieREMHEAD(), REMTAIL(): Move to list.h as inline functions.
2004-07-18 bernieReorganize configuration parameters to match DevLib...
2004-07-18 bernietimer_gettick(): Rename to timer_tick() and document...
2004-07-18 bernieFix preprocessor warning with potentially undefined...
2004-07-18 bernieFix preprocessor warning with potentially undefined...
2004-07-18 bernieAdd ATmega8 support.
2004-07-18 bernieFixes for GCC 3.5.
2004-07-18 bernieMake CONFIG_SER_DEFBAUDRATE optional.
2004-07-14 raskyMerge da SC: Rimosso timer dentro il task, che è uno...
2004-07-14 raskyImplementazione di una tabella hash
2004-07-14 raskyMerge da SC: spostata bld_set inline perché si ottimizz...
2004-07-13 alephAvoid warning for unused arg when compiled without...
2004-07-13 alephAdd and cleanup comments
2004-06-27 alephDeclaration fix for build with GCC 3.4
2004-06-27 alephAdd missing callbacks for SPI;
2004-06-27 alephFix spacing
2004-06-27 alephChange UNUSED() macro to accept two arguments: type...
2004-06-25 bernieMake reference manuals smaller and neater.
2004-06-12 bernieExclude doc/ directory to avoid Doxygen recursion.
2004-06-07 alephRemove free pool of timers; use user-provided Timer...
2004-06-07 alephAdd function prototypes
2004-06-07 alephUpdate to latest AVR timer code
2004-06-07 alephSome tabs cleanup and add timer strobe macros
2004-06-07 alephRemove cast-as-lvalue extension abuse
2004-06-07 alephUpdate to new event.h naming
2004-06-06 bernieRename event macros to look like regular functions.
2004-06-06 bernieImport DSP56800 changes from SC.
2004-06-06 bernieRename event macros to look like regular functions.
2004-06-06 bernieImport DSP56800 changes; Print broken wall bricks in...
2004-06-06 berniePP_CAT(): New macro.
2004-06-06 bernieFix \!CONFIG_KERN_SIGNALS code paths.
2004-06-06 bernieRemove redundant declaration of fifo_isempty_locked().
2004-06-06 bernieMark some functions INLINE instead of 'extern inline'.
2004-06-06 bernieImport fixes for race conditions from kseries.
2004-06-06 bernieser_putchar(): Use fifo_push_locked() to fix potential...
2004-06-06 bernieAdd DevLib license information.
2004-06-06 bernieProtect MetroWerks specific pragmas with #ifdef's
2004-06-06 bernieReformat (from kseries).
2004-06-06 bernieDoxygenize.
2004-06-06 bernieImport into DevLib.
2004-06-05 bernieFix spelling.
2004-06-04 alephMove all functions to .h as inline functions
2004-06-03 alephMerge improvements from kseries (mainly inlining)
2004-06-03 bernieAdd dual-license information.
2004-06-03 bernieImport into DevLib.
2004-06-03 bernieImport into DevLib
2004-06-03 bernieRemove SC spcecific stuff.
2004-06-03 bernieDoxygen configuration for C++ projects.
2004-06-02 alephSerial enhancements: interruptible receive handler...
2004-05-23 bernieImport buzzerled driver.
2004-05-23 bernieImport drv/timer module.
2004-05-23 bernieTrim CVS logs and cleanup header info.
2004-05-23 bernieImport drv/ modules.
2004-05-23 bernieAdd top-level files.
2004-05-23 bernieImport kern/ subdirectory.
2004-05-23 bernieImport mware modules.