summaryrefslogtreecommitdiff
path: root/firmware/export/config-clip.h
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2008-10-19 14:11:01 +0000
committerDave Chapman <dave@dchapman.com>2008-10-19 14:11:01 +0000
commit08c41d42bb699a1be99c9696b4d4fb7b40e8723a (patch)
tree2834231979d52b81a7860fd4a5e19ed79b3ffee7 /firmware/export/config-clip.h
parent14ee31865e366dc19fb87caf4877a8d93305a01b (diff)
downloadrockbox-08c41d42bb699a1be99c9696b4d4fb7b40e8723a.tar.gz
rockbox-08c41d42bb699a1be99c9696b4d4fb7b40e8723a.zip
Add e200v2 and m200v2 targets. Move the telechips lcd-ssd1815.c (currently used by Logik DAX and m200v1 ports) driver up in the target tree and share with the m200v2 - as2525 parts contributed by Rafael Carre. Includes the start (but is still very incomplete) of an LCD driver for the e200v2. m200v2 is not yet fully supported by mkamsboot - that will come soon. Also some minor cleanups for the Clip.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18836 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-clip.h')
-rw-r--r--firmware/export/config-clip.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/firmware/export/config-clip.h b/firmware/export/config-clip.h
index 0685e45fd9..d2c2b51d18 100644
--- a/firmware/export/config-clip.h
+++ b/firmware/export/config-clip.h
@@ -4,7 +4,7 @@
4#define TARGET_TREE /* this target is using the target tree system */ 4#define TARGET_TREE /* this target is using the target tree system */
5 5
6/* For Rolo and boot loader */ 6/* For Rolo and boot loader */
7#define MODEL_NUMBER 50 7#define MODEL_NUMBER 40
8#define MODEL_NAME "Sandisk Sansa Clip" 8#define MODEL_NAME "Sandisk Sansa Clip"
9#define FIRMWARE_OFFSET_FILE_DATA 0 9#define FIRMWARE_OFFSET_FILE_DATA 0
10#define FIRMWARE_OFFSET_FILE_CRC 0 10#define FIRMWARE_OFFSET_FILE_CRC 0
@@ -69,11 +69,9 @@
69/* There is no hardware tone control */ 69/* There is no hardware tone control */
70#define HAVE_SW_TONE_CONTROLS 70#define HAVE_SW_TONE_CONTROLS
71 71
72#define HAVE_AS3525
73
74/* define this if you have a real-time clock */ 72/* define this if you have a real-time clock */
75#ifndef BOOTLOADER 73#ifndef BOOTLOADER
76//#define CONFIG_RTC RTC_AS3525 74#define CONFIG_RTC RTC_AS3525
77#endif 75#endif
78 76
79/* Define this if you have a software controlled poweroff */ 77/* Define this if you have a software controlled poweroff */
@@ -148,7 +146,7 @@
148/* enable these for the experimental usb stack */ 146/* enable these for the experimental usb stack */
149#define HAVE_USBSTACK 147#define HAVE_USBSTACK
150#define USB_VENDOR_ID 0x0781 148#define USB_VENDOR_ID 0x0781
151#define USB_PRODUCT_ID 0x7421 149#define USB_PRODUCT_ID 0x7433
152#endif /* BOOTLOADER */ 150#endif /* BOOTLOADER */
153 151
154/* Virtual LED (icon) */ 152/* Virtual LED (icon) */
@@ -157,6 +155,11 @@
157/* Define this if you have adjustable CPU frequency */ 155/* Define this if you have adjustable CPU frequency */
158#define HAVE_ADJUSTABLE_CPU_FREQ 156#define HAVE_ADJUSTABLE_CPU_FREQ
159 157
158#define MI4_FORMAT
159#define BOOTFILE_EXT "sansa"
160#define BOOTFILE "rockbox." BOOTFILE_EXT
161#define BOOTDIR "/.rockbox"
162
160#define ICODE_ATTR_TREMOR_NOT_MDCT 163#define ICODE_ATTR_TREMOR_NOT_MDCT
161 164
162#define INCLUDE_TIMEOUT_API 165#define INCLUDE_TIMEOUT_API