rockbox/uisimulator/sdl
Maurus Cuelenaere 02883e02e2 Make ZVM30GB simulator work.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17513 a1c6a512-1295-4272-9138-f99709370657
2008-05-14 21:14:06 +00:00
..
button.c Make ZVM30GB simulator work. 2008-05-14 21:14:06 +00:00
kernel-sdl.c Add a complete priority inheritance implementation to the scheduler (all mutex ownership and queue_send calls are inheritable). Priorities are differential so that dispatch depends on the runnable range of priorities. Codec priority can therefore be raised in small steps (pcmbuf updated to enable). Simplify the kernel functions to ease implementation and use the same kernel.c for both sim and target (I'm tired of maintaining two ;_). 1) Not sure if a minor audio break at first buffering issue will exist on large-sector disks (the main mutex speed issue was genuinely resolved earlier). At this point it's best dealt with at the buffering level. It seems a larger filechunk could be used again. 2) Perhaps 64-bit sims will have some minor issues (finicky) but a backroll of the code of concern there is a 5-minute job. All kernel objects become incompatible so a full rebuild and update is needed. 2008-03-25 02:34:12 +00:00
lcd-bitmap.c Consistent naming scheme the various blit functions. * Removed lcd_blit_mono() for colour targets. Plugin API became incompatible, so sort, clean up & bump. * Implemented lcd_blit_mono() for M3. 2008-03-24 00:35:53 +00:00
lcd-bitmap.h code policed // comments 2006-03-19 06:59:36 +00:00
lcd-charcells.c simulator: 2008-03-02 21:28:26 +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 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 code policed // comments 2006-03-19 06:59:36 +00:00
Makefile Renamed 'archos' to 'modelname' in the configure script and the Makefiles 2008-01-23 10:59:17 +00:00
README SDL simulator brought by Nathan Hand and Nick Lanham. This is added as a third 2006-01-09 11:22:36 +00:00
sound.c Fix some yellow that went unnoticed earlier. 2007-10-07 06:13:05 +00:00
sound.h Use SDL's thread wrappers instead of pthreads to increase portability in the SDL sim. Patch by Andrew Pilley with some changes by me. 2006-01-13 13:38:31 +00:00
SOURCES Add a complete priority inheritance implementation to the scheduler (all mutex ownership and queue_send calls are inheritable). Priorities are differential so that dispatch depends on the runnable range of priorities. Codec priority can therefore be raised in small steps (pcmbuf updated to enable). Simplify the kernel functions to ease implementation and use the same kernel.c for both sim and target (I'm tired of maintaining two ;_). 1) Not sure if a minor audio break at first buffering issue will exist on large-sector disks (the main mutex speed issue was genuinely resolved earlier). At this point it's best dealt with at the buffering level. It seems a larger filechunk could be used again. 2) Perhaps 64-bit sims will have some minor issues (finicky) but a backroll of the code of concern there is a 5-minute job. All kernel objects become incompatible so a full rebuild and update is needed. 2008-03-25 02:34:12 +00:00
sprintf.h Patch #1417462 by Dan Everton - Improved SDL simulator 2006-02-03 15:19:58 +00:00
system-sdl.h Do core interrupt masking in a less general fashion and save some instructions to decrease size and speed things up a little bit. Small fix to a few places where interrupts would get enabled again where they shouldn't have been (context switching calls when disabled). 2008-03-26 01:50:41 +00:00
thread-sdl.c Do core interrupt masking in a less general fashion and save some instructions to decrease size and speed things up a little bit. Small fix to a few places where interrupts would get enabled again where they shouldn't have been (context switching calls when disabled). 2008-03-26 01:50:41 +00:00
thread-sdl.h Simplify the uisimulator I/O routine and let the rockbox thread calling the functions be the background thread. Should speed things up too and lose none of the advantanges of background I/O. 2007-12-03 14:01:12 +00:00
timefuncs.h SDL simulator brought by Nathan Hand and Nick Lanham. This is added as a third 2006-01-09 11:22:36 +00:00
timer.c Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. 2008-05-05 10:32:46 +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-cowond2.bmp Shiny new bitmap for the D2 sim 2008-01-23 22:19:53 +00:00
UI-creativezvm.bmp Make ZVM30GB simulator work. 2008-05-14 21:14:06 +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 Re-commit bitmaps in binary mode 2006-02-20 23:44:22 +00:00
UI-gigabeatf.bmp first gigabeat commit 2006-02-24 15:42:52 +00:00
UI-gigabeats.bmp UI Simulator for Gigabeat S. 2008-02-08 08:33:17 +00:00
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 Re-commit bitmaps in binary mode 2006-02-20 23:44:22 +00:00
UI-h120.bmp Re-commit bitmaps in binary mode 2006-02-20 23:44:22 +00:00
UI-h300.bmp Re-commit bitmaps in binary mode 2006-02-20 23:44:22 +00:00
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 Re-commit bitmaps in binary mode 2006-02-20 23:44:22 +00:00
UI-ipodcolor.bmp Re-commit bitmaps in binary mode 2006-02-20 23:44:22 +00:00
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 Re-commit bitmaps in binary mode 2006-02-20 23:44:22 +00:00
UI-ipodvideo.bmp Add iPod Video sim background contributed by aaronfg. 2006-02-23 21:50:34 +00:00
UI-m3.bmp More M3 work: Rockbox logo, keymap, sim definitions, sim bitmap. Simulator builds and works now, but for some reason it tries to build plugins even though they're deactivated through configure... The keymap probably needs further refinement. 2008-03-14 00:17:59 +00:00
UI-m5.bmp Actual M5 simulator image. 2007-03-05 18:36:17 +00:00
UI-mrobe100.bmp simulator: 2008-03-02 21:28:26 +00:00
UI-mrobe500.bmp More M:Robe work including a fix to lcd-as-memframe for larger screens thanks to Michael Sevakis. Also fixes simulator builds. 2007-10-21 23:12:17 +00:00
UI-ondiofm.bmp Re-commit bitmaps in binary mode 2006-02-20 23:44:22 +00:00
UI-ondiosp.bmp Re-commit bitmaps in binary mode 2006-02-20 23:44:22 +00:00
UI-player.bmp Re-commit bitmaps in binary mode 2006-02-20 23:44:22 +00:00
UI-recorder.bmp Re-commit bitmaps in binary mode 2006-02-20 23:44:22 +00:00
UI-recorderv2.bmp Re-commit bitmaps in binary mode 2006-02-20 23:44:22 +00:00
UI-x5.bmp Re-commit bitmaps in binary mode 2006-02-20 23:44:22 +00:00
uisdl.c Setup the touchpads to have two modes - stylus and button - and set them in button mode by default. 2008-04-15 10:35:11 +00:00
uisdl.h Make ZVM30GB simulator work. 2008-05-14 21:14:06 +00:00

To build:

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