summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
2005-06-29for now, the build assumes a LCD_S1D15E06 display on the h300Daniel Stenberg
2005-06-29remove a warning from the h300 buildDaniel Stenberg
2005-06-29Hristo Kovachev's keypad fixes for the H300 buildDaniel Stenberg
2005-06-29Resume rework. With the new resume function, 'Ask' and 'Ask Once' are redund...Christi Scarborough
2005-06-29Oops, that was no optimisation, but a bug.Jens Arnold
2005-06-29Third part of graphics api rework. Some small but effective optimisations. Po...Jens Arnold
2005-06-28Second part of graphics api rework. Bitmap drawing and text output converted;...Jens Arnold
2005-06-27Moved the codec and plugin buffer sizes to the config-*.h files instead ofDaniel Stenberg
2005-06-27Replaced some size_t with longs. That might solve some problems. FixedMiika Pekkarinen
2005-06-27H1x0: Reordered lcd init sequence to match the datasheet, including the recom...Jens Arnold
2005-06-27Another crossfade related crash possible fixed.Miika Pekkarinen
2005-06-27Possible crash fixed while crossfade is enabled.Miika Pekkarinen
2005-06-26Patch 1163135 by Bryan Vandyke: Remove trailing spaces for ID3v2 tagsJonas Häggqvist
2005-06-26Quick menu for iRiver: A long press on the PLAY key in the browser or the WP...Christi Scarborough
2005-06-26Initial DSP implementation. DSP supports resampling audio stream fromMiika Pekkarinen
2005-06-25Added new shuffle repeat mode that reshuffles playlist before repeating. Als...Hardeep Sidhu
2005-06-25Oops, the XYZ_PIXEL() macros are used elsewhere, so bring them back.Jens Arnold
2005-06-25Core functions taking advantage of the new, optimised lcd_hline() and lcd_vli...Jens Arnold
2005-06-24Fixed yellow FM builds, and changed the function type names according to the ...Jens Arnold
2005-06-24First part of graphics api rework. Special functions, parameter handling, pix...Jens Arnold
2005-06-24BUTTON_RC_VOL relabeled as BUTTON_RC_MODE for consistency with main unit. RC...Christi Scarborough
2005-06-23Fixed a warning.Jens Arnold
2005-06-23Fix red builds.Jens Arnold
2005-06-23Preparations for implementing the new graphics api: Ordered lcd bitmap driver...Jens Arnold
2005-06-23Change current estimation for USB powered mode only if CURRENT_USB is less th...Jens Arnold
2005-06-23New feature for units that can be powered or charged from USB (Recorder fm/v2...Jens Arnold
2005-06-22Make the simulator builds know about software poweroff, for more consistent b...Jens Arnold
2005-06-22Fixed CODEC_BUFFER_SIZE mismatchLinus Nielsen Feltzing
2005-06-22Fixed formatting (uniform indentation of 4 spaces, removed tab chars). Some s...Jens Arnold
2005-06-22H1x0: rolo_restart() now uses the actual destination address to start the cod...Jens Arnold
2005-06-22Moved to logf.hTomas Salfischberger
2005-06-22My gcc v3.3.5 choked on the bool type, solved with this include.Tomas Salfischberger
2005-06-22New debug screen for sw codec audio threadLinus Nielsen Feltzing
2005-06-22Increased max number of tick tasksLinus Nielsen Feltzing
2005-06-22Better values for the iriver batteryMarcoen Hirschberg
2005-06-22Coldfire: slight memset() optimisation.Jens Arnold
2005-06-22Daniel's fix that loads codecs in their own memory spaceLinus Nielsen Feltzing
2005-06-22The iriver simulator now uses the correct LCD driverLinus Nielsen Feltzing
2005-06-21memset() on coldfire now exploits burst mode whenever possible, giving anothe...Jens Arnold
2005-06-21Assembler optimised memset() for coldfire. Speed increase ranging from a few ...Jens Arnold
2005-06-21preparation for sectioned linking (will remove dead functions/data)Jörg Hohensohn
2005-06-20The last commit mixed up the arguments of cpu_boost(). Fixed that and removed...Jens Arnold
2005-06-20Added few #ifdef HAVE_ADJUSTABLE_CPU_FREQ.Miika Pekkarinen
2005-06-20Backlight dimming is now flicker free on all situations.Miika Pekkarinen
2005-06-20Fixed glitches from crossfade.Miika Pekkarinen
2005-06-20Iriver: Backlight fading is now configurable. Added a function to stop the ba...Jens Arnold
2005-06-20Crossfade fixes.Miika Pekkarinen
2005-06-20Crossfade adjustments.Miika Pekkarinen
2005-06-20Elapsed counter resets correctly when changing tracks.Miika Pekkarinen
2005-06-19iriver: Prescale the digital volume when boosting treble/bass by decreasing t...Jens Arnold