2008-01-14 22:04:48 +00:00
|
|
|
/*
|
2008-11-17 21:16:07 +00:00
|
|
|
* This config file is for the Cowon D2
|
2008-01-14 22:04:48 +00:00
|
|
|
*/
|
|
|
|
#define TARGET_TREE /* this target is using the target tree system */
|
|
|
|
|
|
|
|
/* For Rolo and boot loader */
|
2008-03-03 23:43:19 +00:00
|
|
|
#define MODEL_NUMBER 24
|
2008-01-14 22:04:48 +00:00
|
|
|
|
2008-11-17 21:16:07 +00:00
|
|
|
#define MODEL_NAME "Cowon D2"
|
2008-09-04 14:49:53 +00:00
|
|
|
|
2008-12-21 16:32:13 +00:00
|
|
|
#if 0
|
2008-11-30 15:43:15 +00:00
|
|
|
#define HAVE_USBSTACK
|
|
|
|
#define USE_ROCKBOX_USB
|
|
|
|
#define USB_VENDOR_ID 0x0e21
|
|
|
|
#define USB_PRODUCT_ID 0x0800
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
2008-03-12 20:57:19 +00:00
|
|
|
/* Produce a dual-boot bootloader.bin for mktccboot */
|
|
|
|
#define TCCBOOT
|
|
|
|
|
2008-01-14 22:04:48 +00:00
|
|
|
/* define this if you have recording possibility */
|
|
|
|
//#define HAVE_RECORDING
|
|
|
|
|
|
|
|
/* Define bitmask of input sources - recordable bitmask can be defined
|
|
|
|
explicitly if different */
|
2008-06-22 19:01:44 +00:00
|
|
|
#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | SRC_CAP_FMRADIO)
|
2008-01-14 22:04:48 +00:00
|
|
|
|
|
|
|
/* define this if you have a bitmap LCD display */
|
|
|
|
#define HAVE_LCD_BITMAP
|
|
|
|
|
|
|
|
/* define this if you have a colour LCD */
|
|
|
|
#define HAVE_LCD_COLOR
|
|
|
|
|
|
|
|
/* define this if you can flip your LCD */
|
2008-03-23 19:56:11 +00:00
|
|
|
/* #define HAVE_LCD_FLIP */
|
2008-01-14 22:04:48 +00:00
|
|
|
|
|
|
|
/* define this if you can invert the colours on your LCD */
|
2008-03-23 19:56:11 +00:00
|
|
|
/* #define HAVE_LCD_INVERT */
|
2008-01-14 22:04:48 +00:00
|
|
|
|
|
|
|
/* define this if you want album art for this target */
|
|
|
|
#define HAVE_ALBUMART
|
|
|
|
|
2009-05-04 15:46:41 +00:00
|
|
|
/* define this to enable bitmap scaling */
|
|
|
|
#define HAVE_BMP_SCALING
|
|
|
|
|
|
|
|
/* define this to enable JPEG decoding */
|
|
|
|
#define HAVE_JPEG
|
|
|
|
|
2008-01-14 22:04:48 +00:00
|
|
|
/* define this if you have access to the quickscreen */
|
|
|
|
#define HAVE_QUICKSCREEN
|
|
|
|
/* define this if you have access to the pitchscreen */
|
|
|
|
#define HAVE_PITCHSCREEN
|
|
|
|
|
|
|
|
/* define this if you would like tagcache to build on this target */
|
2009-07-19 18:08:59 +00:00
|
|
|
#define HAVE_TAGCACHE
|
2008-01-14 22:04:48 +00:00
|
|
|
|
2009-03-21 00:13:20 +00:00
|
|
|
/* FM Tuner */
|
2008-06-22 19:01:44 +00:00
|
|
|
#define CONFIG_TUNER LV24020LP
|
2009-03-21 00:13:20 +00:00
|
|
|
#define HAVE_TUNER_PWR_CTRL
|
2008-06-22 19:01:44 +00:00
|
|
|
|
2008-01-14 22:04:48 +00:00
|
|
|
/* define this if you have a flash memory storage */
|
|
|
|
#define HAVE_FLASH_STORAGE
|
|
|
|
|
2009-07-19 17:31:56 +00:00
|
|
|
#define CONFIG_STORAGE (STORAGE_NAND | STORAGE_SD)
|
|
|
|
#define HAVE_MULTIDRIVE
|
|
|
|
#define HAVE_HOTSWAP
|
|
|
|
#define NUM_DRIVES 2
|
2008-11-01 16:49:38 +00:00
|
|
|
|
|
|
|
#define CONFIG_NAND NAND_TCC
|
|
|
|
|
2008-03-10 20:59:55 +00:00
|
|
|
/* Some (2Gb?) D2s seem to be FAT16 formatted */
|
|
|
|
#define HAVE_FAT16SUPPORT
|
|
|
|
|
2008-01-14 22:04:48 +00:00
|
|
|
/* LCD dimensions */
|
|
|
|
#define LCD_WIDTH 320
|
|
|
|
#define LCD_HEIGHT 240
|
|
|
|
#define LCD_DEPTH 16
|
|
|
|
#define LCD_PIXELFORMAT 565
|
|
|
|
|
|
|
|
/* define this if you have LCD enable function */
|
|
|
|
#define HAVE_LCD_ENABLE
|
|
|
|
|
|
|
|
/* define this to indicate your device's keypad */
|
2009-12-15 20:51:41 +00:00
|
|
|
#define CONFIG_KEYPAD COWON_D2_PAD
|
2008-08-23 09:46:38 +00:00
|
|
|
#define HAVE_TOUCHSCREEN
|
2008-04-27 13:30:11 +00:00
|
|
|
#define HAVE_BUTTON_DATA
|
2009-10-27 20:59:26 +00:00
|
|
|
|
2009-10-11 17:46:00 +00:00
|
|
|
/* The D2 has either a PCF50606 or PCF50635, RTC_D2 handles both */
|
|
|
|
#define CONFIG_RTC RTC_D2
|
2008-01-14 22:04:48 +00:00
|
|
|
|
|
|
|
/* define this if you have RTC RAM available for settings */
|
|
|
|
//#define HAVE_RTC_RAM
|
|
|
|
|
|
|
|
/* Define this if you have a software controlled poweroff */
|
|
|
|
#define HAVE_SW_POWEROFF
|
|
|
|
|
2008-03-12 20:57:19 +00:00
|
|
|
/* Reduce Tremor's ICODE usage */
|
|
|
|
#define ICODE_ATTR_TREMOR_NOT_MDCT
|
|
|
|
|
2008-01-14 22:04:48 +00:00
|
|
|
/* The number of bytes reserved for loadable codecs */
|
2008-10-19 12:35:53 +00:00
|
|
|
#define CODEC_SIZE 0x100000
|
2008-01-14 22:04:48 +00:00
|
|
|
|
|
|
|
/* The number of bytes reserved for loadable plugins */
|
|
|
|
#define PLUGIN_BUFFER_SIZE 0x80000
|
|
|
|
|
|
|
|
#define AB_REPEAT_ENABLE 1
|
|
|
|
|
|
|
|
/* Define this if you do software codec */
|
|
|
|
#define CONFIG_CODEC SWCODEC
|
|
|
|
|
|
|
|
/* The D2 uses a WM8985 codec */
|
|
|
|
#define HAVE_WM8985
|
|
|
|
|
2008-04-09 22:20:04 +00:00
|
|
|
/* Use WM8985 EQ1 & EQ5 as hardware tone controls */
|
|
|
|
/* #define HAVE_SW_TONE_CONTROLS */
|
2008-01-14 22:04:48 +00:00
|
|
|
|
|
|
|
/* Define this for LCD backlight available */
|
|
|
|
#define HAVE_BACKLIGHT
|
2008-04-04 20:55:58 +00:00
|
|
|
/* Enable LCD brightness control */
|
|
|
|
#define HAVE_BACKLIGHT_BRIGHTNESS
|
2009-01-26 23:21:49 +00:00
|
|
|
/* Which backlight fading type? */
|
|
|
|
#define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_HW_REG
|
2008-01-14 22:04:48 +00:00
|
|
|
|
|
|
|
/* Main LCD backlight brightness range and defaults */
|
2008-04-04 20:55:58 +00:00
|
|
|
#define MIN_BRIGHTNESS_SETTING 1
|
|
|
|
#define MAX_BRIGHTNESS_SETTING 14
|
|
|
|
#define DEFAULT_BRIGHTNESS_SETTING 8
|
2008-01-14 22:04:48 +00:00
|
|
|
|
|
|
|
#define CONFIG_I2C I2C_TCC780X
|
|
|
|
|
2008-04-12 18:17:15 +00:00
|
|
|
#define BATTERY_CAPACITY_DEFAULT 1600 /* default battery capacity */
|
2008-01-14 22:04:48 +00:00
|
|
|
#define BATTERY_CAPACITY_MIN 1500 /* min. capacity selectable */
|
|
|
|
#define BATTERY_CAPACITY_MAX 3200 /* max. capacity selectable */
|
|
|
|
#define BATTERY_CAPACITY_INC 50 /* capacity increment */
|
|
|
|
#define BATTERY_TYPES_COUNT 1 /* only one type */
|
|
|
|
|
2008-04-12 18:17:15 +00:00
|
|
|
/* Hardware controlled charging */
|
|
|
|
#define CONFIG_CHARGING CHARGING_SIMPLE
|
|
|
|
|
2009-10-20 20:44:30 +00:00
|
|
|
/* Define this if the unit can be powered or charged via USB */
|
|
|
|
#define HAVE_USB_POWER
|
|
|
|
|
2009-07-10 19:09:38 +00:00
|
|
|
/* Define current usage levels. */
|
|
|
|
#define CURRENT_NORMAL 88 /* 18 hours from a 1600 mAh battery */
|
|
|
|
#define CURRENT_BACKLIGHT 30 /* TBD */
|
|
|
|
#define CURRENT_RECORD 0 /* no recording yet */
|
|
|
|
|
2008-01-14 22:04:48 +00:00
|
|
|
/* Define this if you have a TCC7801 */
|
|
|
|
#define CONFIG_CPU TCC7801
|
|
|
|
|
|
|
|
/* Define this to the CPU frequency */
|
2008-03-29 20:40:38 +00:00
|
|
|
#define CPU_FREQ 48000000
|
2008-01-14 22:04:48 +00:00
|
|
|
|
|
|
|
/* Define this if you have adjustable CPU frequency */
|
2008-03-31 22:43:20 +00:00
|
|
|
#define HAVE_ADJUSTABLE_CPU_FREQ
|
2008-01-14 22:04:48 +00:00
|
|
|
|
2009-07-19 17:31:56 +00:00
|
|
|
#define INCLUDE_TIMEOUT_API
|
|
|
|
|
2008-01-14 22:04:48 +00:00
|
|
|
/* Offset ( in the firmware file's header ) to the file CRC */
|
2008-03-03 23:43:19 +00:00
|
|
|
#define FIRMWARE_OFFSET_FILE_CRC 0
|
2008-01-14 22:04:48 +00:00
|
|
|
|
|
|
|
/* Offset ( in the firmware file's header ) to the real data */
|
2008-03-03 23:43:19 +00:00
|
|
|
#define FIRMWARE_OFFSET_FILE_DATA 8
|
2008-01-14 22:04:48 +00:00
|
|
|
|
|
|
|
#define CONFIG_LCD LCD_COWOND2
|
|
|
|
|
2008-11-17 21:16:07 +00:00
|
|
|
#define BOOTFILE_EXT "d2"
|
2008-01-14 22:04:48 +00:00
|
|
|
#define BOOTFILE "rockbox." BOOTFILE_EXT
|
2008-04-08 20:43:04 +00:00
|
|
|
#define BOOTDIR "/.rockbox"
|
2008-01-14 22:04:48 +00:00
|
|
|
|