summaryrefslogtreecommitdiffstats
path: root/firmware/target/hosted
AgeCommit message (Expand)AuthorFilesLines
2012-06-14Remove extraneous "extern int display_zoom" declarations.Frank Gevaerts2-2/+0
2012-05-28ypr0: This patch adds radio support to Samsung YP-R0Lorenzo Miori5-2/+280
2012-05-26load_code: Get rid of win32 specific code in favor SDL_LoadFunction & friends...Thomas Martitz1-7/+27
2012-05-20Fuze+ simulator: update image with keys indicationJean-Louis Biasini1-4/+4
2012-05-19Initial commit for the Creative ZEN X-Fi2 and X-Fi3 portsAmaury Pouly1-0/+7
2012-04-25Add codecs to librbcodec.Sean Bartell1-1/+1
2012-04-05touchscreen: Fix kinetic scrolling when the statusbar is off.Thomas Martitz2-3/+1
2012-04-04Refactor and unify objcopy calls in the build system. Also now properly handl...Thomas Martitz1-1/+1
2012-04-03Revert 1207c7b and fix the actual warnings.Frank Gevaerts1-2/+10
2012-03-30android: implement system_exception_wait and system_reboot, so that the panic...Thomas Martitz1-2/+12
2012-03-26build system: unify/simplify library handling a bit.Thomas Martitz1-5/+3
2012-03-22android: lcd_update/_rect() changesThomas Martitz1-17/+35
2012-03-22android: Add facility for java code to wait native code to be ready.Thomas Martitz5-2/+62
2012-03-20sdl: Fix the sdl init so the sim will get a taskbar itemJonathan Gordon1-2/+2
2012-03-18Add RBCODEC_LIB to android and ypr0 builds so they link again.Frank Gevaerts1-1/+2
2012-03-04Tweak some PCM drivers for less typecasting with the data pointer.Michael Sevakis4-15/+14
2012-03-03android: drop copied lcd_blit_yuv() and use generic one.Thomas Martitz1-205/+0
2012-03-03Revise the PCM callback system after adding multichannel audio.Michael Sevakis4-48/+49
2012-03-02Pandora port: Add support for the L/R shoulder buttonsThomas Jarosch1-0/+6
2012-02-28lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon4-18/+14
2012-02-22Arm stack unwinderMarcin Bukat1-1/+1
2012-01-25Include stdlib.h for atexit().Thomas Martitz1-0/+1
2012-01-25Fix win32 simulator build (FS#12564).Thomas Martitz1-0/+1
2012-01-23ypr0: Allow dection of multiple button presses at the same time.Thomas Martitz3-68/+60
2012-01-22ypr0: Work around warning introduced by buggy alsa headers.Thomas Martitz1-19/+28
2012-01-22Fix sdl build warningsThomas Martitz1-0/+6
2012-01-22ypr0: Use generic lcd memframe driver.Thomas Martitz2-52/+27
2012-01-22Create fimrware/asm directory for assembly optimized stuff.Thomas Martitz7-515/+41
2012-01-21android/ypr0: Merge lc-*.c to generic lc-unix.c.Thomas Martitz2-41/+4
2012-01-21android/ypr0: Merge fs-*.c to generic filesystem-unix.c.Thomas Martitz4-157/+2
2012-01-21android/ypr0: Merge kernel-*.c to generic kernel-unix.c.Thomas Martitz5-141/+50
2012-01-21ypr0: Fix build failure.Thomas Martitz2-3/+2
2012-01-21Hosted: Merge debugf() implementations. Cleanup debug.h.Thomas Martitz1-0/+65
2012-01-21hosted/pcm/alsa: Use alternate signal stack for the async callback.Thomas Martitz1-0/+31
2012-01-08ascodec-target.h: removeRafaël Carré7-103/+26
2012-01-08remove cargo-cult empty i2c-target.hRafaël Carré3-75/+0
2012-01-08adc-target.h: cleanupRafaël Carré3-75/+0
2012-01-08button-target.h : move prototypes to button.hRafaël Carré3-35/+0
2012-01-07Only use lcd-remote.h #ifdef HAVE_REMOTE_LCDRafaël Carré1-0/+2
2012-01-04*frequency_linux(): factorizeRafaël Carré2-26/+14
2012-01-04Fix oops. Too late now.Thomas Martitz1-2/+2
2012-01-04Fix intermittent warning on sdl app build.Thomas Martitz1-6/+6
2012-01-04android: move pcm_shutdown() to audiohw_close() now that it's properly called...Thomas Martitz1-3/+0
2012-01-03Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz6-109/+13
2012-01-03ypr0: Enable headphone detectionThomas Martitz6-1/+300
2011-12-31usb-target.h: removeRafaël Carré3-0/+0
2011-12-31move usb_pin_init() declaration to PP's system-target.hRafaël Carré3-75/+0
2011-12-31ypr0: Proper battery curve measured with battery_bench.Thomas Martitz1-8/+4
2011-12-31ypr0: Enable battery voltage read-out, charging monitoring and charger detect...Thomas Martitz3-88/+172
2011-12-25ypr0: Fix ascodec_readbytes().Thomas Martitz1-4/+6