rockbox/firmware/target/arm/tms320dm320
Marcoen Hirschberg 82c52302bd split boot.lds and move it into the target tree
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16855 a1c6a512-1295-4272-9138-f99709370657
2008-03-27 23:58:03 +00:00
..
mrobe-500 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
app.lds Split up app.lds to the respective target directories. The portalplayer devices replicate app.lds since their target tree doesn't follow a syntax typical to the newer arm targets - the portalplayers could be cleaned up further. boot.lds and plugin.lds still need to be cleaned up. 2008-03-13 03:48:23 +00:00
boot.lds split boot.lds and move it into the target tree 2008-03-27 23:58:03 +00:00
crt0.S
debug-dm320.c
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 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
i2c-dm320.h
kernel-dm320.c
spi-dm320.c Finally, out goes struct spinlock for anything but mutiprocessor targets where it becomes a reenterable corelock. 2008-01-18 13:12:33 +00:00
spi-target.h
system-dm320.c
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 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
timer-target.h
uart-dm320.c
uart-target.h