summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2009-11-27Jz4740: init I²C GPIO pinsMaurus Cuelenaere1-0/+1
2009-11-26Onda VX747: don't define HAVE_MULTIVOLUMEMaurus Cuelenaere1-1/+0
2009-11-26Move strip_volume() to filefuncs.c and set properties.Maurus Cuelenaere5-1/+86
2009-11-26Use MULTIDRIVE instead of MULTIVOLUME in sd.cFrank Gevaerts1-2/+2
2009-11-26Fix diacritic and save some bin sizeTomer Shalev2-66/+70
2009-11-26Define sd_drive_nr also when HAVE_HOTSWAP is defined (fix red).Maurus Cuelenaere1-1/+1
2009-11-26Forgot fileMaurus Cuelenaere1-0/+52
2009-11-26 - Split off strip_volume() to a separate fileMaurus Cuelenaere5-31/+6
2009-11-26Fix Onda VX767Maurus Cuelenaere1-1/+2
2009-11-26Define HAVE_MULTI{VOLUME,DRIVE} (aka fix red) for Onda VX7x7Maurus Cuelenaere1-0/+2
2009-11-26Merge branch 'hotswap'Maurus Cuelenaere7-124/+281
2009-11-26Remove unused card_detect(), and make card_detect_target() static inline in e...Thomas Martitz7-50/+42
2009-11-26Revert unrelated commitThomas Martitz1-1/+1
2009-11-26Redo a hack that precluded entering a folder on an ejected hotswap drive. Use...Thomas Martitz1-1/+1
2009-11-25Mini2440: Cleanup SD driver a bit, undefine SD_DEBUG for faster transfers, im...Thomas Martitz2-35/+133
2009-11-25Add HAVE_HOTSWAP_STORAGE_AS_MAIN to detect changed binary after re-inserting ...Thomas Martitz1-0/+1
2009-11-25Add missing parentheses to S5L8701 USEC_TIMERMichael Sparmann1-1/+1
2009-11-25Enable wheel acceleration for iPod Nano 2GMichael Sparmann1-0/+3
2009-11-25Fix the S5L8701 µsec timerMichael Sparmann1-3/+3
2009-11-25AMS Sansa: For consistency, replace references to SECTOR_SIZE with SD_BLOCK_...Jack Halpin1-6/+6
2009-11-24Limit character width to 255 pixelsFrank Gevaerts1-3/+7
2009-11-24make lcd_bitmap_char more space efficient. This doesn't seem to impact text d...Frank Gevaerts1-4/+4
2009-11-24FS#10720 - Support for displaying diacritic charactersTomer Shalev5-11/+494
2009-11-24FS#9721 - No error check after writes in ata.cTorne Wuff1-1/+3
2009-11-24FS#10798 - unify ata_read_sectors and ata_write_sectorsTorne Wuff1-195/+74
2009-11-24Sansa AMS : fix recordingRafaël Carré4-24/+70
2009-11-24AMS Sansa: Include time spent yielding when figuring timeout in sd_wait_for_...Jack Halpin1-8/+4
2009-11-24Tatung Elio: a few more buttons identifiedRobert Kukla2-68/+33
2009-11-24Sansa AMS: VIC_INT_ENABLE register is not a maskRafaël Carré6-10/+10
2009-11-24AMS Sansa: Remove MCI_RX_ACTIVE FIFO check following SD transfers.Jack Halpin1-4/+4
2009-11-24AMS Sansa: Remove wait_for_state() following transfer in sd_select_bank() fu...Jack Halpin1-3/+0
2009-11-23Fix FS#10362 (flickering backlight when removing hold) by preventing multiple...Rob Purchase1-3/+4
2009-11-23AMS Sansa: dma-pl081.c: dma_enable_channel() Add step to clear pending inte...Jack Halpin1-30/+36
2009-11-23AMS Sansa: Handle responses to SD Commands so that response crc checking is ...Jack Halpin1-28/+24
2009-11-22lcd-bitmap-common.c: Change calculation of the horizontal position in lcd_put...Teruaki Kawashima1-4/+2
2009-11-22AMS Sansa: Remove a now redundant sd_wait_for_state() and adjust error codes...Jack Halpin1-11/+4
2009-11-22AMS Sansa: Make send_cmd() function a bit less complicated and save ~96 bytes.Jack Halpin1-30/+22
2009-11-21FS#10796 - Clip - prevent power switch activation when coming out of holdMichael Chicoine1-1/+12
2009-11-20Increase stack space for the Gigabeat S specific headphone thread to fix stac...Nils Wallménius1-1/+1
2009-11-20Fix warning on new gcc for checking value or truth of undefined _WIN32 and MIPS.Andrew Mahone1-1/+1
2009-11-16mpeg.h/c cleanupJeffrey Goode1-0/+7
2009-11-16Cleanup audio.h, related functionsJeffrey Goode1-33/+28
2009-11-15Change "r" back to "i" (i is for immediate, so no syntax error) and reclaim a...Thomas Martitz1-3/+3
2009-11-15use the EP_DIR() macro to go from USB_DIR_* to a 0 or 1 valueFrank Gevaerts1-2/+2
2009-11-15Don't use the same completion_event for both directions. This could cause pro...Frank Gevaerts1-3/+3
2009-11-15Fix a few possible problems discovered in -O0 / eabi experiments.Thomas Martitz3-5/+11
2009-11-14Fix dangling #endifAndrew Mahone1-1/+0
2009-11-14Set DRMODE_SOLID, uniform colors, and sysfont before clearing LCD to display ...Andrew Mahone5-5/+35
2009-11-12Fix HAVE_CROSSFADE definition in config to apply only to swcodec targetsJeffrey Goode1-5/+5
2009-11-11Meizu M3: configure and use SDRAMBertrik Sikken3-11/+33