summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
2009-08-20Enable dircache for targets with 8MB RAM too (AMS Sansas, modded Archoses).Thomas Martitz
2009-08-20fix yellowNils Wallménius
2009-08-20M:Robe 500: Add support for DMA based LCD updates when in Portrait mode. Tes...Karl Kurbjun
2009-08-19fix svn propertiesNils Wallménius
2009-08-19fix more redNils Wallménius
2009-08-19fix redNils Wallménius
2009-08-19Slight cleanup in lcd.h: kill fixme and remove useless include, add some incl...Nils Wallménius
2009-08-19Add const to usb_serial_send() buffer.Frank Gevaerts
2009-08-19Onda's: add touchscreen boot menu for targets without/not much physical butto...Maurus Cuelenaere
2009-08-18h300 has a 16 bits display, not a 2 bits.Rafaël Carré
2009-08-18iaudiox5 has a 16 bits display, not a 2 bits.Rafaël Carré
2009-08-18LCD_DEPTH == 2, vertical packing: specify if lcd framebuffer is in iram into ...Rafaël Carré
2009-08-18LCD_DEPTH == 2, horizontal packing: specify if lcd framebuffer is in iram int...Rafaël Carré
2009-08-18LCD_DEPTH == 2, vertical interleaved : specify if lcd framebuffer is in iram ...Rafaël Carré
2009-08-18LCD_DEPTH == 1 : specify if lcd framebuffer is in iram into the model specifi...Rafaël Carré
2009-08-18it is mildly useful to reset the viewport to the full screen for the panic sc...Jonathan Gordon
2009-08-18M:Robe 500: Increase the max icon size.Karl Kurbjun
2009-08-17Onda VX747: don't enable software volume control in simsMaurus Cuelenaere
2009-08-16* Onda VX747/VX767: fix target_id & MODEL_NUMBERMaurus Cuelenaere
2009-08-16FAT timestamp handling improvements for non-RTC targets:Jens Arnold
2009-08-15Samsung YP-S3: add backlight-target.h for the YP-S3 (contains target specific...Bertrik Sikken
2009-08-15Sansa Clip & m200v4 : calls backlight_hold_changed() when hold button is toggledRafaël Carré
2009-08-14Fix YellowKarl Kurbjun
2009-08-14Hopefully get all of the touchscreen drivers to act the same so release event...Karl Kurbjun
2009-08-14mrobe100: power off HDD (courtesy of lowlight) ~2h extra playtime Robert Kukla
2009-08-13don't treat extremely quick transfers as errorsFrank Gevaerts
2009-08-13LCD bitmap driver code consolidation from FS#4817:Andrew Mahone
2009-08-13M:Robe 500: Forgot one.Karl Kurbjun
2009-08-13M:Robe 500: Put more interrupts in iram, reduce stack usage when ARM/DSP tran...Karl Kurbjun
2009-08-12Limit usb_serial packets to 32 bytes. It's unclear why this is needed, but us...Frank Gevaerts
2009-08-12TCC: Implement ECC error correction for sectors read from NAND. Tested on D2 ...Rob Purchase
2009-08-12D2: Re-enable SD(HC) driver as there have been no further reports of damaged ...Rob Purchase
2009-08-12Fix a wrong memcpy in logf() introduced in r22253Rafaël Carré
2009-08-12Remove dead codeAlexander Levin
2009-08-12Change the function name in strnatsort so that the code doesn't contradict it...Alexander Levin
2009-08-12M:Robe 500: Put the irq stack and fiq stack in iram. Reduce memory for fiq s...Karl Kurbjun
2009-08-12M:Robe 500: Make endpoint requests more flexible.Karl Kurbjun
2009-08-11Fix endpoint allocationFrank Gevaerts
2009-08-11Move yearday_to_daymonth() to usb_storage.c. It's the only user, this functio...Frank Gevaerts
2009-08-11Consolidate day of week calculationFrank Gevaerts
2009-08-11rework new time handling functions a bit to be more memory efficientFrank Gevaerts
2009-08-11Fix "statement with no effect" warningFrank Gevaerts
2009-08-11Add support for setting the clock using a special SCSI command. This is the s...Frank Gevaerts
2009-08-11Fix logf() multilines handlingRafaël Carré
2009-08-11Sansa AMS: identify interrupts with no source setRafaël Carré
2009-08-11FS#10506. Don't compile various crossfade only functions in pcmbuf.c on low ...Michael Giacomelli
2009-08-10Remove the comment also, Thanks to Rafaël Carré for spotting.Thomas Martitz
2009-08-10Fix FS#10486 - "fuze screen not drawn correctly on backlight turn-on if playl...Thomas Martitz
2009-08-10Fix yellows (the reds on mono are caused by this, again, stupid typo).Thomas Martitz
2009-08-10panicf: Clear backdrop and print with black font on white background to preve...Thomas Martitz