summaryrefslogtreecommitdiffstats
path: root/firmware/target/coldfire/iaudio
AgeCommit message (Expand)AuthorFilesLines
2010-09-20*/app.lds: remove STUBOFFSETRafaël Carré1-8/+2
2010-08-01More minor const/static/include fixes.Bertrik Sikken2-0/+2
2010-05-31Smaller & faster greylib blitting on iriver H1x0 and iAudio M5, based on the ...Jens Arnold1-126/+107
2010-04-26remove some useless linesNils Wallménius1-4/+0
2010-03-19Reset USB bridge properly when selecting bus powered mode. The bridge might h...Jens Arnold1-1/+4
2010-03-07Set IRAM split to 48KB / 80KB (apps / plugins) for M5 and X5. This way codecs...Andree Buschmann1-1/+1
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz1-1/+1
2009-06-12Add iAudio M5 FM radio mod to the advanced build options. * Unify iAudio audi...Jens Arnold7-306/+25
2009-04-26Remove the calls to backlight_lcd_sleep_countdown from target specific code a...Thomas Martitz1-6/+0
2009-03-17Fix very last yellows.Thomas Martitz1-43/+42
2009-03-17One more try: Fix remaining reds and yellowsThomas Martitz1-13/+12
2009-03-17Fix reds and yellows (hopefully). Some targets apparently didn't properly #if...Thomas Martitz1-4/+10
2009-03-17Rework lcd_enabled and lcd_set/call_enable hookThomas Martitz1-2/+2
2009-02-20Reclaim .iram areas in DRAM by overlapping their load addresses with the unin...Michael Sevakis1-6/+8
2008-12-03Straighten out some powermanagement stuff. Give target complete control over ...Michael Sevakis3-21/+12
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg44-89/+177
2008-05-28Targets with HAVE_LCD_ENABLE: Provide a means to receive notifications when t...Michael Sevakis1-0/+1
2008-05-24Hopefully fix FS #8840 for iAudio M3, M5 and X5. Reduce greyscale update freq...Jens Arnold2-45/+94
2008-05-14Fix red. No bother with lcd power management calls in bootloader.Michael Sevakis1-13/+10
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin1-4/+4
2008-05-03Another round of making local functions static and making sure that source fi...Bertrik Sikken5-0/+5
2008-04-29Make sure the linker considers crt0*.o before all files specified on the comm...Jens Arnold2-2/+2
2008-04-07Save a couple of bytes by using moveq.l where possible.Jens Arnold1-7/+7
2008-03-27split boot.lds and move it into the target treeMarcoen Hirschberg1-0/+90
2008-03-26Slightly better instruction order, added comment.Jens Arnold2-7/+11
2008-03-26Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis10-27/+27
2008-03-26Back-ported the iAudio remote LCD driver optimisations to X5 and M5.Jens Arnold2-240/+333
2008-03-25iAudio M3: Optimised LCD driver, with more/better assembly code. Speedup is ~...Jens Arnold2-274/+547
2008-03-25Revert accidental tree commit. /me needs a smaller enter key...Jens Arnold3-106/+324
2008-03-25Cabbiev2 gigabeat background: reduce WPS backdrop filesize by storing it as 2...Jens Arnold3-324/+106
2008-03-24Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...Jens Arnold3-33/+56
2008-03-19M3: Make remote LCD hotplug work, and make 'backlight on button hold' use the...Jens Arnold1-1/+2
2008-03-18Correct the name of a flag. No functional change.Jens Arnold1-1/+1
2008-03-18Commit the ADC changes (fix red M3 builds).Jens Arnold1-3/+14
2008-03-18Cosmetic fixes for the iAudio bootloader: Don't display 'Hold switch on' if t...Jens Arnold1-0/+2
2008-03-17Various coldfire fixes: (1) iAudio Bootloader: Check the status of main & rem...Jens Arnold4-14/+17
2008-03-17iAudio M3: ADC driver, making buttons and battery voltage reading work. * Dis...Jens Arnold6-14/+175
2008-03-15iAudio M3: Fix standard remote context. * Process button adc values in the bu...Jens Arnold1-10/+39
2008-03-14More iAudio M3 work. Target build compiles, but same problem regarding plugin...Jens Arnold1-0/+47
2008-03-14More iAudio M3 work. Target build compiles, but same problem regarding plugin...Jens Arnold7-7/+223
2008-03-13Make the LCD remote work in the Iriver H1x0 and H300 bootloaders as well (unt...Jens Arnold2-10/+10
2008-03-13Split up app.lds to the respective target directories. The portalplayer devi...Karl Kurbjun1-0/+143
2008-03-12Make ATA work on M3.Jens Arnold1-0/+59
2008-03-12Make the LCD remote work in the iAudio M3, M5 and X5 bootloaders. * Fix viewp...Jens Arnold4-52/+62
2008-03-12More iAudio M3 work. Bootloader compiles, but doesn't work yet.Jens Arnold7-0/+920
2008-01-15Fix graphical glitches occuring in the greyscale library on H1x0 and M5 at 12...Jens Arnold1-31/+41
2008-01-09Greyscale library: Changed the internal data format once more (separated pixe...Jens Arnold2-54/+147
2008-01-04All-new greyscale library, replacing the old one. Features: (1) Drawing/updat...Jens Arnold2-16/+92
2007-11-12Fix bootloaders, and the backlight-modded Ondio build.Jens Arnold1-0/+4
2007-11-12Hardware controlled backlight brightness for iPod Video and Nano, retaining t...Jens Arnold4-25/+34