summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-iaudiox5.h3
-rw-r--r--firmware/export/config.h1
-rwxr-xr-xfirmware/export/m5636.h25
3 files changed, 29 insertions, 0 deletions
diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h
index b16a142a28..d224b3b45e 100644
--- a/firmware/export/config-iaudiox5.h
+++ b/firmware/export/config-iaudiox5.h
@@ -102,6 +102,9 @@
102 102
103#define USB_X5STYLE 103#define USB_X5STYLE
104 104
105/* USB On-the-go */
106#define CONFIG_USBOTG USBOTG_M5636
107
105/* Define this if you have adjustable CPU frequency */ 108/* Define this if you have adjustable CPU frequency */
106#define HAVE_ADJUSTABLE_CPU_FREQ 109#define HAVE_ADJUSTABLE_CPU_FREQ
107 110
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 6c2580c360..3768d857cb 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -135,6 +135,7 @@
135 135
136/* USB On-the-go */ 136/* USB On-the-go */
137#define USBOTG_ISP1362 1362 137#define USBOTG_ISP1362 1362
138#define USBOTG_M5636 5636
138 139
139/* now go and pick yours */ 140/* now go and pick yours */
140#if defined(ARCHOS_PLAYER) 141#if defined(ARCHOS_PLAYER)
diff --git a/firmware/export/m5636.h b/firmware/export/m5636.h
new file mode 100755
index 0000000000..33846c57d5
--- /dev/null
+++ b/firmware/export/m5636.h
@@ -0,0 +1,25 @@
1/***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
9 *
10 * Copyright (C) 2006 Ulrich Pegelow
11 *
12 * All files in this archive are subject to the GNU General Public License.
13 * See the file COPYING in the source tree root for full license agreement.
14 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied.
17 *
18 ****************************************************************************/
19#ifndef M5636_H
20#define M5636_H
21
22void m5636_init(void);
23void m5636_dump_regs(void);
24
25#endif