summaryrefslogtreecommitdiffstats
path: root/uisimulator/common/stubs.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-08-10Remove the 'USB' menu item from the sim system menu, press the 'u' key to dis...Nils Wallménius1-6/+0
2007-06-11Oops. I should respect the simulator #ifdefs more.Steve Bavin1-0/+13
2007-03-30Implement remove_thread for SDL simulatorSteve Bavin1-7/+0
2007-03-11Audio Init: Just can't stand that heirarchy. Add one level of abstraction. Mi...Michael Sevakis1-6/+0
2007-03-11Add audiohw_postinit() stub for the sims.Michael Sevakis1-0/+6
2007-03-04Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...Daniel Ankers1-6/+0
2007-02-14Icons in the menus. Thanks midkay for them.Jonathan Gordon1-1/+0
2006-09-28Fixed settings persistence for simulatorsSteve Bavin1-3/+3
2006-09-03Oops - fix warnings and add a simulator version of remove_thread_on_core()Daniel Ankers1-9/+15
2006-02-13Backlight support for 8-bit targets in SDL sim. Redo sound handling. Still do...Dan Everton1-57/+0
2006-01-22Fixed the red builds.Miika Pekkarinen1-0/+5
2005-12-11Fix red sim builds - add rtc_read_datetime and rtc_write_datetime functions f...Dave Chapman1-24/+23
2005-11-22Added multi-screen support for quickscreen (mostly rewritten from scratch) an...Kevin Ferrare1-2/+1
2005-11-21Backlight handling: * Added 'Caption Backlight' and 'Backlight On When Chargi...Jens Arnold1-25/+8
2005-08-29Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold1-2/+2
2005-08-20Initial voice ui support for software codec platforms. Added also aMiika Pekkarinen1-0/+2
2005-07-22Fixed the simulator.Miika Pekkarinen1-1/+1