summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2014-02-02hosted: Substract more than 256K from total memory pool.Thomas Martitz1-1/+1
2014-02-02sim/sdlapp: Do not quit immediately on panicf, but wait for quit.Thomas Martitz3-1/+15
2014-01-26charcell: Fix lockup after some scrolling lines.Thomas Martitz1-1/+5
2014-01-26Fix warnings. convbdf needed to be updated for the changed font struct becaus...Thomas Martitz1-1/+1
2014-01-26fonts: Fix regression(s) caused by c23ce62.Thomas Martitz2-17/+13
2014-01-21imx233: be less strict about partition checks (>=1GB only)Amaury Pouly1-1/+1
2014-01-21imx233: handle quirk about OF partition address bug/featureAmaury Pouly1-9/+17
2014-01-21Initial commit for the ZEN X-Fi StyleAmaury Pouly8-12/+579
2014-01-20rombox: Do not copy .init section to ram on startup.Marcin Bukat1-18/+11
2014-01-18fix player rom buildMarcin Bukat1-0/+2
2014-01-18coldfire: fix rom buildMarcin Bukat1-0/+19
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