summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2011-07-25Convert AMSv2 microphone samples from 14 to 16 bit before storing them.Michael Giacomelli1-0/+22
2011-07-24Commit FS#12111 by Stephan Grossklass. Disables output mixer auto gain contr...Michael Giacomelli2-1/+5
2011-07-24imx233/fuze+: implement lcd_blit_yuv (untested)Amaury Pouly1-0/+74
2011-07-24imx233/fuze+: cleanup sd codeAmaury Pouly1-4/+0
2011-07-24ipod nano 1g: enable readout of battery current through ADC channel 4066_ISTATBertrik Sikken3-3/+3
2011-07-23imx233/fuze+: move page table to dramAmaury Pouly3-6/+6
2011-07-23imx233/fuze+: huge reworkAmaury Pouly26-50/+752
2011-07-23imx233/fuze+: prepare target to enable MMUAmaury Pouly4-16/+35
2011-07-22imx233/fuze+: add SD detection supportbootloader_ams_v4Amaury Pouly5-25/+157
2011-07-22imx233/fuze+: add pin irq supportAmaury Pouly3-2/+85
2011-07-22imx233/fuze+: implement gpio interruptsAmaury Pouly2-0/+10
2011-07-22imx233/fuze+: gives bootloader argument to mainAmaury Pouly1-0/+3
2011-07-22Android: Fix crash on start up.Thomas Martitz1-3/+3
2011-07-20ipod nano 1g: enable LCD invertBertrik Sikken2-2/+12
2011-07-20ipod nano 1g: show lcd type debug info, make more room for iap debug infoBertrik Sikken1-2/+2
2011-07-19Android: Change headphone detection to call into native.Thomas Martitz2-15/+25
2011-07-19Fix "variable 'result' set but not used" warningFrank Gevaerts1-2/+8
2011-07-19Disable ipod video battery capacity default detection for bootloader and simu...Frank Gevaerts1-0/+2
2011-07-19Set the default battery capacity for ipod video properly depending on detecte...Frank Gevaerts4-2/+40
2011-07-19rk27xx - use more correct function to map between percived lightness and PWM ...Marcin Bukat1-7/+20
2011-07-19rk27xx - implement cache_commit_discard(). Cache is still not enabled in crt0.SMarcin Bukat3-1/+24
2011-07-18rk27xx - add missing interrupt sourceMarcin Bukat1-4/+5
2011-07-18rk27xx - fix (hopefully) adc readingsMarcin Bukat1-6/+12
2011-07-18Android: Refactor some of the glue code.Thomas Martitz3-35/+37
2011-07-18Revert "Introduce bsearch() and use it in tagtree.c."Thomas Martitz3-78/+0
2011-07-18Introduce bsearch() and use it in tagtree.c.Thomas Martitz3-0/+78
2011-07-14rk27xx - fix backlight driver - now one can set brightnessMarcin Bukat2-15/+24
2011-07-09imx233/fuze+: make SOURCES more correct, implement i2c for fmradioAmaury Pouly4-3/+120
2011-07-04Initialize the d_names_start pointer correctly in dircache. This shouldMiika Pekkarinen1-0/+2
2011-07-03imx233: add missing i2c fileAmaury Pouly2-0/+323
2011-07-03imx233/fuze+: replace software i2c by hardware i2c, make some code more corre...Amaury Pouly12-234/+237
2011-07-02Use playback channel directly for peakmeters and plugins using peak calculati...Michael Sevakis4-27/+68
2011-07-02as3525: make interrupts struct static and merge declaration & definitionRafaël Carré1-7/+1
2011-07-02imx233/fuze+: simplify ssp pin codeAmaury Pouly1-29/+4
2011-07-02imx233/fuze+: don't compile {touchpad code,sd} in bootloader mode, fix style ...Amaury Pouly4-10/+19
2011-07-02imx233/fuze+: make config.h more correct, remove logo from bootloader, update...Amaury Pouly3-33/+57
2011-07-01Fixed incorrect dircache reallocation during tagcache commit.Miika Pekkarinen1-0/+6
2011-06-30imx233/fuze+: ssp, dma, mmc now work properly, partially implement cpu freque...Amaury Pouly10-50/+291
2011-06-29Get M5 building again by moving the downmix buffer out of IRAM for now. Every...Michael Sevakis1-1/+2
2011-06-29Do some adjustments to alleviate IRAM congestion on some targets from r30097....Michael Sevakis2-2/+8
2011-06-29Get android to build. Forgo optimized mixing code for app builds for the mome...Michael Sevakis1-0/+3
2011-06-29Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...Michael Sevakis28-69/+1462
2011-06-25Define an LCD_DPI for the mini2440 (this change makes the mini2440 compile ag...Bertrik Sikken1-0/+1
2011-06-22Fix loading dircache stat on h100. Relocating the data was broken due to stru...Thomas Martitz1-5/+8
2011-06-21Workaround/fix (I'm not sure!) for buffer_alloc() returning unaligned address...Frank Gevaerts1-1/+6
2011-06-21Try to handle dircache rebuild event properly. Playlist should nowMiika Pekkarinen1-0/+1
2011-06-20Use ALIGN_UP() macro for alignment, in a more correct way also.Thomas Martitz1-1/+1
2011-06-20Dircache: A bit of follow-up code cleanup suggested by Amaury Pouly.Thomas Martitz1-33/+28
2011-06-20Optimize new dircache_copy_path so that the helper (strlcat) doesn't need to ...Thomas Martitz1-3/+4
2011-06-20Dircache: Don't expose struct dircache_entry and pointers into the cache, use...Thomas Martitz4-40/+74