summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2008-10-03implement usb_drv_release_endpoint() and usb_drv_request_endpoint() (a.k.a. f...Frank Gevaerts1-781/+806
2008-10-03disable logf againFrank Gevaerts2-2/+2
2008-10-03reorganise the USB stack a bit to allow for easier integration of non-ARC con...Frank Gevaerts12-99/+185
2008-10-03fix yellow. Don't do the spindown/usb things in the bootloaderFrank Gevaerts1-6/+6
2008-10-03Correct test to avoid drawing outside display, fixes a problem in sim with sp...Nils Wallménius1-1/+1
2008-10-02Accept FS#8943, allow disk spindown during USB connection for software usbFrank Gevaerts1-3/+28
2008-10-02Change the MODEL_NUMBER for various new ports so that it is unique again.Dave Chapman7-7/+9
2008-09-30Fix samplerate setting for mini 1g/2gPeter D'Hoye1-2/+2
2008-09-29More samplerates for playback for ipod 1g/2g, and fix the ipod mini 1g/2g whi...Peter D'Hoye2-5/+35
2008-09-29Codepolice: the patch I accepted contained some tabs. OopsPeter D'Hoye2-38/+38
2008-09-28Accept FS #9394 by Christian Lees and extend it to all PP targets with a WM87...Peter D'Hoye9-9/+77
2008-09-26Add the shutdown routine necessary when bootloader is flashed. Normal build/...Karl Kurbjun1-1/+12
2008-09-26More Gigabeat F flash work. This sets the bootloader up for dual boot functi...Karl Kurbjun1-55/+65
2008-09-25Make a local function static.Jens Arnold1-4/+4
2008-09-24Limit the buil-in font to ASCII for bootloaders.Jens Arnold1-2/+9
2008-09-24Fix red.Jens Arnold1-1/+1
2008-09-24Repair bootbox on the archoses (that bug went undetected for >2.5 years), and...Jens Arnold1-14/+1
2008-09-23Bootloaders don't need idle callbacks.Jens Arnold1-1/+2
2008-09-23Disable the whole loadable font code including font caching for bootloaders/ ...Jens Arnold1-24/+71
2008-09-23Disable bidirectional text handling and arabic joining in the bootloaders in ...Jens Arnold2-5/+19
2008-09-22Correct version of memory sizes in config-logikdax.h (previous values were ju...Dave Chapman1-2/+2
2008-09-22Add some missed bits + change MODE to TMODEVitja Makarov2-2/+4
2008-09-22Trivial changes to make the main Rockbox builds for the Sansa m200 and Logik ...Dave Chapman8-18/+132
2008-09-22Prepare for usb-telechips testingVitja Makarov2-2/+17
2008-09-21Define the various CPUFREQ_* macros so that Gigabeat S compiles with test_cod...Jens Arnold1-2/+7
2008-09-19Some more size optimisations, giving a tiny write speedup as well.Jens Arnold1-13/+5
2008-09-19Change the way send_cmd() returns data to make it cleaner and save binsize. A...Jens Arnold1-83/+60
2008-09-19Fix ata2501 serial readingVitja Makarov1-27/+14
2008-09-18M3 (and probably non-sl M6) code gets loaded at 0x22020000 by dfuFrank Gevaerts1-2/+10
2008-09-17add Meizu M6SP and M3 portsMarcoen Hirschberg12-1/+883
2008-09-17Onda VX747:Maurus Cuelenaere6-128/+151
2008-09-17Further MMC driver touchup: * Save a tiny amount of power by not enabling the...Jens Arnold1-42/+36
2008-09-17set svn propertiesFrank Gevaerts3-3/+3
2008-09-17annotate init sequenceFrank Gevaerts1-43/+48
2008-09-16Fix wrong #endif placement.Jens Arnold1-2/+2
2008-09-16Make Ondio builds without multivolume and hotswap support compile again (only...Jens Arnold1-1/+1
2008-09-16add s6d0154 register definitions, and flesh out lcd_init_device()Frank Gevaerts2-1/+158
2008-09-16Now reads the LCD controller ID succesfully and flashes it using the backlightFrank Gevaerts1-0/+104
2008-09-16fix off-by-one error when reading spi dataFrank Gevaerts1-1/+1
2008-09-16Commit fs#9404 (iAudio 7 updates by vitja). Also fixes play/pause behaviour o...Rob Purchase8-27/+45
2008-09-15Fix error handling in multiple block read and multiple block write state. Whe...Jens Arnold1-8/+13
2008-09-15Revert v18522 for firmware/backlight.c, it breaks a couple of bootloadersBertrik Sikken1-0/+1
2008-09-15Fix some more #includesBertrik Sikken3-1/+2
2008-09-15use bitwise operators to manipulate bitsFrank Gevaerts1-3/+3
2008-09-14Implement chasing bitswap for reading. Speeds up reading single 512-byte bloc...Jens Arnold1-57/+54
2008-09-14Simplify & fix the MMC driver. After more than 3 years I found that the MMC s...Jens Arnold4-282/+124
2008-09-14Forgot this..Maurus Cuelenaere1-2/+0
2008-09-14Onda VX747:Maurus Cuelenaere9-228/+212
2008-09-13iPod Video: Fix playback after recording (FS #7402). Implement recording gain...Jens Arnold5-196/+367
2008-09-12Make local function static and add missing #includes for Archos playerBertrik Sikken1-0/+1