summaryrefslogtreecommitdiffstats
path: root/uisimulator/common/stubs.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-08Clarify usb_powered() and fix some code.Amaury Pouly1-1/+1
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis1-3/+2
2014-02-23simulator: Simulate external storage for HAVE_MULTIDRIVE.Thomas Martitz1-7/+0
2014-02-23storage: Add STORAGE_HOSTFSThomas Martitz1-0/+7
2013-09-05fix redAmaury Pouly1-2/+2
2013-09-05touch devices: Disable touch on softlock.Jean-Louis Biasini1-0/+14
2013-08-17Cleanup MV/MD macros a little.Michael Sevakis1-2/+2
2013-04-15Keep fixing 0c7b787 stuffMichael Sevakis1-5/+0
2012-03-04Tweak paramters of mp3_play_data and callback.Michael Sevakis1-3/+4
2012-02-19Fix warn_unused_result warning.Dominik Riebeling1-2/+8
2012-01-22Another attempt at fixing storage_*_warnings. Correct return values also.Thomas Martitz1-3/+6
2012-01-22Attempt to fix remaining warnings.Thomas Martitz1-2/+2
2012-01-04Fix reds by implementing a few more stubs, and undefining HAVE_STORAGE_FLUSH ...Thomas Martitz1-0/+4
2012-01-03Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz1-26/+0
2011-03-08RaaA: Add RTC supportThomas Jarosch1-18/+0
2011-02-28Move sleep timer code outside of PLATFORM_NATIVE ifdef so RaaA can access itThomas Jarosch1-11/+0
2010-10-31Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#111...Marcin Bukat1-1/+107
2010-08-02Rockbox as an application: Commit current Android port progress.Thomas Martitz1-3/+3
2010-07-04Simulator: build recording codeRafaël Carré1-0/+5
2010-05-22rtc_enable_alarm() needs no return valueRafaël Carré1-2/+2
2010-05-18Rename sdl lcd initialization to (remote_)lcd_init_device which enables remov...Thomas Martitz1-4/+0
2010-05-15- Move uisimulator/sdl/*.[ch] into the target tree, under firmware/target/hos...Thomas Martitz1-16/+0
2009-11-23UISimulator - prevent multiple definition of usb_inserted when USB_NONE is de...Michael Chicoine1-0/+2
2009-10-05Fix red: Invert buttons in RTL modeTomer Shalev1-1/+1
2009-10-05Invert buttons in RTL modeTomer Shalev1-1/+1
2009-09-26FS#10569 RTC driver cleanupNils Wallménius1-12/+4
2009-08-19Slight cleanup in lcd.h: kill fixme and remove useless include, add some incl...Nils Wallménius1-0/+4
2009-04-29Simulate lcd_enable and lcd_sleep in the simulator. Therefore, turn backlight...Thomas Martitz1-13/+0
2009-03-17Actually do the renaming of the stub.Thomas Martitz1-1/+1
2009-03-17Fix reds and yellows (hopefully). Some targets apparently didn't properly #if...Thomas Martitz1-1/+1
2009-02-27Small bit from my GSoC work: Unify the way the simulator accesses voice strin...Tom Ross1-4/+0
2009-01-08Fix yellow. Don't know how I missed that testing sim build. :\Michael Sevakis1-0/+1
2009-01-08Allow sims to shut down normally from panic code.Michael Sevakis1-2/+2
2009-01-08Clean up panicf and introduce system_exception_wait to do further target task...Michael Sevakis1-0/+10
2009-01-03Fix remaining red.Nils Wallménius1-0/+6
2008-12-04stop printing "storage_sleep()" in the sim outputJonathan Gordon1-1/+0
2008-12-03Fix some red. The stubs in bootloaders are giving some trouble.Michael Sevakis1-17/+22
2008-12-03Straighten out some powermanagement stuff. Give target complete control over ...Michael Sevakis1-2/+13
2008-11-02put stubs in the proper placeFrank Gevaerts1-20/+16
2008-07-03Implement FS#8947 - Add a stub in the simulator for ata_disk_is_active. This ...Bertrik Sikken1-0/+8
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-29Fix red while keeping menu item.Michael Sevakis1-0/+7
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin1-1/+1
2008-04-13Make mpegplayer sleep the disk after buffering to save battery. * Add a simul...Jens Arnold1-0/+5
2008-03-28Revert my earlier const madness, we'll keep the parameter lists simple.Steve Bavin1-1/+1
2008-03-28The const police raid playback.c, should be no change to behaviour.Steve Bavin1-1/+1
2007-11-07compile talk.c on hwcodec sim. it wont actually talk thoughJonathan Gordon1-47/+0
2007-10-19FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...Steve Bavin1-18/+2
2007-10-13Fixes a problem where the sim would try to start the WPS on HAVE_RTC_ALARM si...Jonathan Gordon1-1/+3
2007-08-12Enable a lot more features for simulators and add stubs where necessary, simu...Nils Wallménius1-0/+104