summaryrefslogtreecommitdiffstats
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 @@
#define TARGET_TREE /* this target is using the target tree system */
/* For Rolo and boot loader */
-#define MODEL_NUMBER 50
+#define MODEL_NUMBER 40
#define MODEL_NAME "Sandisk Sansa Clip"
#define FIRMWARE_OFFSET_FILE_DATA 0
#define FIRMWARE_OFFSET_FILE_CRC 0
@@ -69,11 +69,9 @@
/* There is no hardware tone control */
#define HAVE_SW_TONE_CONTROLS
-#define HAVE_AS3525
-
/* define this if you have a real-time clock */
#ifndef BOOTLOADER
-//#define CONFIG_RTC RTC_AS3525
+#define CONFIG_RTC RTC_AS3525
#endif
/* Define this if you have a software controlled poweroff */
@@ -148,7 +146,7 @@
/* enable these for the experimental usb stack */
#define HAVE_USBSTACK
#define USB_VENDOR_ID 0x0781
-#define USB_PRODUCT_ID 0x7421
+#define USB_PRODUCT_ID 0x7433
#endif /* BOOTLOADER */
/* Virtual LED (icon) */
@@ -157,6 +155,11 @@
/* Define this if you have adjustable CPU frequency */
#define HAVE_ADJUSTABLE_CPU_FREQ
+#define MI4_FORMAT
+#define BOOTFILE_EXT "sansa"
+#define BOOTFILE "rockbox." BOOTFILE_EXT
+#define BOOTDIR "/.rockbox"
+
#define ICODE_ATTR_TREMOR_NOT_MDCT
#define INCLUDE_TIMEOUT_API