summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2011-12-15Simplify and neaten-up usb.c a bit. USB_INSERTED and USB_EXTRACTED are always...Michael Sevakis6-104/+83
2011-12-14FS#12378 : Remove various unused code, and comment out some unused code and d...Boris Gjenero4-19/+4
2011-12-14Clipv2: fix buttons broken by me in r31235Rafaël Carré1-7/+7
2011-12-14Sansa AMSv2: don't panic if microsd init failedRafaël Carré1-7/+3
2011-12-14usb-drv-as3525v2: make it look more like usb-s3c6400Rafaël Carré1-48/+58
2011-12-14Sansa AMSv2: enable usb storage in bootloaderRafaël Carré2-2/+2
2011-12-14usb-s3c6400: fix confusion between USB_DIR_IN and DIR_INRafaël Carré1-2/+3
2011-12-14Allow scrolling lines to have their content changed without restarting the sc...Jonathan Gordon1-18/+51
2011-12-14Fix FS#12237 (caused by r30302) where centered skin text isnt eqactly centeredJonathan Gordon2-2/+15
2011-12-14Fix the real issue with AMS bootloader USB mode. A call to usb_enable was mis...Michael Sevakis1-6/+15
2011-12-14usb-drv-as3525v2: cosmeticsRafaël Carré1-5/+5
2011-12-14usb-drv-as3525v2: simplify usb_reset isrRafaël Carré1-51/+21
2011-12-14usb-s3c6400: make isr more clearRafaël Carré1-26/+25
2011-12-14usb-s3c6400: fix more index / endpoint number confusionRafaël Carré1-5/+5
2011-12-13Sansa Clip: simplify matrix key scanRafaël Carré4-288/+84
2011-12-13imx233: add comment about block resetAmaury Pouly2-7/+8
2011-12-13usb-s3c6400: fix endpoint array traversal in interrupt handlerRafaël Carré1-1/+2
2011-12-13usb-drv-as3525v2.c: simplifyRafaël Carré1-122/+50
2011-12-13usb-drv-as3525v2.c: simplify a lotRafaël Carré3-415/+170
2011-12-13fix redRafaël Carré1-1/+1
2011-12-13usb-s3c6400 : simplifyRafaël Carré2-120/+83
2011-12-13usb-drv-as3525v2: use correct input endpoint list sizeRafaël Carré1-4/+1
2011-12-13fix previous commitRafaël Carré1-6/+6
2011-12-13AMSv2: enable USBRafaël Carré4-8/+4
2011-12-13usb-drv-as3525v2: don't include ep0 twice in the IN ep listRafaël Carré1-16/+11
2011-12-13usb-s3c6400: merge DIEP* and DOEP* in a macro with an extra parameterRafaël Carré3-150/+99
2011-12-13s5l870x: use usb-s3c6400 definesRafaël Carré2-2/+2
2011-12-13usb-s3c6400x.c: use defines instead of hardcoded bitfieldsRafaël Carré1-71/+69
2011-12-13usb-drv-as3525v2.c: cosmeticsRafaël Carré1-4/+4
2011-12-13Move usb-s3c6400 register comments to usb-s3c6400.hRafaël Carré5-572/+346
2011-12-12Deal with a complication when transferring recording method from PP5024: sinc...Michael Sevakis5-42/+53
2011-12-11RDA5802 tuner: use channel spacing of 100 kHz when possible (instead of alway...Bertrik Sikken1-6/+11
2011-12-10thread.c includes gcc_extensions.h and thread-XXX.c files are includes inside...Michael Sevakis6-11/+0
2011-12-10AMS(v2): fix system_reboot by re-enabling the internal ROM clock just before ...Bertrik Sikken2-1/+5
2011-12-09lcd_blit_yuv(): don't use weak attribute when building for windowsRafaël Carré1-5/+14
2011-12-09Add labels for calculating RAM usage on tms320dm320 targets. Thanks to Rafaë...Boris Gjenero1-0/+2
2011-12-09Nokia N900: Increase the number of samples for the software mixerThomas Jarosch1-1/+5
2011-12-09Nokia N900: Implement pcm_play_lock() / pcm_play_unlock()Thomas Jarosch1-0/+26
2011-12-09Convert remaining __attribute__((noreturn)) to NORETURN_ATTR.Boris Gjenero3-4/+4
2011-12-09Introduce USED_ATTR wrapper for __attribute__((used)).Boris Gjenero11-10/+35
2011-12-09Add STORAGE_INIT_ATTR to some target-specific ATA functions.Boris Gjenero1-2/+6
2011-12-08Move the PCMREC_E/W_* defines back to pcm_record.h because they're part of th...Michael Sevakis1-19/+0
2011-12-08FS#12418 - Merge prototypes from ata-target.h files into new file ata-driver....Boris Gjenero25-82/+98
2011-12-08Fix sim errors in r31180.Michael Sevakis1-6/+5
2011-12-08AS3525v1/v2:Michael Sevakis15-207/+267
2011-12-06Fix FS#12423 : Rockbox access to /.rockbox/fonts after usb_enable(true). This...Boris Gjenero1-5/+0
2011-12-05Use a macro for aligning PCM chunks instead of explictly coding it each time.Michael Sevakis3-20/+13
2011-12-05Try $RBROOT before $HOME when looking for the sdl apps rockbox root dirJonathan Gordon1-2/+8
2011-12-05Sansa Connect: Revise codec initialization/shutdown.Tomasz Moń6-60/+206
2011-12-04Don't define str(n,i)cmp(i): we don't use thoseRafaël Carré1-14/+0