summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2008-10-12Commit FS#9467 - initial work on port to Sansa Clip by Rafaël Carré and Fra...Dave Chapman15-2/+1284
2008-10-12Bootloaders don't need special handling in sys_poweroff() for recording targets.Jens Arnold1-1/+1
2008-10-11remove dead code from firmware/target/arm/crt0.S, and conditionalise bits of itFrank Gevaerts2-18/+3
2008-10-11Move the S5L8700 (Meizu) crt0.S file up one level - it can be used as a gener...Dave Chapman2-2/+0
2008-10-10Moved id3.c, mpeg.c and replaygain.c from firmware/ to apps/. This is the fir...Björn Stenberg4-4685/+0
2008-10-08New recording setting to configure how mono recordings are made. Previously, ...Peter D'Hoye3-3/+8
2008-10-07lcd now shows things on the old-style Meizu M3.Frank Gevaerts1-17/+102
2008-10-07Forgot one ...Maurus Cuelenaere1-22/+22
2008-10-07Fix TABs and get rid of HAVE_BUTTON_HOLDMaurus Cuelenaere7-26/+15
2008-10-07add HAVE_DISK_STORAGE, and use that instead of HAVE_FLASH_STORAGE when checki...Frank Gevaerts31-3/+115
2008-10-07Correct HAS_BUTTON_HOLDMaurus Cuelenaere6-5/+7
2008-10-07FS#9139 - support for ver 1.1 scrobbler log files. Upload any old files first...Robert Keevil2-0/+31
2008-10-07IAUDIO67_PAD: Add keymaps for most of the plugins, they are not all tested yet.Vitja Makarov1-0/+1
2008-10-07Fill some ata_identify fields, e.g model name, firmware, block countVitja Makarov1-5/+42
2008-10-05LCD driver for meizu M3, new type (older M3s are not yet supported)Frank Gevaerts1-22/+105
2008-10-05set output format correctlyFrank Gevaerts1-2/+2
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