summaryrefslogtreecommitdiff
path: root/firmware/export/config-cowond2.h
diff options
context:
space:
mode:
authorRob Purchase <shotofadds@rockbox.org>2009-07-19 17:31:56 +0000
committerRob Purchase <shotofadds@rockbox.org>2009-07-19 17:31:56 +0000
commit3a88746780aceed6253967b39db753c2c8c8304b (patch)
tree5dfef64276e3e5205a228f8cdbb109b5f437ab7b /firmware/export/config-cowond2.h
parent8f5264e6186572532433eecaad0a618c81e48a3f (diff)
downloadrockbox-3a88746780aceed6253967b39db753c2c8c8304b.tar.gz
rockbox-3a88746780aceed6253967b39db753c2c8c8304b.zip
D2: A working read/write SD(HC) driver, based on the PP equivalent. See CowonD2Info wiki for usage notes/restrictions.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21967 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-cowond2.h')
-rw-r--r--firmware/export/config-cowond2.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/firmware/export/config-cowond2.h b/firmware/export/config-cowond2.h
index 5d65437eab..68e23c8f9c 100644
--- a/firmware/export/config-cowond2.h
+++ b/firmware/export/config-cowond2.h
@@ -62,7 +62,14 @@
62/* define this if you have a flash memory storage */ 62/* define this if you have a flash memory storage */
63#define HAVE_FLASH_STORAGE 63#define HAVE_FLASH_STORAGE
64 64
65#ifndef SIMULATOR
66#define CONFIG_STORAGE (STORAGE_NAND | STORAGE_SD)
67#define HAVE_MULTIDRIVE
68#define HAVE_HOTSWAP
69#define NUM_DRIVES 2
70#else
65#define CONFIG_STORAGE STORAGE_NAND 71#define CONFIG_STORAGE STORAGE_NAND
72#endif
66 73
67#define CONFIG_NAND NAND_TCC 74#define CONFIG_NAND NAND_TCC
68 75
@@ -150,6 +157,8 @@
150/* Define this if you have adjustable CPU frequency */ 157/* Define this if you have adjustable CPU frequency */
151#define HAVE_ADJUSTABLE_CPU_FREQ 158#define HAVE_ADJUSTABLE_CPU_FREQ
152 159
160#define INCLUDE_TIMEOUT_API
161
153/* Offset ( in the firmware file's header ) to the file CRC */ 162/* Offset ( in the firmware file's header ) to the file CRC */
154#define FIRMWARE_OFFSET_FILE_CRC 0 163#define FIRMWARE_OFFSET_FILE_CRC 0
155 164