summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2011-10-14Fix yellowFred Bauer1-5/+3
2011-10-14Remove font_reset() which tried to fetch font *pfs from uninitiaized buflib_a...Fred Bauer1-21/+7
2011-10-14Don't make font available via buflib_allocations[] until fully loadedFred Bauer1-16/+18
2011-10-14i.MX31 avic: Fix super-stale comment.Michael Sevakis1-3/+2
2011-10-14i.MX31: Simplify nested interrupt handling. Give SVC mode its own stack by gr...Michael Sevakis4-49/+40
2011-10-13rk27xx - add support for i2s in master mode. Based on patch by Andrew RyabininMarcin Bukat1-6/+15
2011-10-13rk27xx - fix sys timer clock setup. Spotted by Andrew RyabininMarcin Bukat1-1/+1
2011-10-12Sansa AMSv2: set internal voltages PVDD1 and AVDD17 to the same value as the ...Bertrik Sikken1-2/+0
2011-10-11Switch to SYS mode on arm FS#12322 by meMarcin Bukat16-220/+285
2011-10-09Fix audio_get_buffer() implementation on hwcodec, to be similar to the swcode...Thomas Martitz1-0/+4
2011-10-09Protect the move operation of buflib against IRQs.Thomas Martitz1-0/+10
2011-10-08usb: only declare usb_mmc_countdown on target which don't use the usb stackAmaury Pouly1-1/+1
2011-10-08imx233/fuze+: declare 3d audio capability, update lang accordinglyAmaury Pouly2-2/+8
2011-10-07Add two macros for char*-based pointer arithmetic and use it in font.cThomas Martitz2-16/+15
2011-10-05core_alloc: Provide a tiny test allocation, which can be freed for debug purp...Thomas Martitz2-0/+18
2011-10-05Changed #warning to a TODO comment.Björn Stenberg1-1/+1
2011-10-05Only alloc if necessary. Patch by Jonathan Gordon.Björn Stenberg1-4/+7
2011-10-03Add missing usb_drv_init(), fixes FS#12303.Andree Buschmann1-0/+1
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-10-02fuze+: implement basic touchpad driverAmaury Pouly1-2/+92
2011-10-02fuze+: set backlight brightness to default only when there is not backlight i...Amaury Pouly1-3/+3
2011-10-02revert r30566 and r30567 to fix FS#12294 (superfloppy not mounting)Robert Kukla1-2/+13
2011-10-01rk27xx - implement partial lcd updatesMarcin Bukat1-11/+20
2011-09-29Don't leak file descriptor.Thomas Martitz1-0/+1
2011-09-29font_load(): Reduce font memory allocation to the font's file size if less th...Fred Bauer1-1/+8
2011-09-27Do not move NULL pointers in buflibmove_callback(). Fixes some skin crashes w...Fred Bauer1-4/+8
2011-09-26glyph_bytes() should pad to an even numberFred Bauer1-3/+6
2011-09-25Fix typos. Should have test compiled at least once :\Thomas Martitz1-1/+1
2011-09-25Fonts/buflib: The lru cache base poitner needs to be updated as well in the m...Thomas Martitz1-0/+1
2011-09-25imx233/fuze+: add fuze+ to the simulator frameworkAmaury Pouly4-4/+11
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 Gordon2-10/+43
2011-09-24FS#12273 - use buflib for font storage. thanks to the testers :)Jonathan Gordon3-112/+204
2011-09-24Sansa clipzip: make main build compile (plugins still disabled)Bertrik Sikken7-11/+81
2011-09-23imx233/fuze+: rework crt0 and linker script to be able to load at any address...Amaury Pouly3-5/+48
2011-09-21Sansa AMS/AMSv2: analog front-end register CVDD/DCDC3 doesn't exist in AMSv2,...Bertrik Sikken3-5/+8
2011-09-20HDD6330: improve the behavior of the lcd during shutdown.Szymon Dziok1-0/+1
2011-09-18Sansa AMSv2: initialise PMU (power management unit), inspired by how the OF d...Bertrik Sikken2-3/+17
2011-09-18NUM_CARDS can definitely be smaller than NUM_DRIVES, so don't pretend that th...Frank Gevaerts1-4/+0
2011-09-18Don't use NUM_VOLUMES as array size in sd card drivers. NUM_DRIVES is also wr...Frank Gevaerts2-2/+2
2011-09-17Also remove the fat_partition_types array.Torne Wuff1-10/+0
2011-09-17Allow any partition type, not just known FAT types.Torne Wuff1-3/+2
2011-09-16sansa clipzip: fix rectangle setup of type 1 lcdBertrik Sikken1-29/+17
2011-09-14Remove obsolete USB_DETECT_BY_DRV define throughout.Michael Sevakis3-20/+13
2011-09-14Scrub r30546 bootloader build errors.Michael Sevakis1-1/+6
2011-09-14Move AMSv1 (AMSv2 had been done already) to using setup packet request to det...Michael Sevakis3-51/+14
2011-09-14Convert ARC USB driver code to always use setup packet detection and remove t...Michael Sevakis2-70/+33
2011-09-14imx233/fuze+: implement usb enableAmaury Pouly5-3/+59
2011-09-13imx233/fuze+: remove useless fileAmaury Pouly1-24/+0