summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2008-05-02 19:12:09 +0000
committerDave Chapman <dave@dchapman.com>2008-05-02 19:12:09 +0000
commitf2042983f08cd49404be0b6916fc73d778fe8dba (patch)
tree33a84414ca4d94770f900e92074c18ecadf23ed7 /firmware/export/config.h
parent4cf4b5c2aef075b719e834f30d17c0986fadb658 (diff)
downloadrockbox-f2042983f08cd49404be0b6916fc73d778fe8dba.tar.gz
rockbox-f2042983f08cd49404be0b6916fc73d778fe8dba.zip
Add the Sansa M200 (v1) as a target - it's extremely similar to the Logik DAX (the LCD driver worked unchanged). Plus various tcc77x work, including a working tick interrupt (enabled in the bootloader). Rockbox itself builds for the M200 (there are no keymaps yet for the DAX), but doesn't progress very far due to the lack of an ATA (NAND flash) driver.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17306 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 565f8950ff..e6b84f9aaa 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -80,6 +80,7 @@
80#define COWOND2_PAD 22 80#define COWOND2_PAD 22
81#define IAUDIO_M3_PAD 23 81#define IAUDIO_M3_PAD 23
82#define CREATIVEZVM_PAD 24 82#define CREATIVEZVM_PAD 24
83#define SANSA_M200_PAD 25
83 84
84/* CONFIG_REMOTE_KEYPAD */ 85/* CONFIG_REMOTE_KEYPAD */
85#define H100_REMOTE 1 86#define H100_REMOTE 1
@@ -236,6 +237,8 @@
236#include "config-e200.h" 237#include "config-e200.h"
237#elif defined(SANSA_C200) 238#elif defined(SANSA_C200)
238#include "config-c200.h" 239#include "config-c200.h"
240#elif defined(SANSA_M200)
241#include "config-m200.h"
239#elif defined(ELIO_TPJ1022) 242#elif defined(ELIO_TPJ1022)
240#include "config-tpj1022.h" 243#include "config-tpj1022.h"
241#elif defined(MROBE_100) 244#elif defined(MROBE_100)