summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2004-11-22Renamed has_new_lcd() to is_new_player(), and got rid of the aliasJens Arnold4-8/+7
2004-11-22iRiver: attempt to set up the SDRAM correctlyLinus Nielsen Feltzing1-4/+31
2004-11-22The player also has MAS poweron reset, handle it.Jens Arnold2-4/+15
2004-11-21Code cleanupJens Arnold2-4/+5
2004-11-20Fixed a warningJens Arnold1-0/+1
2004-11-20Moved player ATA power handling to the correct functionsJens Arnold3-9/+40
2004-11-20Enable building flashed rockbox and rombox for playersJens Arnold1-0/+3
2004-11-20Player: initialize backlight control pin (for coldstart)Jens Arnold1-0/+5
2004-11-20New players: switch on the HD in ata_init()Jens Arnold1-0/+9
2004-11-19Added ADC_UNREG_POWER for the iRiver, for compatibilityLinus Nielsen Feltzing1-0/+1
2004-11-19iRiver: SWAB16 and SWAB32 macrosLinus Nielsen Feltzing1-0/+22
2004-11-18Correct polarity for the iRiver backlight pinLinus Nielsen Feltzing1-2/+2
2004-11-18Added iRiver ADC tick taskLinus Nielsen Feltzing1-0/+15
2004-11-18Added iRiver button handlingLinus Nielsen Feltzing1-5/+119
2004-11-18Added iRiver ADC channel infoLinus Nielsen Feltzing1-0/+11
2004-11-18Added iRiver button codesLinus Nielsen Feltzing1-2/+17
2004-11-18Correct keyboard typeLinus Nielsen Feltzing1-2/+1
2004-11-18Added IRIVER_H100_PADLinus Nielsen Feltzing1-3/+4
2004-11-17Fix: my previous adjustments broke access to external MMC on newer Ondio mode...Jens Arnold1-1/+1
2004-11-17Ondio: adjustments for models with mask bit 2 == 0 (different MMC clock selec...Jens Arnold3-4/+11
2004-11-17Simplified ID3 tag handling, removing the nasty NULL pointer accesses. Correc...Linus Nielsen Feltzing1-106/+62
2004-11-17Bug fix: Do only flush the sector buffer after writing head bytes if it reall...Jens Arnold1-8/+5
2004-11-16iRiver: Now sets the LCD RESET pin correctlyLinus Nielsen Feltzing1-4/+4
2004-11-15The tools are to be built with the native compilerLinus Nielsen Feltzing1-1/+1
2004-11-15Handle invalid playlist entries properly in new_file(). This fixes bug report...Linus Nielsen Feltzing1-1/+12
2004-11-14Increased MMC init timeout (again), and sleep() between consecutive tries.Jens Arnold1-2/+6
2004-11-14Increased init timeout to account for some very slow (SD) cardsJens Arnold1-4/+4
2004-11-11Fixed the player sim. There is no SH1 hardware in the simulator...Jens Arnold1-1/+7
2004-11-11Important step towards player flashing: LCD inits for both new LCD (confirmed...Jens Arnold1-2/+109
2004-11-07Unique error codesJens Arnold1-7/+5
2004-11-07Ondio: Increased PLAY_PENDING thresholds for smooth playback of all bitrates ...Jens Arnold1-0/+5
2004-11-07Player: Slightly shorter MAS poll interval fixes playback of 384 kbps 48 kHz ...Jens Arnold1-11/+4
2004-11-06Wrong typing caused a very skewed random number distributionLinus Nielsen Feltzing1-1/+1
2004-11-06Set the MAS serial bitrate to 1 MBit/s as intended. Fixed comment on frequency.Jens Arnold1-2/+2
2004-11-05new_file() now correctly bails out if all files in the playlist are corrupt. ...Linus Nielsen Feltzing1-4/+4
2004-11-04Removed #include math.hLinus Nielsen Feltzing1-1/+0
2004-11-03Ported to iRiver (unfinished)Linus Nielsen Feltzing1-1/+88
2004-11-02Proper USB detection for iRiverLinus Nielsen Feltzing1-2/+8
2004-11-02Correct handling of unhandled exceptions for coldfireLinus Nielsen Feltzing1-5/+17
2004-11-02Ported to iriverLinus Nielsen Feltzing1-1/+5
2004-11-02Adjusted for iriverLinus Nielsen Feltzing1-2/+2
2004-10-27Coldfire: System tick at 10msLinus Nielsen Feltzing1-1/+48
2004-10-27Coldfire: the timers can only be autovectored, let's put the tick timer at le...Linus Nielsen Feltzing1-2/+2
2004-10-27Let's start with the basic oscillator frequencyLinus Nielsen Feltzing1-0/+3
2004-10-27The timer registers are 16-bitLinus Nielsen Feltzing1-10/+10
2004-10-27Coldfire: set_irq_level() mixed up the in/out registersLinus Nielsen Feltzing1-3/+3
2004-10-26Coldfire: Clear the .bss sectionLinus Nielsen Feltzing1-0/+10
2004-10-26Wrong access mask for LCD and ATA registersLinus Nielsen Feltzing1-2/+2
2004-10-26New LCD driver for iRiver H100Linus Nielsen Feltzing1-0/+915
2004-10-26Ported to iRiver H100Linus Nielsen Feltzing2-1/+54