summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2005-05-04Improved bitfield handling for settings and MMC (more straigtforward, smaller...Jens Arnold1-21/+8
2005-05-04Proper 'battery level dangerous' handling for Ondio. Moved this info into an ...Jens Arnold2-19/+14
2005-05-04OopsLinus Nielsen Feltzing1-1/+1
2005-05-02MMC driver: More flexible background copy & bitswap concept, using global var...Jens Arnold1-54/+63
2005-04-28Speed optimisations: (1) Read, write: Use single/multiple block commands depe...Jens Arnold1-53/+72
2005-04-28MMC driver does now handle block sizes != 512 bytes, which is necessary to su...Jens Arnold2-167/+356
2005-04-27Adding entries to the FAT16 root dir still failed under certain conditions. T...Jens Arnold1-6/+0
2005-04-25iRiver: extended remote lcd driver. displaying text works now - see start-up-...Christian Gmeiner2-4/+639
2005-04-23create_dos_name() return value was meaningless.Jens Arnold1-6/+3
2005-04-22Bugfixes: (1) add_dir_entry() always appended new entries, although the code...Jens Arnold1-121/+95
2005-04-22Small fix for compilation under GCC4. Note: It still doesn't even fully compi...Jens Arnold1-1/+1
2005-04-22typo (ok, my commits get trivial)Jörg Hohensohn1-1/+1
2005-04-20Ooops. DRAM can't start at 0x30000000 on iRiverLinus Nielsen Feltzing3-3/+3
2005-04-19make use of font_getstringsizeChristian Gmeiner1-18/+1
2005-04-19moved lcd_getstringsize into font.cChristian Gmeiner3-18/+27
2005-04-19iRiver: added support for hold-button on main unit and remote controlChristian Gmeiner2-53/+81
2005-04-1864 sectors are 64 sectors...Jens Arnold1-1/+1
2005-04-18Display return code.Björn Stenberg1-0/+3
2005-04-18rename() requires path on destination name nowBjörn Stenberg1-1/+1
2005-04-18Don't create /dir in buildimageBjörn Stenberg1-1/+0
2005-04-18FAT test case builds againBjörn Stenberg5-9/+166
2005-04-18iRiver: Correct port pin setup for the local and remote keypadLinus Nielsen Feltzing1-3/+3
2005-04-15iRiver: Independent backlight timers for the main and remote LCDLinus Nielsen Feltzing3-10/+64
2005-04-15IRiver: show logo on startup at remote lcdChristian Gmeiner1-1/+1
2005-04-15IRiver: added remote backlight handling into backlight threadChristian Gmeiner1-0/+12
2005-04-15corrected copyright infosChristian Gmeiner1-1/+1
2005-04-15IRiver: extended plugin api with current remote lcd functionsChristian Gmeiner1-0/+1
2005-04-15Some code policingLinus Nielsen Feltzing1-5/+5
2005-04-15compile fixChristian Gmeiner1-3/+7
2005-04-15IRiver: (1)Setting some remote lcd settings via menu (2) added driver to main...Christian Gmeiner1-5/+12
2005-04-15Even more updates to the remote LCD driver. Now it actually works...Linus Nielsen Feltzing3-14/+222
2005-04-15IRiver: some definesChristian Gmeiner1-0/+7
2005-04-15Updated H100 remote LCD driver by RickLinus Nielsen Feltzing1-57/+69
2005-04-14New API for buffered PCM playbackLinus Nielsen Feltzing2-0/+129
2005-04-14Low-level driver for the H100 remote control LCD, by Richard S. La Charite IIILinus Nielsen Feltzing3-0/+198
2005-04-14Wrong setting of AUDIOSEL caused double pitch 120MHz playbackLinus Nielsen Feltzing2-5/+3
2005-04-11iRiver: Implemented S/PDIF transmit power control. The optical LED is now off...Linus Nielsen Feltzing3-0/+30
2005-04-10Bugfixes: (1) Estimated runtime was wrong for approx. 1 minute after boot or ...Jens Arnold1-43/+41
2005-04-07First step towards separating the metadata handling from the mpeg thread codeLinus Nielsen Feltzing1-68/+75
2005-04-06First lame attempt to show correct battery level on the iRiverLinus Nielsen Feltzing5-4/+16
2005-04-06Added the IS_SYSEVENT() macroLinus Nielsen Feltzing1-0/+2
2005-04-06Moved the car adapter mode handling to apps/, now every thread gets SYS_CHARG...Linus Nielsen Feltzing2-54/+4
2005-04-05mp3buf renamed to audiobufLinus Nielsen Feltzing8-165/+165
2005-04-05Removed irrelevant definitions in the UDA1380 driverLinus Nielsen Feltzing1-22/+0
2005-04-04More audio code restructuring, mostly renaming functions so farLinus Nielsen Feltzing5-105/+131
2005-04-04Patch #868645 by Philipp Pertermann, volume triggered recording for the Archo...Linus Nielsen Feltzing2-13/+32
2005-04-01Moved the mpeg_sound_xxx() functions to sound.c and renamed them to sound_xxx()Linus Nielsen Feltzing6-665/+720
2005-03-31RoLo now works on the iRiverLinus Nielsen Feltzing10-16/+100
2005-03-31iRiver: Major PCM DMA code cleanup, added pcm_init() and pcm_play_pause()Linus Nielsen Feltzing2-55/+80
2005-03-28Sound api improvements, rockboy sound, contributed by xshock.Michiel Van Der Kolk3-13/+71