summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2005-06-23Fixed a warning.Jens Arnold1-1/+1
2005-06-23Fix red builds.Jens Arnold2-1/+3
2005-06-23Preparations for implementing the new graphics api: Ordered lcd bitmap driver...Jens Arnold6-1409/+1319
2005-06-23Change current estimation for USB powered mode only if CURRENT_USB is less th...Jens Arnold1-1/+1
2005-06-23New feature for units that can be powered or charged from USB (Recorder fm/v2...Jens Arnold7-31/+70
2005-06-22Make the simulator builds know about software poweroff, for more consistent b...Jens Arnold8-24/+24
2005-06-22Fixed CODEC_BUFFER_SIZE mismatchLinus Nielsen Feltzing1-1/+1
2005-06-22Fixed formatting (uniform indentation of 4 spaces, removed tab chars). Some s...Jens Arnold1-381/+382
2005-06-22H1x0: rolo_restart() now uses the actual destination address to start the cod...Jens Arnold1-7/+9
2005-06-22Moved to logf.hTomas Salfischberger1-1/+0
2005-06-22My gcc v3.3.5 choked on the bool type, solved with this include.Tomas Salfischberger1-0/+1
2005-06-22New debug screen for sw codec audio threadLinus Nielsen Feltzing1-1/+1
2005-06-22Increased max number of tick tasksLinus Nielsen Feltzing1-1/+1
2005-06-22Better values for the iriver batteryMarcoen Hirschberg1-1/+2
2005-06-22Coldfire: slight memset() optimisation.Jens Arnold1-2/+2
2005-06-22Daniel's fix that loads codecs in their own memory spaceLinus Nielsen Feltzing1-5/+19
2005-06-22The iriver simulator now uses the correct LCD driverLinus Nielsen Feltzing1-2/+2
2005-06-21memset() on coldfire now exploits burst mode whenever possible, giving anothe...Jens Arnold1-9/+60
2005-06-21Assembler optimised memset() for coldfire. Speed increase ranging from a few ...Jens Arnold2-31/+91
2005-06-21preparation for sectioned linking (will remove dead functions/data)Jörg Hohensohn1-4/+7
2005-06-20The last commit mixed up the arguments of cpu_boost(). Fixed that and removed...Jens Arnold2-8/+3
2005-06-20Added few #ifdef HAVE_ADJUSTABLE_CPU_FREQ.Miika Pekkarinen2-3/+10
2005-06-20Backlight dimming is now flicker free on all situations.Miika Pekkarinen1-0/+5
2005-06-20Fixed glitches from crossfade.Miika Pekkarinen1-0/+3
2005-06-20Iriver: Backlight fading is now configurable. Added a function to stop the ba...Jens Arnold2-131/+72
2005-06-20Crossfade fixes.Miika Pekkarinen2-9/+25
2005-06-20Crossfade adjustments.Miika Pekkarinen1-1/+2
2005-06-20Elapsed counter resets correctly when changing tracks.Miika Pekkarinen1-2/+1
2005-06-19iriver: Prescale the digital volume when boosting treble/bass by decreasing t...Jens Arnold3-72/+74
2005-06-19crossfade works much better but costs some cpu power if enabled.Miika Pekkarinen1-14/+30
2005-06-19Some re-desing to buffer filling and track loading code and a few bugMiika Pekkarinen1-13/+17
2005-06-19Only stop backlight pwm timer if display is fully dimmed eitherMiika Pekkarinen1-2/+3
2005-06-19Don't initialize id3 structure with zeros on software codec platformsMiika Pekkarinen1-1/+3
2005-06-19Iriver: First attempt at recording. Use Info->Debug->PCM recording to test re...Andy5-2/+711
2005-06-18prevent build failures for non-iriver targetsDaniel Stenberg1-0/+4
2005-06-18pcm_playback.c is not for simsDaniel Stenberg1-1/+1
2005-06-18make it not attempt to build the sh1 assembler when build for H300Daniel Stenberg1-0/+4
2005-06-18reverted the ifdef change, this code really IS H120/H140-specific and thusDaniel Stenberg1-3/+2
2005-06-18Set up things identical for all MCF5249 devices, until we find a reason not toDaniel Stenberg1-3/+3
2005-06-181) mpeg.c is only for MAS-devicesDaniel Stenberg1-4/+6
2005-06-18Initial setup for the H300 keypadDaniel Stenberg2-2/+24
2005-06-18Made the (iriver) use of GPIO1 depend on the presense of a coldfire cpu insteadDaniel Stenberg1-9/+5
2005-06-18depend on CPU, not player modelDaniel Stenberg1-1/+1
2005-06-18ifdef fixDaniel Stenberg1-1/+1
2005-06-18Added %fc WPS tag to display codec type - moved codectype from track_info str...Dave Chapman2-0/+79
2005-06-18Initial support for iriver backlight dimming. Unfortunately dimmingMiika Pekkarinen2-3/+217
2005-06-18Fixed MPEG header validation for layer 1 on iriver, and simplified it for arc...Jens Arnold1-6/+5
2005-06-18Fix red gmini build.Jens Arnold1-1/+1
2005-06-18Iriver UDA1380 volume and balance handling is now done in sound.c, similar to...Jens Arnold5-45/+53
2005-06-17iriver: LCD flip for H1x0 remote, some code cleanup.Jens Arnold2-7/+41