summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2009-03-17Make USB on sansas more reliable (FS#10026). Both fixes by Toni HellmannFrank Gevaerts2-1/+2
2009-03-17FS#10018 general pp bootloader: start the OF if loading rockbox fails. Resolv...Nils Wallménius3-3/+0
2009-03-17Update the comment about our changes too.Thomas Martitz1-2/+3
2009-03-17Restore behavior of the original implementation strnatcmp to not ignore leadi...Thomas Martitz1-5/+35
2009-03-17Fix very last yellows.Thomas Martitz2-44/+48
2009-03-17Okay, this should be the last. I'm sorry for the trouble, but now everything ...Thomas Martitz3-5/+5
2009-03-17One more try: Fix remaining reds and yellowsThomas Martitz8-76/+79
2009-03-17Fix reds and yellows (hopefully). Some targets apparently didn't properly #if...Thomas Martitz15-45/+77
2009-03-17The c200 didn't got in for some reason.Thomas Martitz1-2/+2
2009-03-17Rework lcd_enabled and lcd_set/call_enable hookThomas Martitz18-63/+81
2009-03-14SansaAMS: Add a comment to clarifing a bit that the dcache is inactive withou...Thomas Martitz2-1/+22
2009-03-14Philips SA9200 fixes: (1) boost in the bootloader like the e200 and c200, (2)...Mark Arigo3-6/+46
2009-03-13Sansa Fuze Buttons: cleanup slightly, prevent button_counter from wrapping, a...Thomas Martitz1-19/+26
2009-03-12Move powermgmt-target.h up one directory (from as3525/sansa-clip to as3525) i...Bertrik Sikken1-0/+0
2009-03-12Allow mkinfo.pl to read the RAM usage correctly. All other targets define bot...Jens Arnold1-0/+1
2009-03-12Gigabeat S: Implement MDMA and UDMA disk access for bootloader and main binar...Michael Sevakis10-27/+563
2009-03-12Commit the common portion of FS#9708: ATA (IDE) DMA by Boris Gjenero with a c...Michael Sevakis2-51/+208
2009-03-11Make Onda VX767 compile + restructure firmware/SOURCES a bit (wrt Jz4740 spec...Maurus Cuelenaere2-8/+52
2009-03-11Get rid of the last "backlight thread fading" remnant, and of the calculation...Thomas Martitz1-7/+13
2009-03-11Don't swamp the system with broadcast messages that nobody is listening to ye...Frank Gevaerts1-0/+2
2009-03-11Commit FS#9970 by Yoshihisa Uchida: fix building when HAVE_SERIAL & ROCKBOX_H...Maurus Cuelenaere1-1/+1
2009-03-11Sound working with rockbox PCM interface on the M:Robe 500. Doom and Rockboy...Karl Kurbjun10-236/+259
2009-03-10Small comment correctionKarl Kurbjun1-1/+1
2009-03-10More DM320 sound work. Buffers that are smaller, even multiples of DSP_BUFFE...Karl Kurbjun7-200/+239
2009-03-09Add support for Onda VX747 simulator (and yes, it needs a better picture)Maurus Cuelenaere3-9/+10
2009-03-09Move USB_DEVBSS_ATTR & USB_NUM_ENDPOINTS to SoC-specific header.Maurus Cuelenaere3-10/+4
2009-03-09Onda VX747:Maurus Cuelenaere7-87/+83
2009-03-09Make strnatcmp() and strnatcasecmp() call strcmp() or strcasecmp() if strings...Frank Gevaerts1-3/+6
2009-03-09A few tweaks to get USB support compiling again on TCC targets (part of FS#99...Rob Purchase4-1/+12
2009-03-09* Onda VX767: fix some redundant files + add some missing functions for apps/...Maurus Cuelenaere10-95/+163
2009-03-09 * Unify Onda VX747 and VX747+ config filesMaurus Cuelenaere5-180/+36
2009-03-09Gigabeat S: Switch SSI1 and 2 around so that playback can use the shared peri...Michael Sevakis5-92/+77
2009-03-08Allow the user to leave MSC mode by pressing the USB POWER button (the one th...Frank Gevaerts2-5/+17
2009-03-08Optimize hline, fillrect and mono bitmap drawing for chunky displays (16 bit ...Jens Arnold1-53/+140
2009-03-08Ondio SP needed the same fix as Ondio FM. Thanks to Marianne Arnold for point...Magnus Holmgren1-3/+3
2009-03-08Move the multivolume definition to a better place for the Ondio FM to fix the...Magnus Holmgren1-3/+3
2009-03-07Fix FS#9949 - Song not playing, noise instead. Stale code was left from befor...Michael Sevakis1-23/+24
2009-03-07Make Philips SA9200 build againMark Arigo4-17/+61
2009-03-05Use total_sectors in ata_get_info() instead of calculating it all over again....Frank Gevaerts1-2/+1
2009-03-04Cosmetic fix: remove duplicate semicolonsBertrik Sikken5-6/+6
2009-03-03GigabeatFX: Change the way that the LCD copy routine works: Do the copy and t...Karl Kurbjun1-10/+11
2009-03-03Get the volume controls working on the M:Robe 500 along with some minor code ...Karl Kurbjun6-43/+19
2009-03-03Simplify generic_i2c, removing the link between i2c address and i2c interface...Bertrik Sikken4-58/+39
2009-03-02TCC NAND: The BLOCKS_PER_SEGMENT define was actually the number of planes men...Rob Purchase3-72/+91
2009-03-02Make the H10 5GB bootloader able to load the OF again. From FS#9955.Barry Wardell1-0/+4
2009-03-02Make sure that sorting works both for signed and unsigned char (it depends on...Alexander Levin1-9/+19
2009-03-02Make natural sorting work properly with cyrillic chars: they should be placed...Alexander Levin1-8/+8
2009-03-02Split HAVE_SCROLLWHEEL into HAVE_SCROLLWHEEL and HAVE_WHEEL_ACCELERATION, whe...Thomas Martitz13-3/+25
2009-03-02Forgot to #define HAVE_SPEAKER..Maurus Cuelenaere1-0/+3
2009-03-02Onda VX747:Maurus Cuelenaere2-0/+40