summaryrefslogtreecommitdiffstats
path: root/firmware/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-12-25Fix warnings on logf buildMichael Chicoine1-2/+2
2009-12-25Merry Christmas Gogear HDD6330 owners! This is the start of the HDD6330 port....Mark Arigo1-1/+1
2009-12-22Fix FM radio on VX777 (by Giovanni Zilli)Maurus Cuelenaere1-1/+1
2009-12-18Onda VX747/VX777: fix FM radioMaurus Cuelenaere1-1/+1
2009-12-12M:Robe 500: Fix FIQ's and make the audio DMA a FIQ, simplify the ADC code and...Karl Kurbjun1-16/+3
2009-12-04FS#10711 by Martin Ritter fixes handling of the 'First Keypress Enables Backl...Nils Wallménius1-1/+1
2009-12-03si4700: revert r22641Rafaël Carré1-1/+1
2009-12-01Add support for the ipod FM remote to the 4G, Color, 5G, nano 1G with RDSLaurent Gautier1-0/+444
2009-11-29Reduce bin size of diacritic characters databaseTomer Shalev1-309/+162
2009-11-28Diacritic display enhancementsTomer Shalev2-318/+325
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-26Merge branch 'hotswap'Maurus Cuelenaere1-2/+12
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 Shalev2-11/+464
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-22lcd-bitmap-common.c: Change calculation of the horizontal position in lcd_put...Teruaki Kawashima1-4/+2
2009-11-09Fix Free and Disk size display when SECTOR_SIZE!=512Frank Gevaerts1-2/+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 Kurbjun7-166/+1089
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-03Comment out LOGF_ENABLE defines everywhere, replace evil commentsJeffrey Goode5-5/+5
2009-11-03Improvements to mini2440 audio; change CPU freq to 406MHzBob Cousins1-1/+0
2009-11-02M:Robe 500/M66591 USB improvements: Interrupts now work, a bug in odd-length ...Karl Kurbjun1-64/+124
2009-11-01Improvements to mini2440/UDA1341 audioBob Cousins1-7/+69
2009-10-31Remove svn:executable from firmwareMichael Chicoine1-0/+0
2009-10-26Many more drivers for mini2440. Now the main binary compiles and runs.Dominik Wenger1-0/+184
2009-10-26Save one branch for archs without conditional execution (e.g. coldfire).Jens Arnold1-3/+2
2009-10-26Make current_vp static and importings from Gigabeat F/X/S lcd drivers as they...Thomas Martitz1-6/+0
2009-10-26Color targets: Ported assembler optimised transparent bitmap drawing from Gig...Jens Arnold1-39/+80
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz3-61/+0
2009-10-20Use strlcpy instead of a memset&strcpy combo. Guarantees \0-terminaltion and ...Thomas Martitz1-2/+1
2009-10-19Fix a scrolling bug with centered drawing and too long lines.Thomas Martitz1-0/+2
2009-10-17Revise r23225 a bit, removing the debug_printf function and implementing more...Nils Wallménius2-1/+27
2009-10-15Touchscreen support for newer Cowon D2+ hardware revisions (using TSC200x tou...Rob Purchase1-0/+64
2009-10-12Replace a couple of magic numbers with the appropriate constants.Rob Purchase1-4/+4
2009-10-12Fix FS#10670 - The first letter of a scrolling line starts to appear at the endTomer Shalev1-7/+13
2009-10-12LCD scrolling - reduce one 'if' nesting levelTomer Shalev1-34/+34
2009-10-12LCD scrolling - fix a typoTomer Shalev1-1/+1
2009-10-11D2: Reduce binsize a bit by using arrays for the PMU initialisation.Rob Purchase2-57/+91
2009-10-11Revert r23021, since it broke non-RTL scrolling. RTL scrolling still needs fi...Tomer Shalev1-0/+1
2009-10-11RTL: Cosmetic changes, no functional change - Rename constantsTomer Shalev1-1/+1
2009-10-11D2: The RTC chip needs to be runtime detected.Rob Purchase1-0/+87
2009-10-11Add a center flag, next to the rtl flag, for viewports. That results in any t...Thomas Martitz1-2/+7
2009-10-11Forgot to add 22kHzKarl Kurbjun1-0/+3
2009-10-11M:Robe 500: Add support for more audio frequencies, initialize and set the to...Karl Kurbjun1-1/+19