FS#11081 - Hotkey patch. Many targets supported, but some keymaps need work before...
[kugel-rb.git] / firmware / export / config / sansafuze.h
blob0005939d1b6f619b71252b9b624bf26f10f2609a
1 /*
2 * This config file is for the Sandisk Sansa Fuze
3 */
4 #define TARGET_TREE /* this target is using the target tree system */
6 /* For Rolo and boot loader */
7 #define MODEL_NUMBER 43
8 #define MODEL_NAME "Sandisk Sansa Fuze"
10 #define HW_SAMPR_CAPS SAMPR_CAP_ALL
12 /* define this if you have recording possibility */
13 #define HAVE_RECORDING
15 #define REC_SAMPR_CAPS SAMPR_CAP_ALL
17 /* Default recording levels */
18 #define DEFAULT_REC_MIC_GAIN 23
19 #define DEFAULT_REC_LEFT_GAIN 23
20 #define DEFAULT_REC_RIGHT_GAIN 23
22 /* Define bitmask of input sources - recordable bitmask can be defined
23 explicitly if different */
24 #define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO)
26 /* define this if you have a bitmap LCD display */
27 #define HAVE_LCD_BITMAP
28 /* define this if you have a colour LCD */
29 #define HAVE_LCD_COLOR
31 #ifndef BOOTLOADER/* define this if you want album art for this target */
32 #define HAVE_ALBUMART
34 /* define this to enable bitmap scaling */
35 #define HAVE_BMP_SCALING
37 /* define this to enable JPEG decoding */
38 #define HAVE_JPEG
40 /* define this if you have a light associated with the buttons */
41 #define HAVE_BUTTON_LIGHT
43 /* define this if you have access to the quickscreen */
44 #define HAVE_QUICKSCREEN
46 /* define this if you have access to the pitchscreen */
47 #define HAVE_PITCHSCREEN
49 /* define this if you would like tagcache to build on this target */
50 #define HAVE_TAGCACHE
52 /* define this if you have LCD enable function */
53 #define HAVE_LCD_ENABLE
55 /* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE
56 should be defined as well.
57 #define HAVE_LCD_SLEEP
58 #define HAVE_LCD_SLEEP_SETTING
61 /* define this if you can flip your LCD */
62 //#define HAVE_LCD_FLIP
64 /* define this if you can invert the colours on your LCD */
65 #define HAVE_LCD_INVERT
68 /* define this if you have a real-time clock */
69 #define CONFIG_RTC RTC_AS3514
71 /* There is no hardware tone control */
72 #define HAVE_SW_TONE_CONTROLS
74 #endif /* !BOOTLOADER */
76 /* put the lcd frame buffer in IRAM */
77 #define IRAM_LCDFRAMEBUFFER IBSS_ATTR
79 #define CONFIG_KEYPAD SANSA_FUZE_PAD
81 /* Define this to enable morse code input */
82 #define HAVE_MORSE_INPUT
84 /* Define this if you do software codec */
85 #define CONFIG_CODEC SWCODEC
88 /* LCD dimensions */
89 #define LCD_WIDTH 220
90 #define LCD_HEIGHT 176
91 #define LCD_DEPTH 16 /* 65536 colours */
92 #define LCD_PIXELFORMAT RGB565 /* rgb565 */
95 /* We're working on the assumption that the AS3525 has something
96 similar to the AS3514 for audio codec etc */
97 #define HAVE_AS3514
99 /* Define this if you have a software controlled poweroff */
100 #define HAVE_SW_POWEROFF
102 /* Some Sansa Fuzes seem to be FAT16 formatted */
103 #define HAVE_FAT16SUPPORT
105 /* The number of bytes reserved for loadable codecs */
106 #define CODEC_SIZE 0x100000
108 /* The number of bytes reserved for loadable plugins */
109 #define PLUGIN_BUFFER_SIZE 0x80000
111 #define AB_REPEAT_ENABLE 1
113 /* FM Tuner - suspected to be the SI4702 */
114 #define CONFIG_TUNER SI4700
115 /* #define HAVE_TUNER_PWR_CTRL */
117 /* Define this for LCD backlight available */
118 #define HAVE_BACKLIGHT
119 #define HAVE_BACKLIGHT_BRIGHTNESS
121 /* Main LCD backlight brightness range and defaults */
122 #define MIN_BRIGHTNESS_SETTING 1
123 #define MAX_BRIGHTNESS_SETTING 12
124 #define DEFAULT_BRIGHTNESS_SETTING 6
126 /* Which backlight fading type? */
127 #define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_SETTING
129 /* define this if the unit uses a scrollwheel for navigation */
130 #define HAVE_SCROLLWHEEL
131 /* define to activate advanced wheel acceleration code */
132 #define HAVE_WHEEL_ACCELERATION
133 /* define from which rotation speed [degree/sec] on the acceleration starts */
134 #define WHEEL_ACCEL_START 540
135 /* define type of acceleration (1 = ^2, 2 = ^3, 3 = ^4) */
136 #define WHEEL_ACCELERATION 1
138 /* define this if you have a flash memory storage */
139 #define HAVE_FLASH_STORAGE
141 /* define this if the flash memory uses the SecureDigital Memory Card protocol */
142 #define CONFIG_STORAGE STORAGE_SD
144 #define BATTERY_CAPACITY_DEFAULT 550 /* default battery capacity */
145 #define BATTERY_CAPACITY_MIN 550 /* min. capacity selectable */
146 #define BATTERY_CAPACITY_MAX 550 /* max. capacity selectable */
147 #define BATTERY_CAPACITY_INC 0 /* capacity increment */
148 #define BATTERY_TYPES_COUNT 1 /* only one type */
150 /* Charging implemented in a target-specific algorithm */
151 #define CONFIG_CHARGING CHARGING_TARGET
153 /* define this if the unit can be powered or charged via USB */
154 #define HAVE_USB_POWER
156 /* Define this if you have an AMS AS3525*/
157 #define CONFIG_CPU AS3525
159 /* Define how much SD sectors are reserved for OF */
160 #define AMS_OF_SIZE 0xF000
162 /* Define this if you want to use the AS2525 i2c interface */
163 #define CONFIG_I2C I2C_AS3525
165 /* define current usage levels (based on battery bench) */
166 #define CURRENT_NORMAL 65
167 #define CURRENT_BACKLIGHT 30
168 #define CURRENT_RECORD CURRENT_NORMAL
170 /* Define this to the CPU frequency */
171 #define CPU_FREQ 250000000
173 /* Type of LCD */
174 #define CONFIG_LCD LCD_FUZE
176 /* Offset ( in the firmware file's header ) to the file CRC and data. These are
177 only used when loading the old format rockbox.e200 file */
178 #define FIRMWARE_OFFSET_FILE_CRC 0x0
179 #define FIRMWARE_OFFSET_FILE_DATA 0x8
181 #ifndef BOOTLOADER
182 #define HAVE_MULTIDRIVE
183 #define NUM_DRIVES 2
184 #define HAVE_HOTSWAP
185 #endif
187 #ifndef BOOTLOADER
189 #define USB_HANDLED_BY_OF
191 /* USB On-the-go */
192 #define CONFIG_USBOTG USBOTG_AS3525
194 /* enable these for the experimental usb stack */
195 #define HAVE_USBSTACK
196 #define USB_VENDOR_ID 0x0781
197 #define USB_PRODUCT_ID 0x74c1
199 #endif /* !BOOTLOADER */
201 /* Define this if you have adjustable CPU frequency */
202 #define HAVE_ADJUSTABLE_CPU_FREQ
204 #define BOOTFILE_EXT "sansa"
205 #define BOOTFILE "rockbox." BOOTFILE_EXT
206 #define BOOTDIR "/.rockbox"
208 #define ICODE_ATTR_TREMOR_NOT_MDCT
210 #define INCLUDE_TIMEOUT_API
212 /* Define this if a programmable hotkey is mapped */
213 #define HAVE_HOTKEY