summaryrefslogtreecommitdiffstats
path: root/firmware/export
AgeCommit message (Expand)AuthorFilesLines
2011-10-08imx233/fuze+: declare 3d audio capability, update lang accordinglyAmaury Pouly1-0/+2
2011-10-07Add two macros for char*-based pointer arithmetic and use it in font.cThomas Martitz1-0/+2
2011-10-02imx233/fuze+: enable pluginsAmaury Pouly1-0/+2
2011-10-02imx233/fuze+: don't use iram in plugins and in codecsAmaury Pouly1-2/+2
2011-09-25IAP: use a state machine for handling iap packets, based on FS#12135Bertrik Sikken1-1/+1
2011-09-24Allow fonts to use smaller buffers than the default size. use font_load_ex() ...Jonathan Gordon1-1/+3
2011-09-24FS#12273 - use buflib for font storage. thanks to the testers :)Jonathan Gordon1-15/+8
2011-09-24Sansa clipzip: make main build compile (plugins still disabled)Bertrik Sikken1-7/+7
2011-09-21Sansa AMS/AMSv2: analog front-end register CVDD/DCDC3 doesn't exist in AMSv2,...Bertrik Sikken1-1/+1
2011-09-14Remove obsolete USB_DETECT_BY_DRV define throughout.Michael Sevakis1-1/+1
2011-09-14Move AMSv1 (AMSv2 had been done already) to using setup packet request to det...Michael Sevakis1-1/+1
2011-09-14Convert ARC USB driver code to always use setup packet detection and remove t...Michael Sevakis1-8/+2
2011-09-13imx233/fuze+: use random size for plugin and codec buf (must be non-zero for ...Amaury Pouly1-2/+2
2011-09-13HDD6330: fix the behavior of the lcd during shutdown (fading out), disable po...Szymon Dziok1-1/+1
2011-09-13HDD6330: implement lcd_enable (display on/off).Szymon Dziok1-1/+1
2011-09-11HDD6330: Enable headphone detection.Szymon Dziok1-0/+3
2011-09-09Add "USB Hide Internal Drive" option for multidrive devices with software usb.Frank Gevaerts1-0/+4
2011-09-06rk27xx - update config filesMarcin Bukat2-7/+23
2011-09-06rk27xx - adjust core files for rk27xx internal codecMarcin Bukat1-0/+2
2011-09-06Implement driver for internal codec in rk27xx (shCODlp-100.01-HD IP core from...Marcin Bukat1-0/+168
2011-09-06imx233/fuze+: implement user time api, implement a stub function, protect tim...Amaury Pouly1-0/+10
2011-09-05imx233:fuze+: major memory and usb reworkAmaury Pouly3-4/+30
2011-09-01sansa clipzip: implement lcd_enableBertrik Sikken1-1/+1
2011-09-01Shuffle some functions around so that interfacing with playback.c in particul...Michael Sevakis2-0/+2
2011-08-30Fix last yellows.Thomas Martitz1-0/+1
2011-08-30GSoC/Buflib: Add buflib memory alocator to the core.Thomas Martitz1-0/+1
2011-08-28Commit work started in FS#12153 to put timing/position information in PCMMichael Sevakis1-0/+4
2011-08-27Initial framework for the Sandisk Sansa Clip ZipBertrik Sikken2-0/+205
2011-08-14Fix errors and warnings.Thomas Martitz1-1/+1
2011-08-14GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.Thomas Martitz1-2/+4
2011-08-14Remove hosted_get_volume(), as event data is available in button_get_data().Thomas Martitz1-4/+0
2011-07-31Lower the maximum brightness of the fuzev2 backlight even more.Frank Gevaerts1-1/+1
2011-07-24Commit FS#12111 by Stephan Grossklass. Disables output mixer auto gain contr...Michael Giacomelli1-0/+4
2011-07-23imx233/fuze+: move page table to dramAmaury Pouly1-2/+2
2011-07-23imx233/fuze+: huge reworkAmaury Pouly4-8/+41
2011-07-23imx233/fuze+: prepare target to enable MMUAmaury Pouly1-5/+9
2011-07-22imx233/fuze+: add SD detection supportbootloader_ams_v4Amaury Pouly1-7/+3
2011-07-20ipod nano 1g: enable LCD invertBertrik Sikken1-0/+3
2011-07-19Set the default battery capacity for ipod video properly depending on detecte...Frank Gevaerts1-2/+5
2011-07-19rk27xx - implement cache_commit_discard(). Cache is still not enabled in crt0.SMarcin Bukat1-1/+4
2011-07-14rk27xx - fix backlight driver - now one can set brightnessMarcin Bukat1-2/+5
2011-07-09imx233/fuze+: make SOURCES more correct, implement i2c for fmradioAmaury Pouly1-0/+2
2011-07-03imx233/fuze+: replace software i2c by hardware i2c, make some code more corre...Amaury Pouly2-1/+2
2011-07-02Use playback channel directly for peakmeters and plugins using peak calculati...Michael Sevakis2-0/+14
2011-07-02imx233/fuze+: don't compile {touchpad code,sd} in bootloader mode, fix style ...Amaury Pouly1-9/+7
2011-07-02imx233/fuze+: make config.h more correct, remove logo from bootloader, update...Amaury Pouly1-1/+1
2011-06-30imx233/fuze+: ssp, dma, mmc now work properly, partially implement cpu freque...Amaury Pouly1-1/+4
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 Sevakis1-1/+7
2011-06-29Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...Michael Sevakis4-42/+190