rockbox/firmware/target/arm/tms320dm320
Maurus Cuelenaere ac67d70173 Add beginning of DSP code (done by Catalin Patulea), but don't enable it
yet as there's no C54xx compiler in the toolchain yet..


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17547 a1c6a512-1295-4272-9138-f99709370657
2008-05-16 21:16:01 +00:00
..
creative-zvm 1) Put USB in IRAM 2008-05-16 21:05:18 +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 yep.. I really cant spell 2008-04-29 01:09:39 +00:00
app.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
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 1) Use a separate config-<target>.h for Zen Vision(:M) (60GB) 2008-05-14 18:55:19 +00:00
debug-dm320.c 1) Use a separate config-<target>.h for Zen Vision(:M) (60GB) 2008-05-14 18:55:19 +00:00
debug-target.h Fix the Gigabeat red and move it's hw specific code into the target tree 2007-11-10 23:13:27 +00:00
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 m:robe 500i: Add DSP (C5409) control driver and image loader. 2007-11-20 05:12:05 +00:00
dsp_image_helloworld.h m:robe 500i: Fix DSP loader code 2007-11-20 06:02:05 +00:00
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 Remove last few inw/outw uses in the M:Robe port 2007-11-20 04:55:57 +00:00
timer-dm320.c Move interrupt clearing up. 2008-05-07 13:33:29 +00:00
timer-target.h Move some more files around and get the main build compiling 2007-09-30 16:29:21 +00:00
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 Work in progress fixes to the remote button handling. Now the remote can be unplugged and then plugged in and it will work. 2007-11-15 06:44:35 +00:00