Age | Commit message (Expand) | Author |
2009-12-16 | Remove unneeded instruction from the coldfire ffs function and fix a wrong co... | Nils Wallménius |
2009-11-14 | Set DRMODE_SOLID, uniform colors, and sysfont before clearing LCD to display ... | Andrew Mahone |
2009-10-31 | Remove svn:executable from firmware | Michael Chicoine |
2009-10-20 | Convert lcd_activation callbacks to use the event system to allow for multipl... | Thomas Martitz |
2009-10-17 | Revise r23225 a bit, removing the debug_printf function and implementing more... | Nils Wallménius |
2009-10-11 | H300 LCD update: Use interrupt driven background DMA transfers, giving other ... | Jens Arnold |
2009-08-06 | Various files: make functions static if they're local or make sure there is a... | Bertrik Sikken |
2009-06-29 | Put TIMER_FREQ definition in CPU-specific config, and remove timer-target.h | Rafaël Carré |
2009-06-29 | Remove the TIMER_* macros and declare target-specific functions in timer.h | Rafaël Carré |
2009-06-29 | Remove int_prio argument from timer_register, and move the only use for it in... | Rafaël Carré |
2009-06-29 | Move SH7034 timer code in the target tree | Rafaël Carré |
2009-06-29 | Move coldfire timer code in the target tree | Rafaël Carré |
2009-06-28 | Create an udacodec interface (similar to ascodec and wmcoded) and adapt/imple... | Bertrik Sikken |
2009-06-12 | Add iAudio M5 FM radio mod to the advanced build options. * Unify iAudio audi... | Jens Arnold |
2009-05-31 | Old patch from FS#7832: Sprinkle 'volatile' in the various inline assembler s... | Nils Wallménius |
2009-04-26 | Remove the calls to backlight_lcd_sleep_countdown from target specific code a... | Thomas Martitz |
2009-03-23 | Correct Björn's name in various file headers. | Nicolas Pennequin |
2009-03-17 | Fix very last yellows. | Thomas Martitz |
2009-03-17 | One more try: Fix remaining reds and yellows | Thomas Martitz |
2009-03-17 | Fix reds and yellows (hopefully). Some targets apparently didn't properly #if... | Thomas Martitz |
2009-03-17 | Rework lcd_enabled and lcd_set/call_enable hook | Thomas Martitz |
2009-02-20 | Reclaim .iram areas in DRAM by overlapping their load addresses with the unin... | Michael Sevakis |
2009-02-13 | Remove experimental check which should only be there if all PCM drivers do it... | Michael Sevakis |
2009-02-12 | Give pcm-coldfire.c a much needed shakedown. Fixes FS#9378 - metronome freeze... | Michael Sevakis |
2009-02-11 | Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS... | Michael Sevakis |
2009-01-31 | Various files: make function implementations consistent with their declaratio... | Bertrik Sikken |
2009-01-25 | Hopefully fix wrong colours on coldfire targets for certain scaling factors. ... | Jens Arnold |
2009-01-13 | Reverting parts of r19760 that was mistakenly committed. | Björn Stenberg |
2009-01-13 | Minor Clip button changes: UP|REPEAT no longer goes to wps. Volume adjustment... | Björn Stenberg |
2009-01-08 | Clean up panicf and introduce system_exception_wait to do further target task... | Michael Sevakis |
2008-12-24 | H10 can distinguish USB and MAIN charger input so return proper flags. H100s ... | Michael Sevakis |
2008-12-12 | Bring consistency to pcm implementation and samplerate handling. Less low-lev... | Michael Sevakis |
2008-12-03 | Straighten out some powermanagement stuff. Give target complete control over ... | Michael Sevakis |
2008-10-29 | Move kernel tick initialization and handling to the target tree for ones rema... | Michael Sevakis |
2008-08-19 | Since several S/PDIF sources do not set the valnogood bit properly, valnogood... | Jens Arnold |
2008-06-28 | Updated our source code header to explicitly mention that we are GPL v2 or | Daniel Stenberg |
2008-05-29 | Fix FS #8840 for irivers by slowing down the driver some more. Signal quality... | Jens Arnold |
2008-05-28 | Targets with HAVE_LCD_ENABLE: Provide a means to receive notifications when t... | Michael Sevakis |
2008-05-24 | Hopefully fix FS #8840 for iAudio M3, M5 and X5. Reduce greyscale update freq... | Jens Arnold |
2008-05-14 | Fix red. No bother with lcd power management calls in bootloader. | Michael Sevakis |
2008-05-05 | Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ... | Nicolas Pennequin |
2008-05-03 | Another round of making local functions static and making sure that source fi... | Bertrik Sikken |
2008-04-29 | Make sure the linker considers crt0*.o before all files specified on the comm... | Jens Arnold |
2008-04-07 | Save a couple of bytes by using moveq.l where possible. | Jens Arnold |
2008-04-06 | Iriver remote LCD driver: * Split out assembler parts. * Reintroduced the 2 t... | Jens Arnold |
2008-03-27 | split boot.lds and move it into the target tree | Marcoen Hirschberg |
2008-03-27 | Fix red - adc.h used to be in lcd-remote.h | Dave Chapman |
2008-03-26 | Slightly better instruction order, added comment. | Jens Arnold |
2008-03-26 | Iriver H1x0/H300: Speed up remote LCD updates when boosted by implementing an... | Jens Arnold |
2008-03-26 | Do core interrupt masking in a less general fashion and save some instruction... | Michael Sevakis |