rockbox/firmware/target/arm/tms320dm320
Jonathan Gordon bdbdb97f19 FS#9051 - remove LCD margins... use viewports if you need them...
NOTE to WPS people....
%m has been removed, but (i think) because of the other %m tags it wont fail if you try loading a wps with %m|..|, it will just be ignored.
Also note that if the statusbar is enabled the default viewport is 8 pixels shorter than when its not, i.e (0,0) is really (0,8) if the statusbar is shown... I dont think this will be a major issue because almost no WPS show the bar and use bitmaps... text only WPS shouldnt be affected.

Please report problem screens in http://forums.rockbox.org/index.php?topic=17358.0


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17763 a1c6a512-1295-4272-9138-f99709370657
2008-06-23 13:20:35 +00:00
..
creative-zvm Targets with HAVE_LCD_ENABLE: Provide a means to receive notifications when the lcd is enabled and the image is refreshed so overlayed drawing can also be refreshed. Chiefly mpegplayer needs this so it can redraw the YUV data after the backlight is turned on while paused or when using 'Set Start Time'. 2008-05-28 10:17:16 +00:00
dsp Add beginning of DSP code (done by Catalin Patulea), but don't enable it 2008-05-16 21:16:01 +00:00
mrobe-500 "fix" usb detection on mr500.. by fix I mean tell it we havnt implemented that yet properly. 2008-05-18 14:01:36 +00:00
app.lds Forgot this also 2008-05-17 16:02:41 +00:00
boot.lds Make sure the linker considers crt0*.o before all files specified on the command line by using STARTUP() instead of INPUT() in the .lds. Using INPUT() makes the linker process crt0*.o after all files specified on the command line, making linking fail if there are librockbox.a members which are only referenced by crt0*.o. Remove the hackaround that was needed for building the gigabeat S bootloader before (aka UIE() problem). 2008-04-29 06:19:32 +00:00
crt0.S Use OF's firmware loading mechanism instead of Rockbox's. 2008-05-17 14:20:09 +00:00
debug-dm320.c FS#9051 - remove LCD margins... use viewports if you need them... 2008-06-23 13:20:35 +00:00
debug-target.h
dsp-dm320.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
dsp-target.h
dsp_image_helloworld.h
i2c-dm320.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
i2c-dm320.h Add DM320 I²C driver, although not (yet) enabled in the sources. 2008-04-09 15:25:20 +00:00
kernel-dm320.c Move interrupt clearing up. 2008-05-07 13:33:29 +00:00
spi-dm320.c 1) Use a separate config-<target>.h for Zen Vision(:M) (60GB) 2008-05-14 18:55:19 +00:00
spi-target.h 1) Use a separate config-<target>.h for Zen Vision(:M) (60GB) 2008-05-14 18:55:19 +00:00
system-dm320.c 1) Use a separate config-<target>.h for Zen Vision(:M) (60GB) 2008-05-14 18:55:19 +00:00
system-target.h
timer-dm320.c Move interrupt clearing up. 2008-05-07 13:33:29 +00:00
timer-target.h
uart-dm320.c Commit whole Creative Zen Vision:M target tree + all related firmware/ 2008-04-24 20:08:28 +00:00
uart-target.h