summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/as3525v2.h6
-rw-r--r--firmware/export/config/sansaclipplus.h4
-rw-r--r--firmware/export/config/sansaclipv2.h4
-rw-r--r--firmware/export/config/sansaclipzip.h4
-rw-r--r--firmware/export/config/sansafuzev2.h4
5 files changed, 17 insertions, 5 deletions
diff --git a/firmware/export/as3525v2.h b/firmware/export/as3525v2.h
index 4c571f2a22..f68a07a2fb 100644
--- a/firmware/export/as3525v2.h
+++ b/firmware/export/as3525v2.h
@@ -37,7 +37,7 @@
37#define CGU_SDSLOT (*(volatile unsigned long *)(CGU_BASE + 0x3C)) 37#define CGU_SDSLOT (*(volatile unsigned long *)(CGU_BASE + 0x3C))
38 38
39#undef USB_NUM_ENDPOINTS 39#undef USB_NUM_ENDPOINTS
40 40/* 7 available EPs (0b00000000010101010000000000101011), 6 used */
41#define USB_NUM_ENDPOINTS 6 41#define USB_NUM_ENDPOINTS 6
42 42
43#define CCU_USB (*(volatile unsigned long *)(CCU_BASE + 0x20)) 43#define CCU_USB (*(volatile unsigned long *)(CCU_BASE + 0x20))
@@ -45,4 +45,8 @@
45#undef USB_DEVBSS_ATTR 45#undef USB_DEVBSS_ATTR
46#define USB_DEVBSS_ATTR __attribute__((aligned(32))) 46#define USB_DEVBSS_ATTR __attribute__((aligned(32)))
47 47
48/* Define this if the DWC implemented on this SoC does not support
49 DMA or you want to disable it. */
50// #define USB_DW_ARCH_SLAVE
51
48#endif /* __AS3525V2_H__ */ 52#endif /* __AS3525V2_H__ */
diff --git a/firmware/export/config/sansaclipplus.h b/firmware/export/config/sansaclipplus.h
index 6eb8bbcf6e..07cf03280a 100644
--- a/firmware/export/config/sansaclipplus.h
+++ b/firmware/export/config/sansaclipplus.h
@@ -183,7 +183,9 @@
183#define CONFIG_LCD LCD_SSD1303 183#define CONFIG_LCD LCD_SSD1303
184 184
185/* USB On-the-go */ 185/* USB On-the-go */
186#define CONFIG_USBOTG USBOTG_S3C6400X 186#define CONFIG_USBOTG USBOTG_DESIGNWARE
187/* logf() over USB serial (http://www.rockbox.org/wiki/PortalPlayerUsb) */
188//#define USB_ENABLE_SERIAL
187 189
188/* enable these for the experimental usb stack */ 190/* enable these for the experimental usb stack */
189#define HAVE_USBSTACK 191#define HAVE_USBSTACK
diff --git a/firmware/export/config/sansaclipv2.h b/firmware/export/config/sansaclipv2.h
index 0aa05975df..c7833189b6 100644
--- a/firmware/export/config/sansaclipv2.h
+++ b/firmware/export/config/sansaclipv2.h
@@ -179,7 +179,9 @@
179#define CONFIG_LCD LCD_SSD1303 179#define CONFIG_LCD LCD_SSD1303
180 180
181/* USB On-the-go */ 181/* USB On-the-go */
182#define CONFIG_USBOTG USBOTG_S3C6400X 182#define CONFIG_USBOTG USBOTG_DESIGNWARE
183/* logf() over USB serial (http://www.rockbox.org/wiki/PortalPlayerUsb) */
184//#define USB_ENABLE_SERIAL
183 185
184/* enable these for the experimental usb stack */ 186/* enable these for the experimental usb stack */
185#define HAVE_USBSTACK 187#define HAVE_USBSTACK
diff --git a/firmware/export/config/sansaclipzip.h b/firmware/export/config/sansaclipzip.h
index c31e08f846..9adf7023a9 100644
--- a/firmware/export/config/sansaclipzip.h
+++ b/firmware/export/config/sansaclipzip.h
@@ -182,7 +182,9 @@
182#define CONFIG_LCD LCD_CLIPZIP 182#define CONFIG_LCD LCD_CLIPZIP
183 183
184/* USB On-the-go */ 184/* USB On-the-go */
185#define CONFIG_USBOTG USBOTG_S3C6400X 185#define CONFIG_USBOTG USBOTG_DESIGNWARE
186/* logf() over USB serial (http://www.rockbox.org/wiki/PortalPlayerUsb) */
187//#define USB_ENABLE_SERIAL
186 188
187/* enable these for the experimental usb stack */ 189/* enable these for the experimental usb stack */
188#define HAVE_USBSTACK 190#define HAVE_USBSTACK
diff --git a/firmware/export/config/sansafuzev2.h b/firmware/export/config/sansafuzev2.h
index 6bdfd58339..595106eecf 100644
--- a/firmware/export/config/sansafuzev2.h
+++ b/firmware/export/config/sansafuzev2.h
@@ -203,7 +203,9 @@
203#endif 203#endif
204 204
205/* USB On-the-go */ 205/* USB On-the-go */
206#define CONFIG_USBOTG USBOTG_S3C6400X 206#define CONFIG_USBOTG USBOTG_DESIGNWARE
207/* logf() over USB serial (http://www.rockbox.org/wiki/PortalPlayerUsb) */
208//#define USB_ENABLE_SERIAL
207 209
208/* enable these for the experimental usb stack */ 210/* enable these for the experimental usb stack */
209#define HAVE_USBSTACK 211#define HAVE_USBSTACK