summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorAmaury Pouly <pamaury@rockbox.org>2011-06-30 17:31:40 +0000
committerAmaury Pouly <pamaury@rockbox.org>2011-06-30 17:31:40 +0000
commit617d1e9f6b7969aff5e45746b9c5e3cee9ce2c45 (patch)
treebf2015d298c2b6bc80189d09b73426380e08451f /firmware/export
parent4a04c47a97517930b29f00b9d7f4d157cb69fa9b (diff)
downloadrockbox-617d1e9f6b7969aff5e45746b9c5e3cee9ce2c45.tar.gz
rockbox-617d1e9f6b7969aff5e45746b9c5e3cee9ce2c45.zip
imx233/fuze+: ssp, dma, mmc now work properly, partially implement cpu frequency changing, implement panic waiting
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30104 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config/sansafuzeplus.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/firmware/export/config/sansafuzeplus.h b/firmware/export/config/sansafuzeplus.h
index 680f7cfd2d..5a78d37056 100644
--- a/firmware/export/config/sansafuzeplus.h
+++ b/firmware/export/config/sansafuzeplus.h
@@ -171,12 +171,15 @@
171#define HAVE_USBSTACK 171#define HAVE_USBSTACK
172//#define USB_HANDLED_BY_OF 172//#define USB_HANDLED_BY_OF
173#define USE_ROCKBOX_USB 173#define USE_ROCKBOX_USB
174#define HAVE_BOOTLOADER_USB_MODE
175#define USB_VENDOR_ID 0x0781 174#define USB_VENDOR_ID 0x0781
176#define USB_PRODUCT_ID 0x74e1 175#define USB_PRODUCT_ID 0x74e1
177#define HAVE_USB_HID_MOUSE 176#define HAVE_USB_HID_MOUSE
178//#define HAVE_BOOTLOADER_USB_MODE 177//#define HAVE_BOOTLOADER_USB_MODE
179 178
179/* The fuze+ actually interesting partition table does not use 512-byte sector
180 * (usually 2048 logical sector size) */
181#define MAX_LOG_SECTOR_SIZE 2048
182
180/* Define this if you have adjustable CPU frequency */ 183/* Define this if you have adjustable CPU frequency */
181#define HAVE_ADJUSTABLE_CPU_FREQ 184#define HAVE_ADJUSTABLE_CPU_FREQ
182 185