summaryrefslogtreecommitdiff
path: root/firmware/target
AgeCommit message (Expand)Author
2010-12-06Get rid of get_user_file_path and do the path handling in wrappers for open()...Thomas Martitz
2010-12-05HDD6330: implement lcd_yuv_blit() function. The inner loop is written in asse...Szymon Dziok
2010-12-04Android: Fix yellowThomas Martitz
2010-12-02Android: Make lcd updates synchronous, doesn't make it faster but smoother (n...Thomas Martitz
2010-12-02Change the gcc options for sdl builds to allow for gnu99 features, it needs s...Thomas Martitz
2010-12-02HDD6330: implement block transfers through the LCD2 bridge in lcd_update_rect...Szymon Dziok
2010-12-01Remove tabsAndree Buschmann
2010-12-01Add HD300 button defines for system_exception_wait()Marcin Bukat
2010-11-29HD300 - decrease touchstrip sensitivityMarcin Bukat
2010-11-29MPIO - drop wait states for LCD accessMarcin Bukat
2010-11-27HD300 - add missing i2c initializtion.Marcin Bukat
2010-11-26MPIO HD300 - initial commitMarcin Bukat
2010-11-21Change alignment macros to allow further performance optimization. Define the...Andree Buschmann
2010-11-18FS#11608: switch cpu to async operation in boosted modeFred Bauer
2010-11-15Implement udelay() for S5L870x. Exchange sleep() with udelay() during CPU vol...Andree Buschmann
2010-11-14iPod Nano 2G LCD sleep: Powering down LDO2 also affects USB, so we can't do t...Michael Sparmann
2010-11-14Move pcm doublebuffer to IRAM on nano 2G.Andree Buschmann
2010-11-14iPod Nano 2G LCD sleep: Send LCD_EVENT_ACTIVATION eventMichael Sparmann
2010-11-14iPod Nano 2G: Implement LCD sleep (FS#11604 by Franz-Josef Haider), adds up t...Michael Sparmann
2010-11-14iPod Nano 2G: Dynamic Vcore scaling, based on current CPU clock. Adds 1-2 hou...Michael Sparmann
2010-11-14iPod Nano 2G: Set I2C clock to 374400 Hz, now that we know what it is derived...Michael Sparmann
2010-11-14iPod Nano 2G: Use sane (150 microseconds) PLL locking delays and properly set...Michael Sparmann
2010-11-14iPod Nano 2G: Fix I2S clocking. All sampling rates should work now.Michael Sparmann
2010-11-13iPod Nano 2G: Finally FIQ-less and glitch-free PCM. This should allow for IRQ...Michael Sparmann
2010-11-13iPod Nano 2G: Post-mortem memory dumper stub (FS#11701)Michael Sparmann
2010-11-13iPod Nano 2G FTL: Remove some meaningless code in ftl_initMichael Sparmann
2010-11-12MPIO: move files a bit in preparation for HD300 portMarcin Bukat
2010-11-12Android: Change how detecting call state (introduced in r27746) works, from p...Thomas Martitz
2010-11-11Onda VX767: get some facts about the state of the current LCD driver straightMaurus Cuelenaere
2010-11-10Touchscreen: Improved scroll thresholdThomas Martitz
2010-11-09Apply FS#11729 - Remove unneeded I2SIN clock configuration for AS3525 and AS3...Bertrik Sikken
2010-11-07remove an unused variable and #includeJonathan Gordon
2010-11-06fix yellowMarcin Bukat
2010-11-06fix yellow and red from r28522Marcin Bukat
2010-11-06move dbg_ports() from apps/menu_debug.c to target tree. FS#11712 by me.Marcin Bukat
2010-11-05Make --zoom option of the sdl port correctly work with mouse clicks.Thomas Martitz
2010-11-03Remote android button handling (again). do the press/unpress more like other ...Jonathan Gordon
2010-11-02Reconfigure IRAM for S5L870x. S5L8700 has 256 KB of IRAM, use a 48 KB / 208 K...Andree Buschmann
2010-11-02Fix a small bug that prevented the iPod Nano 2G NAND driver from detecting in...Michael Sparmann
2010-11-02MPIO HD200: rename button defines to adhere how they are labeled on the device.Marcin Bukat
2010-10-31Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#111...Marcin Bukat
2010-10-31Add support multimedia keys/buttons to the core, and adapt Rockbox on android...Thomas Martitz
2010-10-31Pass the framebuffer to the service in the constructor rather than later from...Thomas Martitz
2010-10-31Clean up usage of RockboxService. Add a proper way to check if rockbox is act...Jonathan Gordon
2010-10-29Initialize (instantiate) RockboxFramebuffer from the C code like with the oth...Thomas Martitz
2010-10-25Fix iPod Nano 2G bootloader, which was apparently broken by the eabi transitionMichael Sparmann
2010-10-25Fix screendump on iPod Nano 2G by increasing the usb thread stack size and re...Michael Sparmann
2010-10-24Fix android hardware button handling so it actually works.Jonathan Gordon
2010-10-22Set svn propertiesMarcin Bukat
2010-10-22MPIO HD200 - revert change in crt0.S introduced in r28270 to get rid of stran...Marcin Bukat