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