Rockbox as an application: Add an 320x240 SDL application target.
commit5a8ad4131c47e1fd9c5348ef497515cd27920732
authorkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Tue, 6 Jul 2010 15:11:56 +0000 (6 15:11 +0000)
committerkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Tue, 6 Jul 2010 15:11:56 +0000 (6 15:11 +0000)
tree628d7638a50ab226d5164f495d14d56ed2b51a1f
parentd6e53c32d296f94c367f23da3d969009cfffa9f1
Rockbox as an application: Add an 320x240 SDL application target.

It still works mostly like the simulator. There's also some minor left overs from the sim, but it does not define SIMULATOR.
It installs into the current (build) dir, and you need to run it with '--root .' (because it looks for ./.rockbox and not ./simdisk/rockbox) as options. That's one of the few kludges left that should be resolved soon'ish.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27310 a1c6a512-1295-4272-9138-f99709370657
21 files changed:
apps/debug_menu.c
firmware/SOURCES
firmware/export/audiohw.h
firmware/export/config.h
firmware/export/config/application.h [new file with mode: 0644]
firmware/target/hosted/sdl/app/adc-target.h [copied from uisimulator/buttonmap/buttonmap.h with 60% similarity]
firmware/target/hosted/sdl/app/backlight-target.h [copied from uisimulator/buttonmap/buttonmap.h with 60% similarity]
firmware/target/hosted/sdl/app/button-application.c [copied from uisimulator/buttonmap/buttonmap.h with 55% similarity]
firmware/target/hosted/sdl/app/button-target.h [new file with mode: 0644]
firmware/target/hosted/sdl/app/i2c-target.h [copied from uisimulator/buttonmap/buttonmap.h with 60% similarity]
firmware/target/hosted/sdl/app/usb-target.h [copied from uisimulator/buttonmap/buttonmap.h with 60% similarity]
firmware/target/hosted/sdl/button-sdl.c
firmware/target/hosted/sdl/buttonmap.h [moved from uisimulator/buttonmap/buttonmap.h with 95% similarity]
firmware/target/hosted/sdl/key_to_touch-sdl.c [moved from uisimulator/buttonmap/touchscreen.c with 100% similarity]
firmware/target/hosted/sdl/sim-ui-defines.h
firmware/target/hosted/sdl/system-target.h [new file with mode: 0644]
tools/buildzip.pl
tools/configure
uisimulator/buttonmap/SOURCES
uisimulator/common/SOURCES
uisimulator/uisimulator.make