summaryrefslogtreecommitdiffstats
path: root/apps/main.c
AgeCommit message (Expand)AuthorFilesLines
2005-12-06USB support for H300Linus Nielsen Feltzing1-4/+1
2005-12-04Replace references to HAVE_RTC with CONFIG_RTC and remove the HAVE_RTC define...Dave Chapman1-1/+1
2005-12-04Split the HAVE_RTC define into HAVE_RTC, HAVE_RTC_RAM and CONFIG_RTC - in pre...Dave Chapman1-0/+2
2005-11-27I2C init for H300Linus Nielsen Feltzing1-3/+0
2005-11-21Backlight handling: * Added 'Caption Backlight' and 'Backlight On When Chargi...Jens Arnold1-0/+2
2005-11-21Fixed crash with early USB. The USB screen already uses some of the new GUI c...Jens Arnold1-0/+7
2005-11-20Applied Stephan Wezel's patch for the new wps %wd/%we tags (disable/enable st...Kevin Ferrare1-2/+0
2005-11-19User now receives a message if initial directory cache initializationMiika Pekkarinen1-7/+20
2005-11-18Moved the power_init() call to main(), removed unfinished inits for the H300Linus Nielsen Feltzing1-3/+11
2005-11-17Remote WPS support (and some WPS bugfixes) by Stephan WezelChristi Scarborough1-2/+5
2005-11-12iRiver: Initial support for wav-recording in recording menu. Supports mic/lin...Andy1-1/+1
2005-11-08That was *not* supposed to be committed :-)Linus Nielsen Feltzing1-5/+5
2005-11-08Removed a redundant commentLinus Nielsen Feltzing1-5/+5
2005-10-16iriver: audio_init really needs to be called after playlist and tree init; de...Magnus Holmgren1-8/+2
2005-10-07Implemented directory caching. No more waiting for disk to spin up whileMiika Pekkarinen1-2/+35
2005-09-02Patch #1272052 by Henrik Backe - Move credits to a pluginLinus Nielsen Feltzing1-1/+0
2005-08-29Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold1-4/+4
2005-08-20Initial voice ui support for software codec platforms. Added also aMiika Pekkarinen1-0/+3
2005-07-21Crossfade (and pcm buffer size) length is now configurable.Miika Pekkarinen1-4/+8
2005-07-14make pcmbuf_init() an empty macro on targets with HW codecDaniel Stenberg1-1/+3
2005-07-14Call pcmbuf_init() on simulator too.Miika Pekkarinen1-0/+1
2005-07-13Separated buffering stuff from pcm_playback to pcmbuf. Renamed someMiika Pekkarinen1-2/+2
2005-07-11Fixed a long-standing bug in the charging screen. The charging screen froze w...Jens Arnold1-1/+1
2005-07-09Wrong iriver model checkLinus Nielsen Feltzing1-2/+2
2005-07-07Enabled scrolling on the remote LCD in the simulator. Some small shortcuts in...Jens Arnold1-4/+5
2005-07-04moved rundb_init back to main, it has to be inited after audio_init, also, it...Michiel Van Der Kolk1-1/+4
2005-07-02New option to enable/disable the runtime database. Moved the runtimedb init t...Jens Arnold1-1/+0
2005-07-01Fixed a warning.Michiel Van Der Kolk1-0/+1
2005-07-01First runtime database support, self repairing, only playcount works for now,Michiel Van Der Kolk1-0/+1
2005-06-23New feature for units that can be powered or charged from USB (Recorder fm/v2...Jens Arnold1-0/+4
2005-06-22no if(!usb_detect()) check around the autorock execution since we have early ...Jörg Hohensohn1-2/+1
2005-06-20Iriver: Properly apply sound settings on startup. Moved some inits to more ap...Jens Arnold1-6/+7
2005-06-19Iriver: First attempt at recording. Use Info->Debug->PCM recording to test re...Andy1-0/+6
2005-06-04Multiple choice LED configuration instead of HAVE_LED. Removes erroneous MMC ...Jens Arnold1-1/+3
2005-05-17(1) Early USB detection on boot, before trying to mount the partitions. Clean...Jens Arnold1-12/+26
2005-05-16Hotswap: Better placement for switching the MMC monitor off/on.Jens Arnold1-3/+0
2005-05-16Hotswap: Avoid mount race at startup and after returning from USB mode.Jens Arnold1-0/+3
2005-04-15IRiver: (1)Setting some remote lcd settings via menu (2) added driver to main...Christian Gmeiner1-0/+8
2005-04-06Moved the car adapter mode handling to apps/, now every thread gets SYS_CHARG...Linus Nielsen Feltzing1-1/+4
2005-04-04More audio code restructuring, mostly renaming functions so farLinus Nielsen Feltzing1-4/+4
2005-03-31iRiver: call pcm_init() instead of uda1380_init()Linus Nielsen Feltzing1-2/+2
2005-03-28Fixed link error for Archos Players/RecordersHenrik Backe1-1/+4
2005-03-28Sound api improvements, rockboy sound, contributed by xshock.Michiel Van Der Kolk1-0/+7
2005-03-18main() now sets the default CPU frequencyLinus Nielsen Feltzing1-0/+4
2005-02-03Build Rockbox for iRiverDaniel Stenberg1-45/+4
2005-01-26Changed several places to use button_clear_queue() to empty the button queue....Jens Arnold1-2/+1
2005-01-19New way of handling the builtin language strings. Now the string pointers are...Jens Arnold1-0/+2
2005-01-12New channel configuration setting, allowing fine-grained control of the stere...Jens Arnold1-0/+2
2004-12-29killed a warningJörg Hohensohn1-1/+1
2004-12-29Shared mounting code, also more general. It will mount multiple HD partitions...Jörg Hohensohn1-45/+3