summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-06-20FS#11418 by Peter Lecky: Slovak language updateMichael Chicoine1-0/+14
2010-06-20Revert r26937 (as3525v2: use 248MHz PLL)Rafaël Carré1-5/+6
2010-06-19Add error messages to a few more failure cases to beastpatcher.Dominik Riebeling1-1/+10
2010-06-19as3525v2-usb: fix yellow about unused functions (they can be resurrected from...Amaury Pouly1-73/+2
2010-06-19iPod Nano 1G - Build with EABI.Karl Kurbjun1-1/+1
2010-06-19as3525v2-usb: remove useless macroAmaury Pouly1-3/+0
2010-06-19as3525v2-usb: end of massive renamingAmaury Pouly2-174/+190
2010-06-19as3525v2-usb: major code renamingAmaury Pouly2-434/+488
2010-06-19as2525v2-usb: coherence fixAmaury Pouly1-2/+2
2010-06-19as3525v2-usb: simplify register definitionsAmaury Pouly1-49/+53
2010-06-19as3525v2-usb: tweaks things but still doesn't work.Amaury Pouly2-44/+108
2010-06-19as3525v2-usb: rework thing, simplifyAmaury Pouly2-154/+126
2010-06-19as3525v2-usb: reorganize thing, don't renable ep0 on enum because it's alread...Amaury Pouly1-50/+50
2010-06-19as3525v2-usb: don't disable interrupts on bus reset (that was for debug purpose)Amaury Pouly1-2/+0
2010-06-19iPod 3G: Add a small check to ensure backlight never gets stuck off if wheel ...Michael Sevakis1-0/+3
2010-06-19iPod Mini 1G - Build with EABI.Karl Kurbjun1-1/+1
2010-06-19iPod 3G: Implement wheel acceleration and repeats. Chosen settings feel prett...Michael Sevakis2-7/+140
2010-06-19bininstall: works for PREFIX directories with spacesRafaël Carré1-1/+1
2010-06-19Theme Editor: Fixed typo that broke compileRobert Bieber1-1/+1
2010-06-19make bininstall rule depend on the binaryRafaël Carré1-1/+1
2010-06-19new bininstall rule to install rockbox binary onlyRafaël Carré1-0/+4
2010-06-19don't parse features.txt when not neededRafaël Carré1-12/+6
2010-06-19minesweeper: bugfixes / code improvementsRafaël Carré1-40/+33
2010-06-19make clean: delete lib/ directoryRafaël Carré1-1/+1
2010-06-19fix r26953: use physical address for DMA buffer, also for IRAMRafaël Carré3-2/+6
2010-06-19sd-as3525*: handle aligned transfers without memcpy()Rafaël Carré3-12/+49
2010-06-19FS#11417 by Joe Balough: fix audio/tuner on philips hdd6330Rafaël Carré4-3/+4
2010-06-19Of course there's no mdelay on c200(v1), so just use udelayTobias Diedrich1-11/+10
2010-06-19Include system-target.h for mdelayTobias Diedrich1-0/+1
2010-06-19Use mdelayTobias Diedrich1-18/+10
2010-06-19Add mdelayTobias Diedrich2-14/+12
2010-06-19Comment on mps sizesTobias Diedrich1-0/+8
2010-06-19usb-drv-as3525: set bulk max packet size according to speedRafaël Carré1-10/+3
2010-06-18ACTION_FM_QUICKSCREEN is unusedRafaël Carré18-21/+0
2010-06-18clip recording keymap changes, thanks to dfktRafaël Carré2-14/+12
2010-06-18Build iPod 1st/2nd Gen with EABI (main build and bootloader verified working).Jens Arnold1-1/+1
2010-06-18radio keymap: enable fuze/clip buttonsRafaël Carré1-1/+3
2010-06-18Theme Editor: Working on rendering viewports, display will now show %V(...) v...Robert Bieber11-6/+317
2010-06-18With a max delay of 17 seconds before overflow happens limiting to unsigned s...Tobias Diedrich2-2/+3
2010-06-18clip+ keymap: revert r26396Rafaël Carré2-6/+2
2010-06-18as3525v2: use 248MHz PLL (reverse engineered by bertrik)Rafaël Carré1-6/+5
2010-06-18as3525: cache first read of enrd0 registerRafaël Carré1-1/+2
2010-06-18Log filesystem free value to system trace.Dominik Riebeling1-0/+1
2010-06-18as3525*: make udelay() be a simple busy loopRafaël Carré3-64/+22
2010-06-18Rockbox Utility translation updates.Dominik Riebeling16-1349/+1136
2010-06-18Make System and Utils class based on QObject.Dominik Riebeling4-11/+15
2010-06-18as3525v2: document PLL bits and show current PLL frequency in the debug menuBertrik Sikken2-4/+27
2010-06-18arm/crt0.S: comment why the reset vector doesn't use absolute addressingRafaël Carré1-0/+7
2010-06-18fix endif wrongly removed (should have been moved) in r26927Rafaël Carré1-0/+1
2010-06-18as3525*: enable USB stack in bootloader (but not USE_ROCKBOX_USB yet)Rafaël Carré8-45/+16