summaryrefslogtreecommitdiff
path: root/firmware (follow)
Commit message (Expand)AuthorAge
...
* Color targets: Ported assembler optimised transparent bitmap drawing from Gig...Jens Arnold2009-10-26
* AMS Sansa: Assume IDECLK is MCLK for the internal SD Disk. Reduce IDECLK to...Jack Halpin2009-10-25
* Fix ipod nano 2g bootloader link problem, caused by my previous commitBertrik Sikken2009-10-25
* Meizu M6 SP: make bootloader compile and run againBertrik Sikken2009-10-25
* Meizu M6 SP: update lcd driver, it is now possible to display a rockbox logo ...Bertrik Sikken2009-10-25
* Little bit of const correctnessNils Wallménius2009-10-25
* power-meizu.c: fix usage of USB_TR nameBertrik Sikken2009-10-25
* Add define for SD_SET_CLR_CARD_DETECT 42 /* acmd42 */ to sd.h for use with ...Jack Halpin2009-10-25
* Adjust the iPod Nano 2G CPU clock freq again, this time to an exact value. Al...Michael Sparmann2009-10-24
* Plumb an iPod Nano 2G battery leak that started spilling as soon as USB was u...Michael Sparmann2009-10-24
* Add #ifdef HAVE_MULTIDRIVE to HS timings switch for uSD cards.Jack Halpin2009-10-24
* Speed up lcd_update_rect by ~2.5% by counting towards 0 in the loop.Thomas Martitz2009-10-24
* Hide yellowMichael Sparmann2009-10-24
* Fix redMichael Sparmann2009-10-23
* Implement iPod Nano 2G storage active indicatorMichael Sparmann2009-10-23
* Finally a click, pop and other distortion free PCM driver for that fishy buff...Michael Sparmann2009-10-23
* Revert disabling of USB HID while in charging mode (introduced by r23322), inTomer Shalev2009-10-23
* FS#10704 - Make a configuration option to disable USB HID Tomer Shalev2009-10-23
* Working Bootloader for mini2440. Dominik Wenger2009-10-22
* Code cleanup in dsp.c and misc.c, some commentsJeffrey Goode2009-10-22
* Add a "Flushing storage buffers" message to ROLO if it needs to do that.Michael Sparmann2009-10-21
* storage_flush() should be done before disabling interrupts in ROLO.Michael Sparmann2009-10-21
* Fix yellowMichael Sparmann2009-10-21
* Fix redMichael Sparmann2009-10-21
* Add iPod Nano 2G µsec timer, and use it in the clickwheel driver.Michael Sparmann2009-10-21
* iPod Nano 2G: "Fix" the latest PCM issues, channel swap and vinyl popping. Th...Michael Sparmann2009-10-21
* Fix another bunch of iPod Nano 2G FTL bugs. It seems to work fine for me now,...Michael Sparmann2009-10-21
* Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz2009-10-20
* Correct wrong usage of event callbacks all over the place. It's not supposed ...Thomas Martitz2009-10-20
* D2: Remove the hardcoded driver-level touchscreen calibration, since it's don...Rob Purchase2009-10-20
* D2 should have HAVE_USB_POWER defined.Rob Purchase2009-10-20
* Cleanup and expand D2 charger detection (not yet implemented for D2+).Rob Purchase2009-10-20
* Fixed a bunch of iPod Nano 2G FTL bugs.Michael Sparmann2009-10-20
* Don't selecu any usb class drivers for a simulator buildFrank Gevaerts2009-10-20
* Fix some iPod Nano 2G config defines to make USB HID work.Michael Sparmann2009-10-20
* Fix redMichael Sparmann2009-10-20
* iPod Nano 2G USB support based on the S3C6400X datasheet. Disabled by default...Michael Sparmann2009-10-20
* Use strlcpy instead of a memset&strcpy combo. Guarantees \0-terminaltion and ...Thomas Martitz2009-10-20
* Fix a scrolling bug with centered drawing and too long lines.Thomas Martitz2009-10-19
* Make RoLo work on PP5002. * Rename CACHE_CTL flag values on PP5002 for consis...Jens Arnold2009-10-19
* Fix rolo for AMS Sansa and simplify a few #ifdefs.Thomas Martitz2009-10-19
* Initial mini2440 port.Dominik Wenger2009-10-19
* Change control handling to start expecting host packets before sending data t...Frank Gevaerts2009-10-19
* AMS Sansa: Adjust SD Card frequency to Identification frequency at beginning...Jack Halpin2009-10-19
* AMS Sansa: Add voltage defines to pl180.h. No functional changes.Jack Halpin2009-10-19
* S5l8700: fix some CLCD controller register namesBertrik Sikken2009-10-18
* Use wrap-safe TIME_BEFORE/TIME_AFTER macros to compare times with current_tim...Bertrik Sikken2009-10-18
* Split ARMv6 code from mmu-arm.SRafaël Carré2009-10-18
* iPod Nano 2G storage performance improved by not copying around buffers unnec...Michael Sparmann2009-10-18
* Add dcache cleaning to the S5L870x PCM driver.Michael Sparmann2009-10-17