summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2005-01-12Rombox now properly uses all available DRAM for 8 MB builds.Jens Arnold1-5/+17
2005-01-12New channel configuration setting, allowing fine-grained control of the stere...Jens Arnold2-99/+117
2005-01-10Jean-Philippe Bernardy: minor correctionDaniel Stenberg1-3/+3
2005-01-10Now define the exact LCD controller in use.Daniel Stenberg8-0/+16
2005-01-10Jean-Philippe Bernardy: TCC730 adjustmentsDaniel Stenberg1-5/+46
2005-01-10Jean-Philippe Bernardy: fixed to use long for 32 bit valuesDaniel Stenberg1-10/+10
2005-01-10gmini adjustments, with a new CONFIG_LCD setup being preparedDaniel Stenberg2-6/+24
2005-01-10Jean-Philippe Bernardy: gmini100 keypad supportDaniel Stenberg1-15/+38
2005-01-10Jean-Philippe Bernardy: removed bad emu_debugf() callDaniel Stenberg1-1/+0
2005-01-10Jean-Philippe Bernardy: gmini supportDaniel Stenberg1-1/+102
2005-01-10Jean-Philippe Bernardy: C versions of memset() and memcpy() for archs withDaniel Stenberg2-0/+22
2005-01-10Reverted latest change due to compiler warning. led() doesn't do anythingDaniel Stenberg1-1/+1
2005-01-09don't include the types, we use plain C variable typesDaniel Stenberg1-2/+0
2005-01-09Jean-Philippe Bernardy: ADC support for TCC730Daniel Stenberg1-0/+47
2005-01-09Jean-Philippe Bernardy: only flash with LED if there is a led available!Daniel Stenberg1-1/+1
2005-01-09Jean-Philippe Bernardy: ported to gmini120Daniel Stenberg1-0/+51
2005-01-09Jean-Philippe Bernardy: TCC730 support addedDaniel Stenberg1-0/+3
2005-01-09Jean-Philippe Bernardy: gmini keypad addedDaniel Stenberg1-1/+10
2005-01-09Jean-Philippe Bernardy: calmrisc header file (gmini work)Daniel Stenberg1-0/+62
2005-01-09Use the register shadow variable in all places.Jens Arnold2-4/+6
2005-01-05Fixed some warnings.Jens Arnold1-1/+6
2005-01-05unmount function in preparation for MMC hotswap, more mutexingJörg Hohensohn2-1/+35
2005-01-04Multivolume: prevent file rename attempts across volumes.Jens Arnold1-6/+11
2005-01-04modify fat cache entries atomic, this was potentially unsafeJörg Hohensohn1-12/+24
2005-01-04Early and basic gmini 120 config. Needs attention and corrections.Daniel Stenberg2-0/+32
2005-01-03select the card within the mutex, seems more safeJörg Hohensohn1-9/+17
2005-01-03using a pointer instead of array dereferencing saves ~250 bytesJörg Hohensohn1-20/+20
2005-01-03Correct handling of FAT16 root directory when it does not start on a pseudo c...Jens Arnold2-86/+46
2005-01-01finally: multivolume for Ondio officially enabled (use MMC and internal 128MB...Jörg Hohensohn2-0/+6
2005-01-01volume names look better in sharp brackets, code slightly more compactJörg Hohensohn1-5/+7
2004-12-29cosmetic: use the IF_MV2() macro for optional argumentsJörg Hohensohn1-7/+2
2004-12-29behave for multi-volumeJörg Hohensohn1-2/+8
2004-12-29Shared mounting code, also more general. It will mount multiple HD partitions...Jörg Hohensohn3-33/+54
2004-12-28killed a warning for boxes not supporting FAT16Jörg Hohensohn1-4/+4
2004-12-28prepared to mount multiple partitions into one logical file system (most usef...Jörg Hohensohn13-320/+1291
2004-12-24different kind of recording beep: more faint, but not disturbing prerecording...Jörg Hohensohn2-7/+7
2004-12-22Removed duplicate instructionJens Arnold1-1/+0
2004-12-21aid for blind recorders: longer beep when starting a recording, short beep wh...Jörg Hohensohn2-7/+24
2004-12-20Proper ATA and SDRAM initializationLinus Nielsen Feltzing1-4/+19
2004-12-20Oops! Wrong polarity in ide_powered() for iRiverLinus Nielsen Feltzing1-1/+1
2004-12-20iRiver has hard drive poweroffLinus Nielsen Feltzing1-0/+3
2004-12-20Added power functions for iRiver H1xxLinus Nielsen Feltzing1-3/+36
2004-12-18multiple choice configuration CONFIG_BACKLIGHT instead of HAVE_BACKLIGHT, all...Jörg Hohensohn7-25/+29
2004-12-16Unconditionally drive HD power control pin for player (doesn't hurt even for ...Jens Arnold1-22/+12
2004-12-01The debug output now reports the correct mpeg layerLinus Nielsen Feltzing1-2/+2
2004-12-01Button driver overhaul: (1) Unified the button driver functions as much as po...Jens Arnold4-305/+173
2004-11-30Properly initialize Port A button input pins (player coldstart)Jens Arnold1-1/+5
2004-11-25Remote control working againJens Arnold1-1/+1
2004-11-24Adjusted version criteria for newplayer check according to latest findingsJens Arnold1-1/+3
2004-11-23Retry initializing the harddisk with hard reset in case the first try fails. ...Jens Arnold1-29/+40