summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2010-12-11HD300 - tweak lcd_update() (4-5% speedup)Marcin Bukat1-9/+8
2010-12-11Fix typo in comment.Andree Buschmann1-1/+1
2010-12-11iPod nano 2G: Call lcd_update_rect() in lcd_update() instead of using an own ...Andree Buschmann1-33/+1
2010-12-11Set DRAM configuration for iPod nano 2G in crt0.sAndree Buschmann1-1/+5
2010-12-11Detail comment in timer configuration of S5L870x.Andree Buschmann1-1/+1
2010-12-11Derive clock and timer defines from frequency of external source.Andree Buschmann2-8/+8
2010-12-10Android: Replace the java based tick timer implemented with a not as bloated ...Thomas Martitz3-51/+63
2010-12-10HD300 - do not handle scrollstrip events when hold is onMarcin Bukat1-18/+23
2010-12-09MPIO HD200, HD300: Make USB bridge handling more correct (this doesn't solve ...Marcin Bukat2-24/+18
2010-12-08RTC s35380a - remove unneeded header files includesMarcin Bukat1-2/+0
2010-12-08MPIO HD300 simulator. FS#11796 by Michael LeslieMarcin Bukat1-0/+7
2010-12-08RTC s35380a - cleanup and more commentsMarcin Bukat1-40/+78
2010-12-07RTC s35380a - proper alarm supportMarcin Bukat1-73/+116
2010-12-07correct argument of open.Teruaki Kawashima1-2/+1
2010-12-06Fix configure and lib pathThomas Martitz1-2/+2
2010-12-06Get rid of get_user_file_path and do the path handling in wrappers for open()...Thomas Martitz10-106/+230
2010-12-06HD300: enable RTC alarm function (working partially for now)Marcin Bukat1-0/+1
2010-12-06RTC s35380a - add support for alarm function. Currently this powers up the de...Marcin Bukat1-1/+99
2010-12-05HDD6330: implement lcd_yuv_blit() function. The inner loop is written in asse...Szymon Dziok3-10/+241
2010-12-04Android: Fix yellowThomas Martitz1-1/+1
2010-12-04Handle disk errors properly in USB storage driver. Fixes FS#10873Frank Gevaerts1-10/+14
2010-12-03That was a bit too far upwards :(Thomas Martitz1-4/+4
2010-12-02Fix red by moving the difinition up.Thomas Martitz1-4/+4
2010-12-02Android: Make lcd updates synchronous, doesn't make it faster but smoother (n...Thomas Martitz1-10/+35
2010-12-02Enable ARM ASM optimzations on android. Speedup in codecs ranges from 20% to ...Thomas Martitz1-1/+2
2010-12-02Fix reds, inclusion of C files into plugins is tricky.Thomas Martitz1-7/+22
2010-12-02Change the gcc options for sdl builds to allow for gnu99 features, it needs s...Thomas Martitz2-18/+3
2010-12-02HDD6330: implement block transfers through the LCD2 bridge in lcd_update_rect...Szymon Dziok2-36/+64
2010-12-01Remove tabsAndree Buschmann3-57/+57
2010-12-01Add HD300 button defines for system_exception_wait()Marcin Bukat1-0/+5
2010-11-29RTC s35380a - fix initialization.Marcin Bukat1-9/+15
2010-11-29HD300 - decrease touchstrip sensitivityMarcin Bukat1-1/+1
2010-11-29MPIO - drop wait states for LCD accessMarcin Bukat1-2/+1
2010-11-28HD300 - add basic RTC supportMarcin Bukat4-2/+133
2010-11-28Accept FS#11774 by Michael Hohmuth (with some own modifications to #ifdef con...Frank Gevaerts6-10/+26
2010-11-27HD300 - add missing i2c initializtion.Marcin Bukat1-1/+1
2010-11-27Undo r28682. Bad idea...Andree Buschmann1-1/+1
2010-11-27Use CACHEALIGN_BITS to calculate CACHEALIGN_SIZE instead of directly setting it.Andree Buschmann1-1/+1
2010-11-26MPIO HD300 - initial commitMarcin Bukat14-8/+1050
2010-11-24Sansa c200/c200v2: limit allowable contrast value to 0-127, it wraps at 128.Bertrik Sikken2-2/+2
2010-11-22Fix typo in comment.Andree Buschmann1-1/+1
2010-11-21Change alignment macros to allow further performance optimization. Define the...Andree Buschmann2-50/+65
2010-11-19Reinsert CACHEALIGN_SIZE to imx31l.h, r28619 expected another local change.Andree Buschmann1-0/+1
2010-11-19Define CACHEALIGN_BITS for missing ARM CPUs for later use.Andree Buschmann4-1/+6
2010-11-18FS#11608: switch cpu to async operation in boosted modeFred Bauer1-2/+2
2010-11-18fix reds, not so nice fiddling with simulator stubs to make it all worksJonathan Gordon2-2/+3
2010-11-18Make the %tr (radio RSSI) tag work as a bar tag or as a conditional.Jonathan Gordon1-9/+8
2010-11-15Implement udelay() for S5L870x. Exchange sleep() with udelay() during CPU vol...Andree Buschmann2-1/+8
2010-11-14iPod Nano 2G LCD sleep: Powering down LDO2 also affects USB, so we can't do t...Michael Sparmann2-858/+665
2010-11-14Move pcm doublebuffer to IRAM on nano 2G.Andree Buschmann1-1/+1