summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2006-05-07Ondio: (Hopefully) fix the occasional freezes during playback: Use DMA channe...Jens Arnold1-14/+14
2006-05-06Patch #5182 by Liberman Shachar - Vertical screen scroll bug fix (inverse bar...Linus Nielsen Feltzing5-11/+15
2006-05-03Fix fillrect calculation error for 'Screen scrolls out of view'. Fixes bug 52...Peter D'Hoye5-10/+16
2006-05-02ipods - First implementation of pcf50605_init() function. This enables the p...Dave Chapman3-1/+15
2006-05-02Oops, correctly calculate the interrupt number in UIE().Jens Arnold1-1/+1
2006-05-01Fix red bootbox builds with gcc 4.x and -Os. Save a bit of code by not includ...Jens Arnold1-69/+66
2006-05-01Properly set audio_is_initialized flag for swcodec devices ad use it when ini...Hardeep Sidhu1-1/+0
2006-04-30Recording buffer offset must be passed on to the firmware calls, not the othe...Peter D'Hoye3-6/+10
2006-04-30The recording buffer should not try to use the voice buffer, so map our buffe...Peter D'Hoye1-2/+2
2006-04-29Ooops. Fix red bootbox builds.Jens Arnold1-65/+69
2006-04-29SH1: Moved exception vector table generation and weak aliasing into an asm bl...Jens Arnold1-292/+232
2006-04-29ATA driver: * Don't lie to gcc about which parameters the assembler optimised...Jens Arnold1-188/+189
2006-04-27While waiting further and better improvements, this fixes the bug toDaniel Stenberg1-6/+11
2006-04-26Replaced remaining '#pragma interrupt' with __attribute__((interrupt_handler)...Jens Arnold3-8/+8
2006-04-26H300: add a small delay between lcd enable and backlight on. Avoids a flash a...Peter D'Hoye1-0/+1
2006-04-25SH targets: Protect against a gcc 3.3.x bug triggered by -O2 or -Os, in prepa...Jens Arnold1-0/+4
2006-04-24Use filesize instead of lseek to find the size of a file. Reduces disk access...Frank Dischner2-7/+5
2006-04-24Ipods, X5: Proper backlight behaviour on buton unlock.Jens Arnold1-0/+25
2006-04-24Show RoLo messages on remote.Jens Arnold1-1/+12
2006-04-24Iriver: Reworked remote detection & init: * Monitor the remote type & try to ...Jens Arnold1-36/+76
2006-04-22First commit of reworking voice to be mroe stable on swcodecBrandon Low1-5/+0
2006-04-20Prevent scroll wheel on mini 1g from over-scrolling when scrolling very fast.Frank Dischner1-1/+1
2006-04-19Fix button driver for ipod mini 1G.Frank Dischner1-44/+58
2006-04-18Performance optimizations for tagcache commit. Still more left to be done.Miika Pekkarinen3-0/+83
2006-04-17Fix red buildsBrandon Low1-0/+2
2006-04-17Add copy and adjust helper for mp3entry struct as it is 1) not copy safe and ...Brandon Low2-0/+36
2006-04-17Ooops^2Jens Arnold1-1/+1
2006-04-16Ooops.Jens Arnold1-0/+1
2006-04-16H300: Optimised PCF50606 driver, significantly reduces CPU power drain from t...Jens Arnold3-85/+346
2006-04-16H300 (and H1x0): Improved button debouncing. Solves the possible 'fake double...Jens Arnold1-4/+12
2006-04-16Commit tagcache in background when possible (at least dircache enabled).Miika Pekkarinen4-11/+30
2006-04-15Also add a config-specific 'Default' value, this should fix the sim builds.Zakk Roberts21-19/+59
2006-04-15Move the battery min/max capacity to player config files and add an increment...Zakk Roberts21-42/+83
2006-04-14Coldfire: Use the maximum possible i2c clock for the audio codec. Both the UD...Jens Arnold1-3/+3
2006-04-14Correct battery voltage and almost correct percentages for all ipods. Runtime...Jens Arnold5-10/+10
2006-04-13Fixed the file renaming/removing issue with dircache enabled.Miika Pekkarinen1-5/+15
2006-04-12Another slight tweak.Jens Arnold1-28/+20
2006-04-11H1x0/H300 remote LCD driver rework: * Completely fix remote LCD ticking for H...Jens Arnold1-191/+229
2006-04-1120% faster and one annoying lookup table cut outDaniel Stenberg1-50/+20
2006-04-11New crossfeed complete with no volume reducing bugs. Feedback on all theThom Johansen1-0/+4
2006-04-11moved the LCD framebuffer to IRAM for iAudio X5 - gives ~40% speed boostDaniel Stenberg4-2/+9
2006-04-10Coldfire: More appropriate condition for the refresh timings.Jens Arnold1-1/+1
2006-04-10Enabled the quickscreen for iAudio X5. Globally, REC enters the menu and hold...Zakk Roberts14-3/+45
2006-04-10Enable AB repeat on ipods with 4g keypad, requires quick fingers or you get t...Brandon Low6-0/+12
2006-04-09H300: Slightly faster lcd update (noticeable with partial updates only).Jens Arnold1-22/+44
2006-04-09Fix bad rebuffering bug, and kill the track_count variableBrandon Low1-0/+1
2006-04-08Comparing short filenames for uniqueness used 1 char too much, causing it to ...Peter D'Hoye1-1/+1
2006-04-08Get rid of the redundant APPLE_* macros. * Fix wrong comments in lcd-ipod.cJens Arnold12-25/+11
2006-04-07include x5 files from the target treeDaniel Stenberg1-0/+1
2006-04-07iPod: Enable dynamic CPU frequency changing on the 4G (both greyscale and col...Dave Chapman4-3/+19