rockbox/uisimulator/sdl
Michael Sevakis 3a45faa6a8 More Simulator tweaking. Back to the counter but with 0 delay. Forget the semaphore; it makes for too much kernel thread yielding.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14649 a1c6a512-1295-4272-9138-f99709370657
2007-09-09 08:28:42 +00:00
..
button.c UISIMULATOR: Give the host OS some needed context switching hints (which _is_ supposed to work on Linux - but I can't tell on VMWare - and does on Windows). I guess I'll know for sure soon. Give sleep() even more genuine behavior. Add some button driver sync with the rockbox threads that should have been there for some time - this is basically interrupt-like processing as any thread not in the kernel pool should be considered. Make the screendump work again by posting the request. Perhaps help out shutting down for some users but not in the way I'd prefer - to think about. 2007-09-09 01:59:07 +00:00
kernel.c UISIMULATOR: Give the host OS some needed context switching hints (which _is_ supposed to work on Linux - but I can't tell on VMWare - and does on Windows). I guess I'll know for sure soon. Give sleep() even more genuine behavior. Add some button driver sync with the rockbox threads that should have been there for some time - this is basically interrupt-like processing as any thread not in the kernel pool should be considered. Make the screendump work again by posting the request. Perhaps help out shutting down for some users but not in the way I'd prefer - to think about. 2007-09-09 01:59:07 +00:00
lcd-bitmap.c Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BACKLIGHT to a simple HAVE_BACKLIGHT. 2007-04-12 22:12:13 +00:00
lcd-bitmap.h
lcd-charcells.c Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BACKLIGHT to a simple HAVE_BACKLIGHT. 2007-04-12 22:12:13 +00:00
lcd-charcells.h Charcell lcd driver: Preparations for switching to non-immediate LCD updates, using lcd_update() like on bitmap targets. * Added proper clipping. * Simplified simulator code. 2007-03-31 09:58:49 +00:00
lcd-remote-bitmap.c
lcd-remote-bitmap.h
lcd-sdl.c
lcd-sdl.h
Makefile
README
sound.c not to self: should recompile after adding comments... 2007-07-31 11:50:56 +00:00
sound.h
SOURCES Use multi-screen api for metronome plugin, and made it run in the simulator by implementing the timer functions 2007-07-29 03:43:37 +00:00
sprintf.h
thread-sdl.c More Simulator tweaking. Back to the counter but with 0 delay. Forget the semaphore; it makes for too much kernel thread yielding. 2007-09-09 08:28:42 +00:00
thread-sdl.h UISIMULATOR: Give the host OS some needed context switching hints (which _is_ supposed to work on Linux - but I can't tell on VMWare - and does on Windows). I guess I'll know for sure soon. Give sleep() even more genuine behavior. Add some button driver sync with the rockbox threads that should have been there for some time - this is basically interrupt-like processing as any thread not in the kernel pool should be considered. Make the screendump work again by posting the request. Perhaps help out shutting down for some users but not in the way I'd prefer - to think about. 2007-09-09 01:59:07 +00:00
timefuncs.h
timer.c Use multi-screen api for metronome plugin, and made it run in the simulator by implementing the timer functions 2007-07-29 03:43:37 +00:00
UI-av300.bmp Start of work on a port to the Archos 'AV300' (AV320/340/380) - a working UI simulator (but with a dummy background image for now) and the beginnings of the target-specific firmare code. Port is temporarily using a 2bpp LCD buffer format - the AV300 has a 320x240 colour (YCbCr-based) LCD which will need a new framebuffer format and drawing routines, but the LCD is also capable of various paletted bitmap modes, one of which has an identical framebuffer format to the greyscale ipods. Buttons (and hence the button mappings) are identical to the Archos Recorder, with the exception that the PLAY button on the Recorder is replaced by pressing the joystick on the AV300 (which I call BUTTON_SELECT). The initial port will begin by being strictly HWCODEC, but will evolve to be a hybrid SWCODEC/HWCODEC platform - it has a MAS3587F but also a main CPU (54MHz arm7tdmi plus DSP) capable of software decoding of at least some formats. 2007-01-14 13:48:09 +00:00
UI-c200.bmp Make the uisim build for the Sansa c200. 2007-09-08 03:10:22 +00:00
UI-e200.bmp Made sansa and iFP simulator bitmaps binary and restored working versions. 2007-01-10 07:54:52 +00:00
UI-fmrecorder.bmp
UI-gigabeatf.bmp
UI-h10.bmp
UI-h10_5gb.bmp
UI-h100.bmp
UI-h120.bmp
UI-h300.bmp
UI-ifp7xx.bmp Made sansa and iFP simulator bitmaps binary and restored working versions. 2007-01-10 07:54:52 +00:00
UI-ipod1g2g.bmp Added iPod 1st/2nd gen simulator bits. 2007-08-05 20:43:54 +00:00
UI-ipod3g.bmp Removed executable flag 2007-01-09 23:29:07 +00:00
UI-ipod4g.bmp
UI-ipodcolor.bmp
UI-ipodmini.bmp Removed executable flag 2007-01-09 23:29:07 +00:00
UI-ipodmini2g.bmp Removed executable flag 2007-01-09 23:29:07 +00:00
UI-ipodnano.bmp
UI-ipodvideo.bmp
UI-m5.bmp Actual M5 simulator image. 2007-03-05 18:36:17 +00:00
UI-ondiofm.bmp
UI-ondiosp.bmp
UI-player.bmp
UI-recorder.bmp
UI-recorderv2.bmp
UI-x5.bmp
uisdl.c UISIMULATOR: Give the host OS some needed context switching hints (which _is_ supposed to work on Linux - but I can't tell on VMWare - and does on Windows). I guess I'll know for sure soon. Give sleep() even more genuine behavior. Add some button driver sync with the rockbox threads that should have been there for some time - this is basically interrupt-like processing as any thread not in the kernel pool should be considered. Make the screendump work again by posting the request. Perhaps help out shutting down for some users but not in the way I'd prefer - to think about. 2007-09-09 01:59:07 +00:00
uisdl.h Make the uisim build for the Sansa c200. 2007-09-08 03:10:22 +00:00

To build:

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