2005-01-22 |
bernie | Use non-uglified typeof(). |
commit | commitdiff | tree | snapshot |
2005-01-22 |
bernie | MTIME_INFINITE: New constant. |
commit | commitdiff | tree | snapshot |
2005-01-21 |
aleph | Fix drain at ser_close() |
commit | commitdiff | tree | snapshot |
2005-01-20 |
aleph | Fix progmem includes. |
commit | commitdiff | tree | snapshot |
2005-01-20 |
aleph | Add progmem datatypes; PSTR() definition. |
commit | commitdiff | tree | snapshot |
2005-01-14 |
aleph | Rename callbacks; SerialHardwareVT.txSending: New callb... |
commit | commitdiff | tree | snapshot |
2005-01-14 |
aleph | Rename callbacks; SerialHardwareVT.txSending: New callback. |
commit | commitdiff | tree | snapshot |
2005-01-14 |
aleph | ser_drain(): Wait for hw transmission complete. |
commit | commitdiff | tree | snapshot |
2005-01-11 |
aleph | Add ATmega8 SPI port definitions; Fix transmit complete... |
commit | commitdiff | tree | snapshot |
2005-01-11 |
aleph | Add missing include |
commit | commitdiff | tree | snapshot |
2005-01-11 |
aleph | Add empty kdump definition for debug off |
commit | commitdiff | tree | snapshot |
2005-01-08 |
bernie | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2005-01-08 |
bernie | Add missing type in declaration. |
commit | commitdiff | tree | snapshot |
2005-01-08 |
bernie | Really make it work on both architectures. |
commit | commitdiff | tree | snapshot |
2005-01-08 |
bernie | Make more portable. |
commit | commitdiff | tree | snapshot |
2005-01-08 |
bernie | Define PROGMEM on AVR only when not including pgmspace.h. |
commit | commitdiff | tree | snapshot |
2005-01-06 |
aleph | Split twi/eeprom functions from eeprom module in separa... |
commit | commitdiff | tree | snapshot |
2004-12-31 |
bernie | Rename UNUSED() to UNUSED_ARG(). |
commit | commitdiff | tree | snapshot |
2004-12-31 |
bernie | Use UNUSED_ARG instead of obsolete UNUSED macro. |
commit | commitdiff | tree | snapshot |
2004-12-31 |
bernie | Add OS detection code. |
commit | commitdiff | tree | snapshot |
2004-12-31 |
bernie | Add a simple serial emulation driver. |
commit | commitdiff | tree | snapshot |
2004-12-31 |
bernie | Fix documentation. |
commit | commitdiff | tree | snapshot |
2004-12-31 |
bernie | Use C89 comments only. |
commit | commitdiff | tree | snapshot |
2004-12-31 |
bernie | IRQ_SAVE_DISABLE(), IRQ_RESTORE(): Add null stubs for... |
commit | commitdiff | tree | snapshot |
2004-12-31 |
bernie | Sanitize for non-Harvard processors. |
commit | commitdiff | tree | snapshot |
2004-12-31 |
bernie | list_remHead(), list_remTail(): Name like normal functions. |
commit | commitdiff | tree | snapshot |
2004-12-31 |
bernie | Move seek function last in VT. |
commit | commitdiff | tree | snapshot |
2004-12-31 |
bernie | PROGMEM: Define to nothing for non-Harvard processors. |
commit | commitdiff | tree | snapshot |
2004-12-13 |
bernie | DISABLE_IRQSAVE, ENABLE_IRQRESTORE, DISABLE_INTS, ENABL... |
commit | commitdiff | tree | snapshot |
2004-12-13 |
bernie | DISABLE_IRQSAVE/ENABLE_IRQRESTORE: Convert to IRQ_SAVE_... |
commit | commitdiff | tree | snapshot |
2004-12-13 |
bernie | Fix a latent bug with reentrant serial IRQs. |
commit | commitdiff | tree | snapshot |
2004-12-13 |
bernie | DISABLE_INTS/ENABLE_INTS: Convert to IRQ_DISABLE/IRQ_EN... |
commit | commitdiff | tree | snapshot |
2004-12-09 |
bernie | Replace IPTR with iptr_t. |
commit | commitdiff | tree | snapshot |
2004-12-08 |
bernie | Add a todo item. |
commit | commitdiff | tree | snapshot |
2004-12-08 |
bernie | Metrowerks supports variadic macros. |
commit | commitdiff | tree | snapshot |
2004-12-08 |
bernie | Add support for multiplexed serial ports. |
commit | commitdiff | tree | snapshot |
2004-12-08 |
bernie | Suppress warning. |
commit | commitdiff | tree | snapshot |
2004-12-08 |
bernie | Rename time_t to mtime_t. |
commit | commitdiff | tree | snapshot |
2004-12-08 |
bernie | Rename sigset_t to sigmask_t. |
commit | commitdiff | tree | snapshot |
2004-12-08 |
bernie | Rename time_t to mtime_t. |
commit | commitdiff | tree | snapshot |
2004-12-08 |
bernie | Reformat. |
commit | commitdiff | tree | snapshot |
2004-12-08 |
bernie | Rename sigset_t to sigmask_t; Reformat. |
commit | commitdiff | tree | snapshot |
2004-12-08 |
bernie | Rename sigset_t to sigmask_t and time_t to mtime_t... |
commit | commitdiff | tree | snapshot |
2004-12-08 |
bernie | Save some more RAM on AVR. |
commit | commitdiff | tree | snapshot |
2004-12-08 |
bernie | Add type-generic macros for C++. |
commit | commitdiff | tree | snapshot |
2004-12-08 |
bernie | CPU_HARVARD: Define to 1 for AVR and DSP56K. |
commit | commitdiff | tree | snapshot |
2004-12-08 |
bernie | Convert to mtime_t; timer_minutes(): Remove. |
commit | commitdiff | tree | snapshot |
2004-12-08 |
bernie | Add missing header. |
commit | commitdiff | tree | snapshot |
2004-12-08 |
bernie | Add missing header. |
commit | commitdiff | tree | snapshot |
2004-12-08 |
bernie | Remove done todo. |
commit | commitdiff | tree | snapshot |
2004-12-08 |
bernie | Add some macros to document more code. |
commit | commitdiff | tree | snapshot |
2004-12-08 |
bernie | Add missing config options. |
commit | commitdiff | tree | snapshot |
2004-12-08 |
bernie | Doxygen fixes. |
commit | commitdiff | tree | snapshot |
2004-12-08 |
bernie | Typo in macro name. |
commit | commitdiff | tree | snapshot |
2004-12-08 |
bernie | Fix Doxygen tags. |
commit | commitdiff | tree | snapshot |
2004-11-28 |
bernie | Use mtime_t instead of overloading ANSI time_t with... |
commit | commitdiff | tree | snapshot |
2004-11-28 |
bernie | Remove obsolete INITLIST macro. |
commit | commitdiff | tree | snapshot |
2004-11-18 |
bernie | Update with Doxygen 1.3.9.1. |
commit | commitdiff | tree | snapshot |
2004-11-16 |
bernie | Disable timer_minutes() for targets with 16bit time_t. |
commit | commitdiff | tree | snapshot |
2004-11-16 |
bernie | size_t: Add 64bit definitions; time_t: Add 16bit hack... |
commit | commitdiff | tree | snapshot |
2004-11-16 |
bernie | Doxygen fixes. |
commit | commitdiff | tree | snapshot |
2004-11-16 |
bernie | Support 64bit CPUs. |
commit | commitdiff | tree | snapshot |
2004-11-16 |
bernie | IPTR: Remove obsolete definition. |
commit | commitdiff | tree | snapshot |
2004-11-16 |
bernie | Replace IPTR with iptr_t. |
commit | commitdiff | tree | snapshot |
2004-11-16 |
bernie | Declare fixed-size types before other types. |
commit | commitdiff | tree | snapshot |
2004-11-16 |
bernie | CPU_IDLE: Rename from SCHEDULER_IDLE. |
commit | commitdiff | tree | snapshot |
2004-11-16 |
bernie | Workaround for a known fifobuf bug. |
commit | commitdiff | tree | snapshot |
2004-11-16 |
bernie | Changes for SC Monoboard support. |
commit | commitdiff | tree | snapshot |
2004-11-16 |
bernie | Commonize obsolete names for IRQ macros; Doxygen fixes. |
commit | commitdiff | tree | snapshot |
2004-11-16 |
bernie | Update to new naming scheme in mware/gfx.c. |
commit | commitdiff | tree | snapshot |
2004-11-16 |
bernie | Fix off-by-one bug in [v]snprintf(). |
commit | commitdiff | tree | snapshot |
2004-11-16 |
bernie | Update to new naming scheme in mware/gfx.c. |
commit | commitdiff | tree | snapshot |
2004-11-16 |
bernie | Make driver optional; mark AVR specific parts as such. |
commit | commitdiff | tree | snapshot |
2004-11-16 |
bernie | Include <avr/io.h> explicitly. |
commit | commitdiff | tree | snapshot |
2004-11-16 |
bernie | Add watchdog timer support. |
commit | commitdiff | tree | snapshot |
2004-11-16 |
bernie | Add write verify. |
commit | commitdiff | tree | snapshot |
2004-11-16 |
bernie | UNUSED_VAR, USED_VAR, USED_FUNC: New macros; UNUSED_ARG... |
commit | commitdiff | tree | snapshot |
2004-11-16 |
bernie | CPU_HARVARD: New macro. |
commit | commitdiff | tree | snapshot |
2004-11-16 |
bernie | Add sanity checks for missing configuration parameters. |
commit | commitdiff | tree | snapshot |
2004-11-02 |
bernie | CONFIG_EEPROM_VERIFY: New config option. |
commit | commitdiff | tree | snapshot |
2004-11-01 |
bernie | Update to current coding conventions. |
commit | commitdiff | tree | snapshot |
2004-10-26 |
bernie | heap_free(): Handle NULL pointers like free(), write... |
commit | commitdiff | tree | snapshot |
2004-10-26 |
bernie | Fix spacing. |
commit | commitdiff | tree | snapshot |
2004-10-26 |
bernie | monitor_rename(): New function. |
commit | commitdiff | tree | snapshot |
2004-10-26 |
bernie | Don't access serial data register twice. |
commit | commitdiff | tree | snapshot |
2004-10-26 |
bernie | Reset watchdog for long operations. |
commit | commitdiff | tree | snapshot |
2004-10-26 |
bernie | New DevLib module. |
commit | commitdiff | tree | snapshot |
2004-10-21 |
bernie | Typo. |
commit | commitdiff | tree | snapshot |
2004-10-21 |
bernie | Add a TODO item. |
commit | commitdiff | tree | snapshot |
2004-10-21 |
bernie | Use proc_forbid()/proc_permit(). |
commit | commitdiff | tree | snapshot |
2004-10-21 |
bernie | sem_release(): Simplify (made by rasky on scfirm). |
commit | commitdiff | tree | snapshot |
2004-10-21 |
bernie | Remove spurious token in preprocessor directive. |
commit | commitdiff | tree | snapshot |
2004-10-21 |
bernie | Revamp documentation. |
commit | commitdiff | tree | snapshot |
2004-10-19 |
bernie | Reformat. |
commit | commitdiff | tree | snapshot |
2004-10-19 |
bernie | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2004-10-19 |
bernie | Kill warnings when !CONFIG_PROC_MONITOR. |
commit | commitdiff | tree | snapshot |
2004-10-19 |
bernie | Add missing #endif. |
commit | commitdiff | tree | snapshot |
2004-10-19 |
bernie | Bugfixes for DSP56K serial driver from scfirm. |
commit | commitdiff | tree | snapshot |
2004-10-19 |
bernie | TIMER_STROBE_ON, TIMER_STROBE_OFF, TIMER_STROBE_INIT... |
commit | commitdiff | tree | snapshot |
2004-10-19 |
bernie | Define forbid_cnt. |
commit | commitdiff | tree | snapshot |
next |