summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2009-10-31Remove unused #defines.Thomas Martitz7-23/+0
2009-10-31make mini2440 bootloader compile again, and remove a few warnings from sd dri...Dominik Wenger1-6/+10
2009-10-31enable RTC for mini2440.Dominik Wenger1-2/+2
2009-10-31Remove svn:executable from firmwareMichael Chicoine18-0/+0
2009-10-29Make the TCC78x HW debug screen yield by including a button wait timeout.Rob Purchase1-9/+6
2009-10-28The Onda VX777 has only one button, add it to the keymap.Maurus Cuelenaere1-1/+1
2009-10-28make the mini2440 simulator compile.Dominik Wenger1-8/+11
2009-10-27remove accidentally commited spaces.Dominik Wenger1-1/+1
2009-10-27Initial touchscreen support for mini2440. Based on D2 touchscreen driverDominik Wenger9-10/+265
2009-10-26Fix iPod Nano 2G UI sluggishness (thanks to JdGordon for spotting this)Michael Sparmann1-1/+0
2009-10-26Many more drivers for mini2440. Now the main binary compiles and runs.Dominik Wenger16-84/+820
2009-10-26AMS Sansa: Change some #defines in debug-as3525 from "(SANSA_E200V2) || defin...Jack Halpin1-2/+2
2009-10-26fix an off-by-one error in lcd_update_rect()Michael Chicoine2-2/+2
2009-10-26Revert r23350 "AMS Sansa: Assume IDECLK is MCLK for the internal SD Disk."Jack Halpin3-22/+13
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 Martitz3-14/+0
2009-10-26Color targets: Ported assembler optimised transparent bitmap drawing from Gig...Jens Arnold3-167/+80
2009-10-25AMS Sansa: Assume IDECLK is MCLK for the internal SD Disk. Reduce IDECLK to...Jack Halpin3-13/+22
2009-10-25Fix ipod nano 2g bootloader link problem, caused by my previous commitBertrik Sikken1-2/+2
2009-10-25Meizu M6 SP: make bootloader compile and run againBertrik Sikken5-371/+481
2009-10-25Meizu M6 SP: update lcd driver, it is now possible to display a rockbox logo ...Bertrik Sikken2-70/+93
2009-10-25Little bit of const correctnessNils Wallménius1-5/+5
2009-10-25power-meizu.c: fix usage of USB_TR nameBertrik Sikken1-1/+1
2009-10-25Add define for SD_SET_CLR_CARD_DETECT 42 /* acmd42 */ to sd.h for use with ...Jack Halpin1-0/+1
2009-10-24Adjust the iPod Nano 2G CPU clock freq again, this time to an exact value. Al...Michael Sparmann3-8/+15
2009-10-24Plumb an iPod Nano 2G battery leak that started spilling as soon as USB was u...Michael Sparmann1-3/+4
2009-10-24Add #ifdef HAVE_MULTIDRIVE to HS timings switch for uSD cards.Jack Halpin1-9/+11
2009-10-24Speed up lcd_update_rect by ~2.5% by counting towards 0 in the loop.Thomas Martitz2-2/+6
2009-10-24Hide yellowMichael Sparmann1-1/+1
2009-10-23Fix redMichael Sparmann1-0/+10
2009-10-23Implement iPod Nano 2G storage active indicatorMichael Sparmann2-10/+9
2009-10-23Finally a click, pop and other distortion free PCM driver for that fishy buff...Michael Sparmann2-51/+106
2009-10-23Revert disabling of USB HID while in charging mode (introduced by r23322), inTomer Shalev1-1/+1
2009-10-23FS#10704 - Make a configuration option to disable USB HID Tomer Shalev2-2/+18
2009-10-22Working Bootloader for mini2440. Dominik Wenger8-3/+1652
2009-10-22Code cleanup in dsp.c and misc.c, some commentsJeffrey Goode1-0/+3
2009-10-21Add a "Flushing storage buffers" message to ROLO if it needs to do that.Michael Sparmann1-6/+11
2009-10-21storage_flush() should be done before disabling interrupts in ROLO.Michael Sparmann1-3/+7
2009-10-21Fix yellowMichael Sparmann1-2/+3
2009-10-21Fix redMichael Sparmann1-0/+2
2009-10-21Add iPod Nano 2G µsec timer, and use it in the clickwheel driver.Michael Sparmann2-13/+2
2009-10-21iPod Nano 2G: "Fix" the latest PCM issues, channel swap and vinyl popping. Th...Michael Sparmann2-8/+11
2009-10-21Fix another bunch of iPod Nano 2G FTL bugs. It seems to work fine for me now,...Michael Sparmann2-25/+55
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz25-84/+28
2009-10-20Correct wrong usage of event callbacks all over the place. It's not supposed ...Thomas Martitz4-12/+10
2009-10-20D2: Remove the hardcoded driver-level touchscreen calibration, since it's don...Rob Purchase1-33/+3
2009-10-20D2 should have HAVE_USB_POWER defined.Rob Purchase2-0/+6
2009-10-20Cleanup and expand D2 charger detection (not yet implemented for D2+).Rob Purchase1-2/+20
2009-10-20Fixed a bunch of iPod Nano 2G FTL bugs.Michael Sparmann1-10/+16
2009-10-20Don't selecu any usb class drivers for a simulator buildFrank Gevaerts1-0/+2