2004-12-31 |
bernie | Sanitize for non-Harvard processors. |
tree | commitdiff |
2004-12-31 |
bernie | list_remHead(), list_remTail(): Name like normal functions. |
tree | commitdiff |
2004-12-31 |
bernie | Move seek function last in VT. |
tree | commitdiff |
2004-12-08 |
bernie | Suppress warning. |
tree | commitdiff |
2004-12-08 |
bernie | Add missing header. |
tree | commitdiff |
2004-12-08 |
bernie | Add missing header. |
tree | commitdiff |
2004-12-08 |
bernie | Remove done todo. |
tree | commitdiff |
2004-11-28 |
bernie | Remove obsolete INITLIST macro. |
tree | commitdiff |
2004-11-16 |
bernie | Workaround for a known fifobuf bug. |
tree | commitdiff |
2004-11-16 |
bernie | Update to new naming scheme in mware/gfx.c. |
tree | commitdiff |
2004-11-16 |
bernie | Fix off-by-one bug in [v]snprintf(). |
tree | commitdiff |
2004-11-16 |
bernie | Update to new naming scheme in mware/gfx.c. |
tree | commitdiff |
2004-11-01 |
bernie | Update to current coding conventions. |
tree | commitdiff |
2004-10-26 |
bernie | heap_free(): Handle NULL pointers like free(), write... |
tree | commitdiff |
2004-10-26 |
bernie | Fix spacing. |
tree | commitdiff |
2004-10-21 |
bernie | Add a TODO item. |
tree | commitdiff |
2004-10-21 |
bernie | Revamp documentation. |
tree | commitdiff |
2004-10-19 |
bernie | Fix header. |
tree | commitdiff |
2004-10-03 |
bernie | Import changes from kseries. |
tree | commitdiff |
2004-10-03 |
bernie | Import changes from sc/firmware. |
tree | commitdiff |
2004-10-03 |
bernie | text_widthf(), text_vwidthf(): New functions. |
tree | commitdiff |
2004-10-03 |
bernie | sprintf(): Fix a serious bug; snprintf(): New function. |
tree | commitdiff |
2004-09-20 |
bernie | Relax assertion. |
tree | commitdiff |
2004-09-20 |
bernie | Conditionalize AVR-specific code. |
tree | commitdiff |
2004-09-20 |
bernie | Fix header; Conditionalize AVR-specific code. |
tree | commitdiff |
2004-09-20 |
bernie | Fix header. |
tree | commitdiff |
2004-09-14 |
bernie | Spelling fix. |
tree | commitdiff |
2004-09-14 |
bernie | Rename rectangle drawing functions; Unify filled/cleare... |
tree | commitdiff |
2004-09-14 |
bernie | text_xprintf(): Support all styles; Pixel-wise text... |
tree | commitdiff |
2004-09-14 |
bernie | Reformat. |
tree | commitdiff |
2004-09-14 |
bernie | Use debug.h instead of kdebug.h. |
tree | commitdiff |
2004-09-14 |
bernie | Make more generic and adapt to new gfx functions. |
tree | commitdiff |
2004-09-06 |
bernie | Extend interface to allow any algorithmic style. |
tree | commitdiff |
2004-09-06 |
bernie | Clarify side-effects in documentation. |
tree | commitdiff |
2004-09-06 |
bernie | Simplify code using ATOMIC(). |
tree | commitdiff |
2004-08-29 |
bernie | Rename BITS_PER_PTR to CPU_BITS_PER_PTR. |
tree | commitdiff |
2004-08-29 |
bernie | Fix Doxygen markup and indentation. |
tree | commitdiff |
2004-08-25 |
rasky | Aggiornato il comment block dei log RCS |
tree | commitdiff |
2004-08-24 |
bernie | Use new-style config macros. |
tree | commitdiff |
2004-08-24 |
bernie | Add type-size definitions for preprocessor. |
tree | commitdiff |
2004-08-15 |
bernie | Make the buffer a local variable, as documented. |
tree | commitdiff |
2004-08-15 |
bernie | updcrc16(): inline version of UPDCRC16(); Cleanup docum... |
tree | commitdiff |
2004-08-15 |
bernie | Add an #error to spread some FUD about the quality... |
tree | commitdiff |
2004-08-14 |
rasky | Merge da SC: macros.h, pool.h, BIT_CHANGE, nome dei... |
tree | commitdiff |
2004-08-12 |
bernie | Remove extra indentation level in switch statements. |
tree | commitdiff |
2004-08-12 |
bernie | Replace a handmade loop with memset(). |
tree | commitdiff |
2004-08-12 |
bernie | Replace if/else with continue to reduce indentation... |
tree | commitdiff |
2004-08-12 |
bernie | Rename UPDCRC() to UPDCRC16(). |
tree | commitdiff |
2004-08-11 |
bernie | Import XModem protocol into DevLib. |
tree | commitdiff |
2004-08-11 |
bernie | Use chart_x_t and chart_y_t for the input dataset. |
tree | commitdiff |
2004-08-11 |
bernie | Refactor after the new mware/gfx API. |
tree | commitdiff |
2004-08-10 |
bernie | Add missing header. |
tree | commitdiff |
2004-08-05 |
bernie | Documentation improvements. |
tree | commitdiff |
2004-08-04 |
rasky | Merge da SC: prima versione veramente funzionante |
tree | commitdiff |
2004-08-04 |
rasky | Nuove opzioni di configurazione per formatted_write... |
tree | commitdiff |
2004-08-04 |
rasky | Merge da SC: fixato namespace dell'include guard |
tree | commitdiff |
2004-08-04 |
bernie | Switch to new DevLib CONFIG_ convention. |
tree | commitdiff |
2004-08-04 |
bernie | Import simple chart drawing code. |
tree | commitdiff |
2004-08-04 |
bernie | Add virtual file I/O interface. |
tree | commitdiff |
2004-08-04 |
bernie | Import simple RLE algorithm. |
tree | commitdiff |
2004-08-03 |
aleph | Add include to fix warning for vsprintf() |
tree | commitdiff |
2004-08-02 |
aleph | Merge from kseries |
tree | commitdiff |
2004-07-31 |
rasky | Spostato lo heap da kern/ a mware/ |
tree | commitdiff |
2004-07-30 |
rasky | Vari fix per documentazione e commenti |
tree | commitdiff |
2004-07-30 |
rasky | Nuovo supporto unificato per detect della CPU |
tree | commitdiff |
2004-07-29 |
bernie | Switch to new-style config handling. |
tree | commitdiff |
2004-07-29 |
bernie | Add values for new-style CONFIG_PRINTF option. |
tree | commitdiff |
2004-07-29 |
bernie | Doxygen fix. |
tree | commitdiff |
2004-07-22 |
bernie | swab32(): Fix a very serious bug. |
tree | commitdiff |
2004-07-21 |
bernie | Allow completely disabling printf()-like formatter. |
tree | commitdiff |
2004-07-20 |
bernie | fifo_flush_locked(): New function; |
tree | commitdiff |
2004-07-20 |
bernie | Finally remove redundant protos. |
tree | commitdiff |
2004-07-20 |
bernie | Finally remove redundant protos. |
tree | commitdiff |
2004-07-20 |
bernie | swab16(), swab32(), cpu_to_be32(), cpu_to_le32(): New... |
tree | commitdiff |
2004-07-20 |
bernie | Import byte-order macros into DevLib. |
tree | commitdiff |
2004-07-18 |
bernie | Fix warnings with GCC 3.3.2. |
tree | commitdiff |
2004-07-18 |
bernie | REMHEAD(), REMTAIL(): Move to list.h as inline functions. |
tree | commitdiff |
2004-07-18 |
bernie | Reorganize configuration parameters to match DevLib... |
tree | commitdiff |
2004-07-14 |
rasky | Implementazione di una tabella hash |
tree | commitdiff |
2004-06-27 |
aleph | Change UNUSED() macro to accept two arguments: type... |
tree | commitdiff |
2004-06-06 |
bernie | Remove redundant declaration of fifo_isempty_locked(). |
tree | commitdiff |
2004-06-06 |
bernie | Import fixes for race conditions from kseries. |
tree | commitdiff |
2004-06-06 |
bernie | Protect MetroWerks specific pragmas with #ifdef's |
tree | commitdiff |
2004-06-04 |
aleph | Move all functions to .h as inline functions |
tree | commitdiff |
2004-06-03 |
aleph | Merge improvements from kseries (mainly inlining) |
tree | commitdiff |
2004-06-03 |
bernie | Add dual-license information. |
tree | commitdiff |
2004-06-03 |
bernie | Import into DevLib |
tree | commitdiff |
2004-05-23 |
bernie | Import mware modules. |
tree | commitdiff |
|