summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorJörg Hohensohn <hohensoh@rockbox.org>2004-09-11 02:41:58 +0000
committerJörg Hohensohn <hohensoh@rockbox.org>2004-09-11 02:41:58 +0000
commitb26f6e05f8ea215738ef7b8d4ed82a73eca2fe0e (patch)
treefec2afdd93d48feebd9b2384d2ee9541fab408be /firmware/export
parent66b45eeb596af1bd950832cd16b3752430f691c4 (diff)
downloadrockbox-b26f6e05f8ea215738ef7b8d4ed82a73eca2fe0e.tar.gz
rockbox-b26f6e05f8ea215738ef7b8d4ed82a73eca2fe0e.zip
Ondio USB enable, ATA part of it is missing by now
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5064 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-ondiofm.h3
-rw-r--r--firmware/export/config-ondiosp.h3
2 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h
index 62e7c86c4b..646deddb69 100644
--- a/firmware/export/config-ondiofm.h
+++ b/firmware/export/config-ondiofm.h
@@ -46,6 +46,9 @@
46/* How to detect USB */ 46/* How to detect USB */
47#define USB_FMRECORDERSTYLE 1 /* like FM, on AN1 */ 47#define USB_FMRECORDERSTYLE 1 /* like FM, on AN1 */
48 48
49/* How to enable USB */
50#define USB_ENABLE_ONDIOSTYLE 1 /* with PA5 */
51
49/* The start address index for ROM builds */ 52/* The start address index for ROM builds */
50#define ROM_START 0x12010 /* don't know yet */ 53#define ROM_START 0x12010 /* don't know yet */
51 54
diff --git a/firmware/export/config-ondiosp.h b/firmware/export/config-ondiosp.h
index f8d04bf20c..7e364f738c 100644
--- a/firmware/export/config-ondiosp.h
+++ b/firmware/export/config-ondiosp.h
@@ -46,6 +46,9 @@
46/* How to detect USB */ 46/* How to detect USB */
47#define USB_FMRECORDERSTYLE 1 /* like FM, on AN1 */ 47#define USB_FMRECORDERSTYLE 1 /* like FM, on AN1 */
48 48
49/* How to enable USB */
50#define USB_ENABLE_ONDIOSTYLE 1 /* with PA5 */
51
49/* The start address index for ROM builds */ 52/* The start address index for ROM builds */
50#define ROM_START 0x12010 /* don't know yet */ 53#define ROM_START 0x12010 /* don't know yet */
51 54