2008-03-27 10:58:36 +00:00
|
|
|
/* define this if you use an ATA controller */
|
2008-10-31 21:25:04 +00:00
|
|
|
#define CONFIG_STORAGE STORAGE_ATA
|
2008-03-27 10:58:36 +00:00
|
|
|
|
2008-09-04 14:49:53 +00:00
|
|
|
#define MODEL_NAME "Archos Recorder"
|
|
|
|
|
2003-02-07 09:41:57 +00:00
|
|
|
/* define this if you have recording possibility */
|
2007-02-20 14:57:14 +00:00
|
|
|
#define HAVE_RECORDING
|
2003-02-07 09:41:57 +00:00
|
|
|
|
2007-05-20 20:26:36 +00:00
|
|
|
/* Define bitmask of input sources - recordable bitmask can be defined
|
|
|
|
explicitly if different */
|
|
|
|
#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | SRC_CAP_SPDIF)
|
|
|
|
|
2003-02-07 09:41:57 +00:00
|
|
|
/* define this if you have a bitmap LCD display */
|
2007-02-20 14:57:14 +00:00
|
|
|
#define HAVE_LCD_BITMAP
|
2003-02-07 09:41:57 +00:00
|
|
|
|
2006-03-28 02:00:35 +00:00
|
|
|
/* define this if you can flip your LCD */
|
|
|
|
#define HAVE_LCD_FLIP
|
|
|
|
|
2006-09-25 17:03:18 +00:00
|
|
|
/* define this if you can invert the colours on your LCD */
|
|
|
|
#define HAVE_LCD_INVERT
|
|
|
|
|
2006-04-10 03:51:17 +00:00
|
|
|
/* define this if you have access to the quickscreen */
|
|
|
|
#define HAVE_QUICKSCREEN
|
2006-10-15 23:40:37 +00:00
|
|
|
/* define this if you have access to the pitchscreen */
|
|
|
|
#define HAVE_PITCHSCREEN
|
2008-05-29 09:14:32 +00:00
|
|
|
/* define this if you have the button bar */
|
2008-05-29 20:32:39 +00:00
|
|
|
#define HAVE_BUTTONBAR
|
2006-04-10 03:51:17 +00:00
|
|
|
|
2006-10-25 10:17:57 +00:00
|
|
|
/* define this if you would like tagcache to build on this target */
|
|
|
|
#define HAVE_TAGCACHE
|
|
|
|
|
2004-09-16 14:36:08 +00:00
|
|
|
/* LCD dimensions */
|
|
|
|
#define LCD_WIDTH 112
|
|
|
|
#define LCD_HEIGHT 64
|
2005-07-04 06:25:31 +00:00
|
|
|
#define LCD_DEPTH 1
|
2004-09-16 14:36:08 +00:00
|
|
|
|
2009-01-13 14:41:29 +00:00
|
|
|
#define LCD_PIXEL_ASPECT_WIDTH 4
|
|
|
|
#define LCD_PIXEL_ASPECT_HEIGHT 5
|
|
|
|
|
2007-02-18 08:57:18 +00:00
|
|
|
#define LCD_PIXELFORMAT VERTICAL_PACKING
|
|
|
|
|
2003-02-07 09:41:57 +00:00
|
|
|
/* define this if you have the Recorder's 10-key keyboard */
|
2004-09-28 22:13:26 +00:00
|
|
|
#define CONFIG_KEYPAD RECORDER_PAD
|
2003-02-07 09:41:57 +00:00
|
|
|
|
|
|
|
/* define this if you have a real-time clock */
|
2005-12-04 15:23:47 +00:00
|
|
|
#define CONFIG_RTC RTC_M41ST84W
|
2003-02-07 09:41:57 +00:00
|
|
|
|
2005-12-04 13:05:56 +00:00
|
|
|
/* define this if you have RTC RAM available for settings */
|
2007-02-20 14:57:14 +00:00
|
|
|
#define HAVE_RTC_RAM
|
2005-12-04 13:05:56 +00:00
|
|
|
|
2005-06-27 21:23:03 +00:00
|
|
|
/* The number of bytes reserved for loadable plugins */
|
|
|
|
#define PLUGIN_BUFFER_SIZE 0x8000
|
|
|
|
|
2005-08-21 23:01:12 +00:00
|
|
|
#define AB_REPEAT_ENABLE 1
|
|
|
|
|
2003-02-07 09:41:57 +00:00
|
|
|
/* Define this if you have a MAS3587F */
|
2005-08-29 21:15:27 +00:00
|
|
|
#define CONFIG_CODEC MAS3587F
|
2003-02-07 09:41:57 +00:00
|
|
|
|
2008-10-07 19:37:33 +00:00
|
|
|
/* define this if you have a disk storage, i.e. something
|
|
|
|
that needs spinups and can cause skips when shaked */
|
|
|
|
#define HAVE_DISK_STORAGE
|
|
|
|
|
2005-11-21 23:55:39 +00:00
|
|
|
/* Define this for LCD backlight available */
|
2007-04-12 22:12:13 +00:00
|
|
|
#define HAVE_BACKLIGHT
|
2005-11-21 23:55:39 +00:00
|
|
|
|
2007-02-17 22:55:33 +00:00
|
|
|
#define CONFIG_I2C I2C_PLAYREC
|
|
|
|
|
2006-04-15 13:07:21 +00:00
|
|
|
#define BATTERY_CAPACITY_DEFAULT 1500 /* default battery capacity */
|
2007-08-12 19:49:03 +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 */
|
2007-08-17 06:45:18 +00:00
|
|
|
|
|
|
|
/* define this if the unit should not shut down on low battery. */
|
|
|
|
#define NO_LOW_BATTERY_SHUTDOWN
|
2007-08-12 19:49:03 +00:00
|
|
|
|
|
|
|
/* Software controlled charging */
|
2008-12-24 16:58:41 +00:00
|
|
|
#define CONFIG_CHARGING CHARGING_TARGET
|
2006-04-15 13:07:21 +00:00
|
|
|
|
2005-11-06 23:12:11 +00:00
|
|
|
#ifndef SIMULATOR
|
|
|
|
|
2004-09-17 11:25:29 +00:00
|
|
|
/* Define this if you have a SH7034 */
|
2004-09-28 22:13:26 +00:00
|
|
|
#define CONFIG_CPU SH7034
|
2004-09-17 11:25:29 +00:00
|
|
|
|
2003-02-07 09:41:57 +00:00
|
|
|
/* Define this if you have ATA power-off control */
|
|
|
|
#define HAVE_ATA_POWER_OFF
|
|
|
|
|
|
|
|
/* Define this to the CPU frequency */
|
|
|
|
#define CPU_FREQ 11059200
|
|
|
|
|
|
|
|
/* Offset ( in the firmware file's header ) to the file length */
|
|
|
|
#define FIRMWARE_OFFSET_FILE_LENGTH 0
|
|
|
|
|
|
|
|
/* Offset ( in the firmware file's header ) to the file CRC */
|
|
|
|
#define FIRMWARE_OFFSET_FILE_CRC 4
|
|
|
|
|
|
|
|
/* Offset ( in the firmware file's header ) to the real data */
|
|
|
|
#define FIRMWARE_OFFSET_FILE_DATA 6
|
2003-11-27 21:24:02 +00:00
|
|
|
|
2004-09-03 13:16:19 +00:00
|
|
|
/* The start address index for ROM builds */
|
2005-08-30 05:40:05 +00:00
|
|
|
/* #define ROM_START 0x11010 for behind original Archos */
|
|
|
|
#define ROM_START 0x7010 /* for behind BootBox */
|
2004-09-10 12:55:55 +00:00
|
|
|
|
2005-06-04 23:15:52 +00:00
|
|
|
/* Software controlled LED */
|
|
|
|
#define CONFIG_LED LED_REAL
|
2004-09-10 12:55:55 +00:00
|
|
|
|
2004-10-11 22:53:49 +00:00
|
|
|
/* Define this for S/PDIF output available */
|
|
|
|
#define HAVE_SPDIF_OUT
|
|
|
|
|
2005-01-10 22:03:05 +00:00
|
|
|
#define CONFIG_LCD LCD_SSD1815
|
|
|
|
|
2005-09-02 15:05:35 +00:00
|
|
|
#define BOOTFILE_EXT "ajz"
|
|
|
|
#define BOOTFILE "ajbrec." BOOTFILE_EXT
|
2007-04-05 20:51:13 +00:00
|
|
|
#define BOOTDIR "/"
|
2005-03-31 08:47:02 +00:00
|
|
|
|
2004-09-16 14:36:08 +00:00
|
|
|
#endif /* SIMULATOR */
|
2007-11-18 13:33:27 +00:00
|
|
|
|
|
|
|
#define HAVE_LCD_CONTRAST
|
|
|
|
|
|
|
|
#define MIN_CONTRAST_SETTING 5
|
|
|
|
#define MAX_CONTRAST_SETTING 63
|
|
|
|
|
2009-02-07 11:15:30 +00:00
|
|
|
#define HAVE_SERIAL
|
|
|
|
|