summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-11pcm-s5l8700: add missing header file, remove out-of-date commentBertrik Sikken1-1/+1
2009-11-11Comstify a function pointer arrayNils Wallménius1-2/+2
2009-11-09Fix Free and Disk size display when SECTOR_SIZE!=512Frank Gevaerts1-2/+2
2009-11-09Fix mpegplayer on S5L870xMichael Sparmann1-11/+28
2009-11-09Removed unneeded includesJeffrey Goode1-1/+0
2009-11-09M:Robe 500 - Enable ASM optimized ATA interface improving disk access speed.Karl Kurbjun3-0/+16
2009-11-08Squash another bunch of iPod Nano 2G NAND bugs by moving the idle powerdown c...Michael Sparmann4-112/+129
2009-11-08FS#10338: Add "use morse input " entry to settings menuTeruaki Kawashima34-4/+101
2009-11-07M:Robe 500: Disable LED above screen and add a change for the 256 color blitterKarl Kurbjun1-3/+12
2009-11-07M:Robe 500 - Add some more debug information.Karl Kurbjun1-33/+130
2009-11-07sd.h: No functional changes to present code. Added some additional SD CMD's...Jack Halpin1-28/+50
2009-11-07Meizu M6SP: initial button driver (adapted from Meizu M3)Bertrik Sikken2-10/+79
2009-11-07Everything passed - disable viewport clipping.Karl Kurbjun1-2/+0
2009-11-07Just a test to make sure all targets build with viewport clipping enabled - w...Karl Kurbjun1-0/+2
2009-11-07Fix RedKarl Kurbjun1-0/+1
2009-11-07Fix two width calculationsKarl Kurbjun2-4/+2
2009-11-07Add optional viewport clipping, can be enabled with HAVE_VIEWPORT_CLIP. A si...Karl Kurbjun8-166/+1092
2009-11-07Introduce new config header 'config-sim.h' that takes care of undefining thin...Nils Wallménius58-236/+87
2009-11-06Meizu M6SP: initialise and use SDRAMBertrik Sikken2-5/+66
2009-11-05Fix same bug as in r23531 in two more drivers (wrong masking of wday)Nils Wallménius2-2/+2
2009-11-05RTC read of ds1339 of ds3231 weekday Robert Kukla1-1/+1
2009-11-04Fix FS#10751 - Fuze freezes when using radio while chargingMichael Chicoine1-1/+10
2009-11-03Simplify uart_printf() a bit by using vuprintf(), that also makes removing a ...Thomas Martitz1-19/+15