summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2005-05-24update to the new logf style and moved the defines here tooDaniel Stenberg1-3/+5
2005-05-24initial remote-LCD logf browserDaniel Stenberg1-3/+40
2005-05-24Uses indices instead of pointersLinus Nielsen Feltzing1-8/+9
2005-05-23initial logf() work, not added to SOURCES yet (on purpose)Daniel Stenberg2-0/+89
2005-05-23Make sure the context functions are always inlined, independent of optimisati...Jens Arnold1-0/+2
2005-05-23Archos recorders: New recording data transfer routine. Not asm optimised this...Jens Arnold1-86/+44
2005-05-23Remote LCD support added to the x11 simulator, take 1. The win32 simulatorDaniel Stenberg4-4/+24
2005-05-23if __CONFIG_H__ is defined, don't include config.hDaniel Stenberg1-0/+4
2005-05-22Better pitch handling.Jens Arnold2-10/+25
2005-05-22Ondio: Fix multivolume and hotswap for the old MMC clock circuit.Jens Arnold3-11/+10
2005-05-20Added system_reboot() for iRiverLinus Nielsen Feltzing1-1/+13
2005-05-17(1) Early USB detection on boot, before trying to mount the partitions. Clean...Jens Arnold2-0/+33
2005-05-16Hotswap: Better placement for switching the MMC monitor off/on.Jens Arnold3-7/+8
2005-05-16Hotswap: Avoid mount race at startup and after returning from USB mode.Jens Arnold3-20/+41
2005-05-14Some code cleanup.Jens Arnold1-20/+10
2005-05-13Fix simulator and iriver builds.Jens Arnold1-0/+5
2005-05-13(1) Wait for the MAS to run out of buffered data on fade out. Fixes bug #7789...Jens Arnold2-0/+14
2005-05-10This should (hopefully) fix the long-standing RLD problem once and for all.Jens Arnold1-4/+4
2005-05-08Removed unused variable.Jens Arnold1-1/+0
2005-05-08undo >.>;Michiel Van Der Kolk1-1/+0
2005-05-08Argh! this is driving meh crazy.Michiel Van Der Kolk1-0/+1
2005-05-08Disabled unused constants.Jens Arnold1-0/+2
2005-05-08More dead code...Jens Arnold2-8/+3
2005-05-08Removed more dead code; bugfix for cursor display in player simulator.Jens Arnold2-8/+6
2005-05-08More dead code...Jens Arnold2-14/+14
2005-05-07Fixed makefiles for autoconf.g include.Daniel Stenberg3-12/+11
2005-05-07Moved unrelated stuff from i2c the driver to appropriate places. Minor optimi...Jens Arnold3-17/+19
2005-05-07Unused variable.Jens Arnold1-2/+0
2005-05-07Bugfix: debug_fm_detection was defined twice. Removed it, since it only had a...Jens Arnold1-4/+1
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