summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm
AgeCommit message (Expand)AuthorFilesLines
2006-12-20Combine USB code for all PortalPlayer targets since they most likely all use ...Barry Wardell8-307/+174
2006-12-19Convert queues to use intptr_t for event data and return values as most of th...Michael Sevakis3-3/+3
2006-12-19Add working dual-boot bootloaders for H10 and Sansa, which allow booting the ...Barry Wardell2-106/+208
2006-12-18Add support for Sansa scrollwheel backlight. Turn light on when scrollwheel i...Barry Wardell1-1/+32
2006-12-18Hardcode a value for the battery level until we figure out the power manageme...Barry Wardell1-1/+5
2006-12-18Fix more warnings. Don't compile PortalPlayer pcm code in bootloader builds.Barry Wardell1-1/+1
2006-12-18Fix more compile errors/warnings.Barry Wardell2-1/+7
2006-12-18Fix some warnings from previous commit.Barry Wardell2-2/+2
2006-12-18FS#6096. Recording on PortalPlayer targets (H10, iPod Video, iPod 4g, iPod Co...Barry Wardell2-0/+662
2006-12-17I2S_MASTER is bit 25, not 0x25Barry Wardell1-1/+1
2006-12-16Add support for scroll wheel to Sansa button driver. Should be replaced with ...Barry Wardell1-1/+61
2006-12-10Improved charger detection for SansaDaniel Ankers1-0/+5
2006-12-10Charger detection for SansaDaniel Ankers1-0/+10
2006-12-09Move I2S initialisation out of the Wolfson codec driverDaniel Ankers1-0/+1
2006-12-09Move I2S initialisation out of the Wolfson codec driverDaniel Ankers2-53/+96
2006-12-06first step in audio driver unification: renaming the functions to audio_*Marcoen Hirschberg2-2/+2
2006-12-05Recent fix "Prevent the click of death when connecting an ipod to usb." is us...Barry Wardell1-0/+2
2006-12-03Completed target tree move of the ata driver code. Some code cleanup.Jens Arnold2-4/+0
2006-11-29Prevent the click of death when connecting an ipod to usb.Miika Pekkarinen1-0/+3
2006-11-25Allow GPIO debug screen on Sansa. Also remove a warning from the NAND driverDaniel Ankers1-1/+0
2006-11-25Remove some development codeDaniel Ankers1-5/+1
2006-11-25ATA callback support for SansaDaniel Ankers1-23/+47
2006-11-24Detect USB inserted on SansaDaniel Ankers1-0/+3
2006-11-22Sansa doesn't use a Wolfson codec. Various other changes to allow Sansa to c...Daniel Ankers2-5/+71
2006-11-22Add several dummy functions to allow Sansa to build correctlyDaniel Ankers5-2/+137
2006-11-21Initial NAND driver for Sansa. This has had limited testing, and no testing ...Daniel Ankers2-68/+600
2006-11-12Split 1 bit LCD code and move appropriate parts to target tree. Only archos c...Jens Arnold1-0/+208
2006-11-11Improved power management (FS#3001). Shutdown rockbox when the battery gets t...Barry Wardell1-0/+6
2006-11-10Forgot to add new files for iFP move to target tree.Tomasz Malesinski9-0/+401
2006-11-08put back the PP5002 specific ATA code that got lost during the ipod target tr...Marcoen Hirschberg1-0/+51
2006-11-05implement the gigabeat backlight driverMarcoen Hirschberg2-4/+40
2006-10-27cleanup ata.c a bit by moving portalplayer defines to target_tree and removin...Marcoen Hirschberg1-0/+50
2006-10-27Renamed the ipod_i2c functions to the more appropriate pp_i2cDaniel Stenberg1-9/+9
2006-10-27kill two gigabeat warningsDaniel Stenberg2-0/+23
2006-10-20generalise the wolfson codec code a bitMarcoen Hirschberg2-0/+217
2006-10-16Big Sansa update: Go back to using the common crt0-pp.S. Add LCD driver. A...Daniel Ankers4-97/+384
2006-10-16Fix a stupid bug (thanks to Frieder Ferlemann.) Get rid of MS-DOS line endings.Daniel Ankers1-1/+1
2006-10-14Untested first attempt at a Sansa button driver. Based on work by MrHDaniel Ankers1-4/+4
2006-10-14Untested first attempt at a Sansa button driver. Based on work by MrHDaniel Ankers2-3/+132
2006-10-11Oops: Sansa and H10 need crt0 included in the bootloaderDaniel Ankers1-0/+92
2006-10-07Move iPod headphone detection into target tree (FS#6131 by Robert Keevil) and...Daniel Ankers3-0/+15
2006-10-05Move all iPod targets into the target tree. FS#5890Barry Wardell14-0/+1241
2006-10-02Enable ATA poweroff option on H10 for a nice increase in battery life.Barry Wardell1-4/+6
2006-09-29Add support for H10 remote. Remote buttons have the same keymappings as their...Barry Wardell4-10/+59
2006-09-29add the I2C driver for the GigabeatMarcoen Hirschberg1-0/+121
2006-09-29add the ADC driver for the GigabeatMarcoen Hirschberg1-0/+78
2006-09-28Apply Mike Sevakis' recent sleep/contrast fixes for the X5 LCD driver to the ...Barry Wardell1-6/+15
2006-09-25Fix "Upside down" behaviour on H10. We need to flip horizontally as well as v...Barry Wardell1-1/+3
2006-09-23Add ADC to I/O ports debug menu on H10. Fix battery level reading empty when ...Barry Wardell1-15/+6
2006-09-20Detect charger connected on H10. No need to sleep(HZ) when powering off.Barry Wardell2-61/+7