summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2014-01-18coldfire: fix bootloader buildsMarcin Bukat3-3/+3
2014-01-17coldfire: Implement HAVE_INIT_ATTR magicMarcin Bukat3-3/+29
2014-01-17Some libc files are not needed on mingw anymore so don't compile them (unless...Thomas Martitz1-4/+3
2014-01-16Fix red. Screw those last-minute changes :\Thomas Martitz1-1/+1
2014-01-16font: Fix crash due to uninitialized field.Thomas Martitz1-1/+2
2014-01-16buflib: Add crc field protecting buflib cookie integrityMarcin Bukat8-12/+94
2014-01-15fonts: Do not unload completely on USB.Thomas Martitz4-13/+123
2014-01-15coldfire: Use single app.lds script for all coldfires.Marcin Bukat3-279/+1
2014-01-14HDD1630: enable headphones detection.Szymon Dziok1-1/+4
2014-01-13HDD1630: implement lcd_enable (display on/off).Szymon Dziok3-1/+50
2014-01-13HDD1630: a proper way to enable and disable backlight.Szymon Dziok1-4/+4
2014-01-12scroll_engine: Fix FS#12894: Text scrolling stops working after a few seconds...Thomas Martitz1-1/+4
2014-01-12Fix remote warnings and charcell reds, and remove minor left-over tuff.Thomas Martitz1-9/+15
2014-01-12put_line/scrolling: Make the scroll engine inform custom scrollers about star...Thomas Martitz5-36/+58
2014-01-11Don't use core_alloc_maximum() in usb_storage.Frank Gevaerts1-6/+5
2014-01-11scroll engine: Factor out renderer function so it can be called by lcd code.Thomas Martitz3-53/+80
2014-01-11Print `last logf lines on panic().Frank Gevaerts3-0/+55
2014-01-10rk27xx: Implement HAVE_INIT_ATTR magicMarcin Bukat3-10/+42
2014-01-09bidi.c: Check buffer sizes.Frank Gevaerts1-1/+2
2014-01-09lcd_nine_segment_bmp: Fixes for non-ideal image dimensions.Thomas Martitz1-34/+57
2014-01-07Fix Player red and icons on mono displays.Thomas Martitz2-9/+9
2014-01-07Add missing kernel.h include (hopefully the last one, really), take #4.Thomas Martitz1-0/+1
2014-01-07lcd/grey: Enable viewport fg_pattern and bg_pattern for all bitmap targets.Thomas Martitz1-2/+1
2014-01-07lcd-16bit: Remove {lss,lse,lst}_pattern fields from struct viewport.Thomas Martitz2-23/+0
2014-01-07lcd-16bit: Move lcd_gradient_fillrect/_part() to lcd-16bit-common.c.Thomas Martitz2-70/+66
2014-01-07lcd-common: Remove direct style (line decorations) from lcd-puts* functions.Thomas Martitz3-153/+17
2014-01-07lcd-common: Remove support for specifying y_offset from lcd_puts* functions.Thomas Martitz1-7/+7
2014-01-07lcd-common: Remove support for custom line heights from viewport.Thomas Martitz2-9/+7
2014-01-07lcd-common/scroll_engine: Remove unused functions lcd_puts_style_xyoffset() a...Thomas Martitz3-20/+2
2014-01-07lcd-common/scroll_engine: Remove unused functions lcd_puts_scroll_style().Thomas Martitz3-11/+2
2014-01-07lcd-common: Remove unused function lcd_puts_style_offset().Thomas Martitz3-11/+1
2014-01-07lcd-common: Remove unused function lcd_puts_style().Thomas Martitz3-8/+0
2014-01-07lcd-common: Remove unused function lcd_puts_offset().Thomas Martitz4-24/+17
2014-01-07lcd-common/scroll_engine: Remove unused functions lcd_puts_scroll_offset() an...Thomas Martitz4-29/+3
2014-01-07lcd-16bit: Introduce lcd_gradient_fillrect_part().Thomas Martitz2-3/+38
2014-01-07lcd-common/scroll_engine: Introduce lcd_putsxy_scroll_func().Thomas Martitz4-0/+29
2014-01-07scroll_engine: Change header inclusionThomas Martitz1-1/+3
2014-01-05Make sure usb class driver disconnect() functions are called properly.Frank Gevaerts1-8/+20
2014-01-05Check that core_alloc_maximum() returned something useful, and panic if notFrank Gevaerts1-0/+5
2014-01-05Add missing kernel.h includes (hopefully all of them), take #3.Thomas Martitz2-3/+6
2014-01-05Add missing kernel.h includes (hopefully all of them), take #2.Thomas Martitz10-4/+19
2014-01-05Add missing kernel.h includes (hopefully all of them).Thomas Martitz29-18/+64
2014-01-05Do not include kernel.h in system.h.Thomas Martitz11-14/+27
2014-01-05lcd: Fix certain drawmode combinations.Thomas Martitz2-35/+64
2014-01-04Fix bpb_is_sane() cluster size calculation for non-512 byte sectors.Frank Gevaerts1-4/+9
2014-01-03Make fat test tool build again, and make its sector size configurable.Frank Gevaerts3-11/+10
2014-01-02creativezenv: change target_id & MODEL_NUMBER.Andrew Ryabinin1-1/+1
2013-12-24zenxfi2: remove unused functionAmaury Pouly1-5/+0
2013-12-23lcd: Fix scrolling.Thomas Martitz1-4/+3
2013-12-23playback,talk: Share audiobuffer via core_alloc_maximum().Thomas Martitz3-24/+12