summaryrefslogtreecommitdiff
path: root/firmware/target/hosted
AgeCommit message (Expand)Author
2012-01-22Create fimrware/asm directory for assembly optimized stuff.Thomas Martitz
2012-01-21android/ypr0: Merge lc-*.c to generic lc-unix.c.Thomas Martitz
2012-01-21android/ypr0: Merge fs-*.c to generic filesystem-unix.c.Thomas Martitz
2012-01-21android/ypr0: Merge kernel-*.c to generic kernel-unix.c.Thomas Martitz
2012-01-21ypr0: Fix build failure.Thomas Martitz
2012-01-21Hosted: Merge debugf() implementations. Cleanup debug.h.Thomas Martitz
2012-01-21hosted/pcm/alsa: Use alternate signal stack for the async callback.Thomas Martitz
2012-01-08ascodec-target.h: removeRafaël Carré
2012-01-08remove cargo-cult empty i2c-target.hRafaël Carré
2012-01-08adc-target.h: cleanupRafaël Carré
2012-01-08button-target.h : move prototypes to button.hRafaël Carré
2012-01-07Only use lcd-remote.h #ifdef HAVE_REMOTE_LCDRafaël Carré
2012-01-04*frequency_linux(): factorizeRafaël Carré
2012-01-04Fix oops. Too late now.Thomas Martitz
2012-01-04Fix intermittent warning on sdl app build.Thomas Martitz
2012-01-04android: move pcm_shutdown() to audiohw_close() now that it's properly called...Thomas Martitz
2012-01-03Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz
2012-01-03ypr0: Enable headphone detectionThomas Martitz
2011-12-31usb-target.h: removeRafaël Carré
2011-12-31move usb_pin_init() declaration to PP's system-target.hRafaël Carré
2011-12-31ypr0: Proper battery curve measured with battery_bench.Thomas Martitz
2011-12-31ypr0: Enable battery voltage read-out, charging monitoring and charger detect...Thomas Martitz
2011-12-25ypr0: Fix ascodec_readbytes().Thomas Martitz
2011-12-24ypr0: Cleanup and simplify ascodec functions. Fix audiohw_{pre,post}init() no...Thomas Martitz
2011-12-24Initial commit of the Samsung YP-R0 port.Thomas Martitz
2011-12-19Hosted/linux: Add process/cpu info screen to the debug menu.Thomas Martitz
2011-12-17Commit to certain names for cache coherency APIs and discard the aliases.Michael Sevakis
2011-12-10thread.c includes gcc_extensions.h and thread-XXX.c files are includes inside...Michael Sevakis
2011-12-09Nokia N900: Implement pcm_play_lock() / pcm_play_unlock()Thomas Jarosch
2011-12-09Introduce USED_ATTR wrapper for __attribute__((used)).Boris Gjenero
2011-12-03lcd_blit_yuv: move from sdl driver to lcd16bit-commonRafaël Carré
2011-12-01Sansa Connect: Make simulator compile. UI-sansaconnect.bmp by Martin Sägmül...Tomasz Moń
2011-11-17Fix yellow.Thomas Martitz
2011-11-17Remove sim_tasks from the sdl application build.Thomas Martitz
2011-11-17Simulate usb plugging on the sim better using sim_tasks.Thomas Martitz
2011-10-30Sansa clip zip: make the simulator work by adding the background bitmapBertrik Sikken
2011-10-28Fix FS#12351: The poweroff timer was not reset on scroll wheel activity for e...Andree Buschmann
2011-09-25imx233/fuze+: add fuze+ to the simulator frameworkAmaury Pouly
2011-09-08Exit of SDL_WaitEvent() returns an error.Thomas Martitz
2011-09-01Shuffle some functions around so that interfacing with playback.c in particul...Michael Sevakis
2011-08-14Fix typo in and clarify comment.Thomas Martitz
2011-08-14Android: Minor changes in ldebugf.Thomas Martitz
2011-08-14Remove a couple of duplicate #includesBertrik Sikken
2011-08-14Remove hosted_get_volume(), as event data is available in button_get_data().Thomas Martitz
2011-07-22Android: Fix crash on start up.Thomas Martitz
2011-07-19Android: Change headphone detection to call into native.Thomas Martitz
2011-07-18Android: Refactor some of the glue code.Thomas Martitz
2011-06-29Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...Michael Sevakis
2011-06-05Android: Greatly simplify the pcm callback mechanism on both, the Java and th...Thomas Martitz
2011-06-04Android: implement headphone detection thus enabling pause on unplug (FS#12097).Dominik Riebeling