summaryrefslogtreecommitdiff
path: root/firmware/export (unfollow)
Commit message (Expand)Author
2005-07-12Removed picky warningsLinus Nielsen Feltzing
2005-07-12added uda1380_reset()Linus Nielsen Feltzing
2005-07-12Inverted S/PDIF control on H110Linus Nielsen Feltzing
2005-07-09Wrong iriver model checkLinus Nielsen Feltzing
2005-07-08Removed the XYZ_PIXEL() macros. They are no longer needed, and they did only ...Jens Arnold
2005-07-08ADC is the same on all H1x0 modelsLinus Nielsen Feltzing
2005-07-08safety precaution to detect an envrionment running with the old setupDaniel Stenberg
2005-07-08Renamed the iriver h120 defines and configs to "h120"! Added initial supportDaniel Stenberg
2005-07-07Adapted remote LCD driver and player graphics library to the new bitmap funct...Jens Arnold
2005-07-064-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and lig...Jens Arnold
2005-07-05Applied patch "[ 1232957 ] MP3 metadata fixes for software codec".Miika Pekkarinen
2005-07-05Fixed: Crossfading, broken elapsed info with mp3 files, possible cpuMiika Pekkarinen
2005-07-05Patch #1232549 by Ryan Jackson, adds seeking and comments to Vorbis playbackLinus Nielsen Feltzing
2005-07-05New power-conserving CPU idle modeLinus Nielsen Feltzing
2005-07-05More accurate runtime estimate calculation for iriver (still not veryMiika Pekkarinen
2005-07-05New poweroff handling, using the SYS_POWEROFF event, allowing plugins to save...Linus Nielsen Feltzing
2005-07-04Preparation for 4-grey LCD mode on H1x0.Jens Arnold
2005-07-04Corrent ICODE_ATTR and IDATA_ATTR for CalmRISC16.Jens Arnold
2005-07-03(in theory) more efficient (battery wise) runtime database code.Michiel Van Der Kolk
2005-07-03Centralised the ICODE_ATTR and IDATA_ATTR #defines. Renamed some musepack and...Jens Arnold
2005-07-02Iriver: atomic I/O port manipulation macros, to avoid interference between no...Jens Arnold
2005-07-01New config option for optical out on iriverLinus Nielsen Feltzing
2005-07-01- enable S/PDIF optical outputMarcoen Hirschberg
2005-06-30Graphics: Lowlevel block function are in IRAM now as they're called often. Sw...Jens Arnold
2005-06-30decrease to 30Michiel Van Der Kolk
2005-06-30better logfMichiel Van Der Kolk
2005-06-29Small copy/paste error..Miika Pekkarinen
2005-06-29Always use crossfade if it's enabled.Miika Pekkarinen
2005-06-29Fixed slow track switching and track pre-buffering. Fixed rockboyMiika Pekkarinen
2005-06-29Hristo Kovachev's keypad fixes for the H300 buildDaniel Stenberg
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-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-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-23Fix red builds.Jens Arnold
2005-06-23Preparations for implementing the new graphics api: Ordered lcd bitmap driver...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-22My gcc v3.3.5 choked on the bool type, solved with this include.Tomas Salfischberger
2005-06-22Increased max number of tick tasksLinus Nielsen Feltzing
2005-06-22The iriver simulator now uses the correct LCD driverLinus Nielsen Feltzing
2005-06-20The last commit mixed up the arguments of cpu_boost(). Fixed that and removed...Jens Arnold
2005-06-20Iriver: Backlight fading is now configurable. Added a function to stop the ba...Jens Arnold