rockbox/firmware/target/arm/tms320dm320
Jonathan Gordon 5b5a626bb6 Setup the touchpads to have two modes - stylus and button - and set them in button mode by default.
in button mode the touchpad is split into a 3x3 grid for 9 seperate buttons which can be used by the action system like real buttons.
Unify the keymap file for the touchpads in button mode. the target keymap file only needs to worry about real buttons.
(As these ports mature each screen will need to be fixed seperatly to be able to use stylus mode (the lists can already but don't change mode just yet.)


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17114 a1c6a512-1295-4272-9138-f99709370657
2008-04-15 10:35:11 +00:00
..
mrobe-500 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
app.lds explicitly align the ibss section by adjusting _iramend - fixes hang on m:robe (and potential problem on other arm targets) 2008-04-07 18:24: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 TAB policing 2007-11-02 08:43:56 +00:00
debug-dm320.c 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
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 Add DM320 I²C driver, although not (yet) enabled in the sources. 2008-04-09 15:25:20 +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 Get the user timer working properly consequentially fixing doom without a hack. 2007-11-07 05:30:31 +00:00
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 m:robe 500i port: Add support for the backlight client in the SPI subsystem 2007-11-02 05:07:52 +00:00
system-dm320.c Get the user timer working properly consequentially fixing doom without a hack. 2007-11-07 05:30:31 +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 Change the remaining set_interrupt_status usage to the more parsimonious disable/enable/restore. 2008-03-31 06:00:23 +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 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
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