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 |
2004-10-19 |
bernie | UNUSED_FUNC: New function attribute. |
commit | commitdiff | tree | snapshot |
2004-10-19 |
bernie | Initialize forbid_cnt; Formatting/comments fixes. |
commit | commitdiff | tree | snapshot |
2004-10-19 |
bernie | proc_rename(), proc_forbid(), proc_permit(): New functions. |
commit | commitdiff | tree | snapshot |
2004-10-19 |
bernie | Fix header. |
commit | commitdiff | tree | snapshot |
2004-10-19 |
bernie | msg_peek(): New function. |
commit | commitdiff | tree | snapshot |
2004-10-19 |
bernie | Fix a few longstanding bugs wrt status handling (made... |
commit | commitdiff | tree | snapshot |
2004-10-19 |
bernie | SERRF_TX, SERRF_RX: New macros; Enhance documentation. |
commit | commitdiff | tree | snapshot |
2004-10-19 |
bernie | Reset parity bits before overwriting them (Fixed by... |
commit | commitdiff | tree | snapshot |
2004-10-19 |
bernie | Add macros to test for specific compiler features. |
commit | commitdiff | tree | snapshot |
2004-10-14 |
bernie | Fix longstanding problem with wrap-arounds. |
commit | commitdiff | tree | snapshot |
2004-10-03 |
bernie | Remove stale declarations (moved to monitor.h). |
commit | commitdiff | tree | snapshot |
2004-10-03 |
bernie | Fix Doxygen markup. |
commit | commitdiff | tree | snapshot |
2004-10-03 |
bernie | Import changes from kseries. |
commit | commitdiff | tree | snapshot |
2004-10-03 |
bernie | Import changes from sc/firmware. |
commit | commitdiff | tree | snapshot |
2004-10-03 |
bernie | Import in DevLib. |
commit | commitdiff | tree | snapshot |
2004-10-03 |
bernie | text_widthf(), text_vwidthf(): New functions. |
commit | commitdiff | tree | snapshot |
2004-10-03 |
bernie | sprintf(): Fix a serious bug; snprintf(): New function. |
commit | commitdiff | tree | snapshot |
2004-10-03 |
bernie | Move \brief on top in header to please Doxygen. |
commit | commitdiff | tree | snapshot |
2004-10-03 |
bernie | timer_delay(): Add a sanity check to avoid sleeping... |
commit | commitdiff | tree | snapshot |
2004-10-03 |
bernie | Convert to new-style config macros; Allow compiling... |
commit | commitdiff | tree | snapshot |
2004-10-03 |
bernie | Fix a nasty bug caused by confusion between old-style... |
commit | commitdiff | tree | snapshot |
2004-10-03 |
bernie | Restore \version header killed by mistake in previous... |
commit | commitdiff | tree | snapshot |
2004-10-03 |
bernie | Use new CPU macros. |
commit | commitdiff | tree | snapshot |
2004-10-03 |
bernie | Add missing AVR header; Fix header. |
commit | commitdiff | tree | snapshot |
2004-10-03 |
bernie | IRQ_GETSTATE(): New macro; Rename IRQ macros for consis... |
commit | commitdiff | tree | snapshot |
2004-10-03 |
bernie | Poison C++ keywords in C programs for better portability. |
commit | commitdiff | tree | snapshot |
2004-09-20 |
bernie | Sanitize for C++. |
commit | commitdiff | tree | snapshot |
2004-09-20 |
bernie | Fix racy racy code. |
commit | commitdiff | tree | snapshot |
2004-09-20 |
bernie | C++ also has variadic macros. |
commit | commitdiff | tree | snapshot |
2004-09-20 |
bernie | Remove vsprintf_P() proto, no longer needed with avr... |
commit | commitdiff | tree | snapshot |
2004-09-20 |
bernie | C++ fixes. |
commit | commitdiff | tree | snapshot |
2004-09-20 |
bernie | Relax assertion. |
commit | commitdiff | tree | snapshot |
2004-09-20 |
bernie | Conditionalize AVR-specific code. |
commit | commitdiff | tree | snapshot |
2004-09-20 |
bernie | Fix header; Conditionalize AVR-specific code. |
commit | commitdiff | tree | snapshot |
2004-09-20 |
bernie | Fix header. |
commit | commitdiff | tree | snapshot |
2004-09-14 |
bernie | Use debug.h instead of kdebug.h. |
commit | commitdiff | tree | snapshot |
2004-09-14 |
bernie | Include hw.h explicitly. |
commit | commitdiff | tree | snapshot |
2004-09-14 |
bernie | Spelling fix. |
commit | commitdiff | tree | snapshot |
2004-09-14 |
bernie | Use debug.h instead of kdebug.h; Spelling fixes. |
commit | commitdiff | tree | snapshot |
2004-09-14 |
bernie | Use debug.h instead of kdebug.h; Use new AVR pin names... |
commit | commitdiff | tree | snapshot |
2004-09-14 |
bernie | Don't vanely call kdebug.h. |
commit | commitdiff | tree | snapshot |
2004-09-14 |
bernie | PURE_FUNC, CONST_FUNC, MUST_CHECK: New function attribu... |
commit | commitdiff | tree | snapshot |
2004-09-14 |
bernie | SWAP(), MINMAX(): New macros. |
commit | commitdiff | tree | snapshot |
2004-09-14 |
bernie | Mark assertions as LIKELY(). |
commit | commitdiff | tree | snapshot |
2004-09-14 |
bernie | Use new AVR port pin names. |
commit | commitdiff | tree | snapshot |
2004-09-14 |
bernie | Rename rectangle drawing functions; Unify filled/cleare... |
commit | commitdiff | tree | snapshot |
2004-09-14 |
bernie | Superseded by 'debug.h'. |
commit | commitdiff | tree | snapshot |
2004-09-14 |
bernie | text_xprintf(): Support all styles; Pixel-wise text... |
commit | commitdiff | tree | snapshot |
2004-09-14 |
bernie | Reformat. |
commit | commitdiff | tree | snapshot |
2004-09-14 |
bernie | Use debug.h instead of kdebug.h. |
commit | commitdiff | tree | snapshot |
2004-09-14 |
bernie | Make more generic and adapt to new gfx functions. |
commit | commitdiff | tree | snapshot |
2004-09-14 |
bernie | Move vers_build_nr last to make all strings adjacent... |
commit | commitdiff | tree | snapshot |
2004-09-14 |
bernie | Unified debug macros. |
commit | commitdiff | tree | snapshot |
2004-09-06 |
bernie | Extend interface to allow any algorithmic style. |
commit | commitdiff | tree | snapshot |
2004-09-06 |
bernie | Clarify side-effects in documentation. |
commit | commitdiff | tree | snapshot |
2004-09-06 |
bernie | Spelling fixes. |
commit | commitdiff | tree | snapshot |
2004-09-06 |
bernie | CONFIG_TIMER_STROBE: be tolerant with missing optional... |
commit | commitdiff | tree | snapshot |
2004-09-06 |
bernie | ATOMIC(): New macro. |
commit | commitdiff | tree | snapshot |
2004-09-06 |
bernie | Move buffer handling in chip-specific driver. |
commit | commitdiff | tree | snapshot |
2004-09-06 |
bernie | Allow partial redefinition of BUS macros. |
commit | commitdiff | tree | snapshot |
2004-09-06 |
bernie | Simplify code using ATOMIC(). |
commit | commitdiff | tree | snapshot |
2004-09-06 |
bernie | Misc documentation and style fixes. |
commit | commitdiff | tree | snapshot |
2004-09-06 |
bernie | VERS_TAG(): Rename for consistency; APP_COPYRIGHT:... |
commit | commitdiff | tree | snapshot |
2004-08-31 |
bernie | Add VERS_BUILD and VERS_HOST. |
commit | commitdiff | tree | snapshot |
2004-08-29 |
bernie | Fix a bug in the (unused) RTS/CTS code; Clarify documen... |
commit | commitdiff | tree | snapshot |
2004-08-29 |
bernie | Rename BITS_PER_PTR to CPU_BITS_PER_PTR. |
commit | commitdiff | tree | snapshot |
2004-08-29 |
bernie | Fix Doxygen markup and indentation. |
commit | commitdiff | tree | snapshot |
2004-08-29 |
bernie | Convert 485 macros to generic BUS macros; |
commit | commitdiff | tree | snapshot |
2004-08-29 |
bernie | Include macros.h explicityl. |
commit | commitdiff | tree | snapshot |
2004-08-29 |
bernie | Rename BITS_PER_XYZ macros; Add sanity checks. |
commit | commitdiff | tree | snapshot |
2004-08-29 |
bernie | Move back STATIC_ASSERT() to compiler.h as it's needed... |
commit | commitdiff | tree | snapshot |
2004-08-27 |
simone | Add support for snapshot |
commit | commitdiff | tree | snapshot |
2004-08-27 |
bernie | Spelling/grammar fixes. |
commit | commitdiff | tree | snapshot |
2004-08-25 |
rasky | Aggiornato il comment block dei log RCS |
commit | commitdiff | tree | snapshot |
2004-08-25 |
bernie | Remove bogus Doxygen markup. |
commit | commitdiff | tree | snapshot |
next |