summaryrefslogtreecommitdiffstats
path: root/firmware/target/hosted
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-24ypr0: Cleanup and simplify ascodec functions. Fix audiohw_{pre,post}init() no...Thomas Martitz3-108/+48
2011-12-24Initial commit of the Samsung YP-R0 port.Thomas Martitz19-0/+2013
2011-12-19Hosted/linux: Add process/cpu info screen to the debug menu.Thomas Martitz2-0/+243
2011-12-17Commit to certain names for cache coherency APIs and discard the aliases.Michael Sevakis2-0/+8
2011-12-10thread.c includes gcc_extensions.h and thread-XXX.c files are includes inside...Michael Sevakis1-1/+0
2011-12-09Nokia N900: Implement pcm_play_lock() / pcm_play_unlock()Thomas Jarosch1-0/+26
2011-12-09Introduce USED_ATTR wrapper for __attribute__((used)).Boris Gjenero1-1/+3
2011-12-03lcd_blit_yuv: move from sdl driver to lcd16bit-commonRafaël Carré1-205/+0
2011-12-01Sansa Connect: Make simulator compile. UI-sansaconnect.bmp by Martin Sägmül...Tomasz Moń1-0/+7
2011-11-17Fix yellow.Thomas Martitz1-1/+1
2011-11-17Remove sim_tasks from the sdl application build.Thomas Martitz1-3/+4
2011-11-17Simulate usb plugging on the sim better using sim_tasks.Thomas Martitz1-4/+1
2011-10-30Sansa clip zip: make the simulator work by adding the background bitmapBertrik Sikken1-1/+6
2011-10-28Fix FS#12351: The poweroff timer was not reset on scroll wheel activity for e...Andree Buschmann1-0/+2
2011-09-25imx233/fuze+: add fuze+ to the simulator frameworkAmaury Pouly1-0/+8
2011-09-08Exit of SDL_WaitEvent() returns an error.Thomas Martitz1-1/+3
2011-09-01Shuffle some functions around so that interfacing with playback.c in particul...Michael Sevakis3-3/+3
2011-08-14Fix typo in and clarify comment.Thomas Martitz1-2/+2
2011-08-14Android: Minor changes in ldebugf.Thomas Martitz1-2/+3
2011-08-14Remove a couple of duplicate #includesBertrik Sikken2-2/+0
2011-08-14Remove hosted_get_volume(), as event data is available in button_get_data().Thomas Martitz1-16/+3
2011-07-22Android: Fix crash on start up.Thomas Martitz1-3/+3
2011-07-19Android: Change headphone detection to call into native.Thomas Martitz2-15/+25
2011-07-18Android: Refactor some of the glue code.Thomas Martitz3-35/+37
2011-06-29Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...Michael Sevakis3-4/+100
2011-06-05Android: Greatly simplify the pcm callback mechanism on both, the Java and th...Thomas Martitz1-49/+34
2011-06-04Android: implement headphone detection thus enabling pause on unplug (FS#12097).Dominik Riebeling1-0/+28
2011-05-29Fix an implicit declaration warning.Dominik Riebeling1-2/+3
2011-05-25Fix SDL touch screen handling on the screen edgesThomas Jarosch1-2/+13
2011-05-25Fix a problem where hardware keypresses dont reset the idle poweroff timer on...Jonathan Gordon1-0/+1
2011-05-08Fix tabs in .c and .h files in firmware/ Bertrik Sikken1-1/+1
2011-05-05Fix whitespace errors aka tabs.Dominik Riebeling1-2/+2
2011-04-16Define LCD dpi for n900, n8xx and the pandoraThomas Jarosch1-0/+8
2011-03-16Android: Implement app shutdown and thus, sleep timer.Thomas Martitz2-6/+32
2011-03-16Android: Partly revert r29569 and only call the new getJavaEnvironment() when...Thomas Martitz7-39/+42
2011-03-14Listen to and follow external Android volume changes. (Based on FS#11914 by M...Björn Stenberg1-0/+25
2011-03-12Android: allocate native_buffer locally, which does away with the need to holdMaurus Cuelenaere1-6/+9
2011-03-11Android: Switch to pthread_cond+SIGEV_THREAD for tick task handling.Thomas Martitz1-26/+19
2011-03-11Create GlobalRef in surfaceCreated, in accordance to r29572.Thomas Martitz1-8/+3
2011-03-11Android: delete the global reference in surfaceDestroyedMaurus Cuelenaere2-14/+5
2011-03-11Android: no need to keep RockboxPCM_class aroundMaurus Cuelenaere1-2/+1
2011-03-11Partly revert "Android: use NewGlobalRef for references that are used globally"Maurus Cuelenaere3-28/+8
2011-03-11Android: Don't share the JNI environment across threads, but obtain it theMaurus Cuelenaere7-8/+44
2011-03-11Android: use NewGlobalRef for references that are used globallyMaurus Cuelenaere3-12/+43
2011-03-10Enable volume keys in Android.Björn Stenberg2-0/+6
2011-03-08Return -1 for not implemented RTC functions.Thomas Martitz1-1/+1