Age | Commit message (Expand) | Author |
2007-10-21 | More M:Robe work including a fix to lcd-as-memframe for larger screens thanks... | Karl Kurbjun |
2007-10-21 | Implement YUV dithering for c200, and enable the option in mpegplayer. | Jens Arnold |
2007-10-19 | init spi and uart in the main build | Jonathan Gordon |
2007-10-18 | slightly better touchpad driver. Still not brilliant, but the bootloader/debu... | Jonathan Gordon |
2007-10-18 | Make rockbox think we have a full battery untill this actually works, otherwi... | Jonathan Gordon |
2007-10-18 | Some changes to the UART/button driver - reduce the number of interrupts - mo... | Karl Kurbjun |
2007-10-17 | Coldfire: Partially revert buffered writes, and enable them explicitly for th... | Jens Arnold |
2007-10-17 | Turns out you can boot the main build by copying apps/rockbox.bin to /rockbox... | Karl Kurbjun |
2007-10-16 | Parts of FS #7951 by Andree Buschmann. Faster YUV BLIT (means faster mpegplay... | Thom Johansen |
2007-10-16 | Improved H10 ADC driver. We now do things exactly as the OF does. This includ... | Barry Wardell |
2007-10-16 | Finish the conversion to packed i2s for PP502x. Karl Kurbjun-approved for Min... | Michael Sevakis |
2007-10-16 | Finally full multicore support for PortalPlayer 502x targets with an eye towa... | Michael Sevakis |
2007-10-15 | Coldfire targets: enable buffered writes by default. Speeds up all sorts of I... | Jens Arnold |
2007-10-15 | Fix coldfire PCF50606 I2C driver, and iriver FM radio I2C driver. Both driver... | Jens Arnold |
2007-10-14 | H300, X5: Optimised lcd_yuv_blit(), using line-pair zig-zag writing to the LC... | Jens Arnold |
2007-10-13 | M:Robe - Fix compilation and remove some warnings | Karl Kurbjun |
2007-10-12 | H10 LCD driver size reductions: Un-inline a function for H10 20GB, and introd... | Jens Arnold |
2007-10-12 | PP LCD drivers: * Optimised and cleaned up PP colour LCD drivers. Immeasurabl... | Jens Arnold |
2007-10-11 | These functions haven't been implemented yet - remove their content to get Gi... | Will Robertson |
2007-10-09 | Increase step size of stereo width to 5% to avoid tediously long list in sett... | Thom Johansen |
2007-10-09 | Packed I2S for ipod Color (tested) and ipod 4G (untested, but assumed to be t... | Dave Chapman |
2007-10-09 | Change c200 and e200 to use the same IIS FIFO format as seems to be working f... | Michael Sevakis |
2007-10-09 | Packed I2S for iPod Mini G2. | Jens Arnold |
2007-10-09 | FS #7917 by Andree Buschmann. Packed I2S also for Ipod Video. | Thom Johansen |
2007-10-09 | Unbloat the PCM changes on PortalPlayer | Michael Sevakis |
2007-10-08 | Make Ipod Nano use packed 16 bit IIS FIFO transfers as well. | Thom Johansen |
2007-10-08 | Hopefully take care of FS#7806 - Current Sansapatcher fails to boot OF by rem... | Michael Sevakis |
2007-10-07 | Finally get packed samples to work in a nice way on H10 in IIS mode. Add some... | Michael Sevakis |
2007-10-07 | c200: First implemention of lcd_yuv_blit(). mpegplayer works now, but speed c... | Jens Arnold |
2007-10-07 | * Use proper definitions for the PP (mono) LCD bridge. * Clean up pp5002.h a ... | Jens Arnold |
2007-10-07 | Name all button light functions and variables consistently starting with butt... | Jens Arnold |
2007-10-07 | Fix red bootloader build. | Jens Arnold |
2007-10-07 | c200: Make the backlight react on unlocking hold as intended. | Jens Arnold |
2007-10-07 | c200: Switch the 'menu' button light as well. | Jens Arnold |
2007-10-07 | Use halfword IIS FIFO mode for H10. Won't save interrupts but seems it should... | Michael Sevakis |
2007-10-07 | Remove a setting of a register during H10 reset that shouldn't have been incl... | Michael Sevakis |
2007-10-06 | Unify PCM interface just above the hardware driver level for all targets incl... | Michael Sevakis |
2007-10-06 | TAB policing - no code changes | Dave Chapman |
2007-10-05 | Stabilize PP5020 targets - tested on H10 5/20GB and iPod Color. Use no interr... | Michael Sevakis |
2007-10-04 | Change a couple udelay() in e200 lcd driver to sleep() since sleep() was the ... | Michael Sevakis |
2007-10-04 | The UNCACHED_ADDR macro should not adjust addresses in the bootloader. | Michael Sevakis |
2007-10-04 | Fix up the recording monitoring for e200 and I expect for c200 as well whenev... | Michael Sevakis |
2007-10-04 | PP502x: Make RAM physical addresses uncached. Cache the flash ROM on targets ... | Michael Sevakis |
2007-10-03 | I2S buffer level adjustment is not necessary on c200 as there is no memory ma... | Jens Arnold |
2007-10-03 | Missing keymap commit | Karl Kurbjun |
2007-10-02 | Commit FS #7881 by Mark Arigo - enable radio on the Sansa c200. It seems that... | Marianne Arnold |
2007-10-02 | Fix a little bug I introduced earier than can cause i2s to fail to start with... | Michael Sevakis |
2007-10-02 | Thanks to LinusN, fix Coldfire bootloaders not booting - FS#7533 | Steve Bavin |
2007-10-02 | Split wm8731 and wm8721 drivers. wm8721 can be much simpler since it has no r... | Michael Sevakis |
2007-10-02 | Enable lcd contrast adjustment on Sansa c200 | Mark Arigo |