rockbox/uisimulator/sdl
Miika Pekkarinen a85044bf9e New scheduler, with priorities for swcodec platforms. Frequent task
switching should be more efficient and tasks are stored in linked
lists to eliminate unnecessary task switching to improve performance.
Audio should no longer skip on swcodec targets caused by too CPU
hungry UI thread or background threads.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10958 a1c6a512-1295-4272-9138-f99709370657
2006-09-16 16:18:11 +00:00
..
button.c Iriver iFP7xx support in simulator. 2006-08-18 19:14:11 +00:00
kernel.c New scheduler, with priorities for swcodec platforms. Frequent task 2006-09-16 16:18:11 +00:00
lcd-bitmap.c Adjustments for simulating a backlight-modded Ondio. 2006-06-03 12:09:12 +00:00
lcd-bitmap.h
lcd-charcell.c Fix red playersim build on linux, and make it a bit less hackish. 2006-05-23 10:00:11 +00:00
lcd-charcell.h
lcd-remote-bitmap.c X5 remote LCD drawing. This will break target linking atm - lcd_remote_update[_rect]() are not yet implemented. 2006-07-28 07:35:45 +00:00
lcd-remote-bitmap.h X5 remote LCD drawing. This will break target linking atm - lcd_remote_update[_rect]() are not yet implemented. 2006-07-28 07:35:45 +00:00
lcd-sdl.c Prevent simulator SDL audio skipping under OS X (FS#5748 by Emanuel 2006-07-31 15:11:03 +00:00
lcd-sdl.h
Makefile Moved the X5 button driver to the target tree 2006-07-27 13:27:31 +00:00
README
sound.c
sound.h
SOURCES X5 remote LCD drawing. This will break target linking atm - lcd_remote_update[_rect]() are not yet implemented. 2006-07-28 07:35:45 +00:00
sprintf.h
thread-sdl.c Oops - fix warnings and add a simulator version of remove_thread_on_core() 2006-09-03 21:00:19 +00:00
thread-sdl.h
timefuncs.h
UI-fmrecorder.bmp
UI-gigabeatf.bmp
UI-gmini120.bmp
UI-h10.bmp Patch #5731 by Barry Wardell: more iriver h10 work. Thanks! 2006-08-11 08:35:27 +00:00
UI-h10_5gb.bmp Add new build target for iriver H10 5/6Gb. 2006-08-19 19:21:17 +00:00
UI-h100.bmp
UI-h120.bmp
UI-h300.bmp
UI-ifp7xx.bmp Iriver iFP7xx support in simulator. 2006-08-18 19:14:11 +00:00
UI-ipod4g.bmp
UI-ipodcolor.bmp
UI-ipodmini.bmp
UI-ipodmini2g.bmp
UI-ipodnano.bmp
UI-ipodvideo.bmp
UI-ondiofm.bmp
UI-ondiosp.bmp
UI-player.bmp
UI-recorder.bmp
UI-recorderv2.bmp
UI-x5.bmp
uisdl.c X5 remote LCD drawing. This will break target linking atm - lcd_remote_update[_rect]() are not yet implemented. 2006-07-28 07:35:45 +00:00
uisdl.h Add new build target for iriver H10 5/6Gb. 2006-08-19 19:21:17 +00:00

To build:

 $ ../tools/configure
 [answer questions]
 $ make
 $ ./rockboxui