summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-ondavx747.h2
-rw-r--r--firmware/export/config-ondavx767.h19
2 files changed, 13 insertions, 8 deletions
diff --git a/firmware/export/config-ondavx747.h b/firmware/export/config-ondavx747.h
index 491dab4f60..1849064251 100644
--- a/firmware/export/config-ondavx747.h
+++ b/firmware/export/config-ondavx747.h
@@ -61,7 +61,7 @@
61#define HAVE_TAGCACHE 61#define HAVE_TAGCACHE
62 62
63/* define this if the target has volume keys which can be used in the lists */ 63/* define this if the target has volume keys which can be used in the lists */
64#define HAVE_VOLUME_IN_LIST 64//#define HAVE_VOLUME_IN_LIST
65 65
66/* LCD dimensions */ 66/* LCD dimensions */
67#define CONFIG_LCD LCD_ONDAVX747 67#define CONFIG_LCD LCD_ONDAVX747
diff --git a/firmware/export/config-ondavx767.h b/firmware/export/config-ondavx767.h
index 1f481432f2..a0500a7aa5 100644
--- a/firmware/export/config-ondavx767.h
+++ b/firmware/export/config-ondavx767.h
@@ -37,7 +37,7 @@
37//#define HAVE_HOTSWAP 37//#define HAVE_HOTSWAP
38 38
39//#define CONFIG_STORAGE (STORAGE_NAND | STORAGE_SD) 39//#define CONFIG_STORAGE (STORAGE_NAND | STORAGE_SD)
40#define CONFIG_STORAGE STORAGE_RAMDISK /* Multivolume currently handled at firmware/target/ level */ 40#define CONFIG_STORAGE STORAGE_SD /* Multivolume currently handled at firmware/target/ level */
41 41
42#define CONFIG_NAND NAND_CC 42#define CONFIG_NAND NAND_CC
43 43
@@ -93,7 +93,7 @@
93#define DEFAULT_DIMNESS_SETTING 22 93#define DEFAULT_DIMNESS_SETTING 22
94 94
95/* Define this if you have a software controlled poweroff */ 95/* Define this if you have a software controlled poweroff */
96//#define HAVE_SW_POWEROFF 96#define HAVE_SW_POWEROFF
97 97
98/* The number of bytes reserved for loadable codecs */ 98/* The number of bytes reserved for loadable codecs */
99#define CODEC_SIZE 0x100000 99#define CODEC_SIZE 0x100000
@@ -101,8 +101,11 @@
101/* The number of bytes reserved for loadable plugins */ 101/* The number of bytes reserved for loadable plugins */
102#define PLUGIN_BUFFER_SIZE 0x100000 102#define PLUGIN_BUFFER_SIZE 0x100000
103 103
104/* Define this if you have the */ 104/* Define this if you have the Jz4740 internal codec */
105//#define HAVE_INGENIC_CODEC 105#define HAVE_JZ4740_CODEC
106
107/* Define this if you have a speaker */
108//#define HAVE_SPEAKER
106 109
107#define CONFIG_I2C I2C_JZ47XX 110#define CONFIG_I2C I2C_JZ47XX
108 111
@@ -123,7 +126,7 @@
123 126
124#ifndef SIMULATOR 127#ifndef SIMULATOR
125 128
126/* Define this if you have a Ingenic JZ4732 */ 129/* Define this if you have a Ingenic JZ4740 */
127#define CONFIG_CPU JZ4732 130#define CONFIG_CPU JZ4732
128 131
129/* define this if the hardware can be powered off while charging */ 132/* define this if the hardware can be powered off while charging */
@@ -150,6 +153,7 @@
150 153
151/* Define this if you have adjustable CPU frequency */ 154/* Define this if you have adjustable CPU frequency */
152/* #define HAVE_ADJUSTABLE_CPU_FREQ */ 155/* #define HAVE_ADJUSTABLE_CPU_FREQ */
156#define CPUFREQ_NORMAL 336000000 /* CPU clock: 336 MHz */
153 157
154#define BOOTFILE_EXT "vx767" 158#define BOOTFILE_EXT "vx767"
155#define BOOTFILE "rockbox." BOOTFILE_EXT 159#define BOOTFILE "rockbox." BOOTFILE_EXT
@@ -157,8 +161,9 @@
157 161
158#define CONFIG_USBOTG USBOTG_JZ4740 162#define CONFIG_USBOTG USBOTG_JZ4740
159#define HAVE_USBSTACK 163#define HAVE_USBSTACK
160#define USB_VENDOR_ID 0x07C4 164#define USE_ROCKBOX_USB
161#define USB_PRODUCT_ID 0xA4A5 165#define USB_VENDOR_ID 0x07C4
166#define USB_PRODUCT_ID 0xA4A5
162#define USB_NUM_ENDPOINTS 3 167#define USB_NUM_ENDPOINTS 3
163/* This needs to be 2048 byte aligned, but USB_QHARRAY_ATTR should take care 168/* This needs to be 2048 byte aligned, but USB_QHARRAY_ATTR should take care
164 * of that */ 169 * of that */