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-08-16 13:25:45 +00:00
|
|
|
/* define this if you have access to the pitchscreen */
|
|
|
|
#define HAVE_PITCHSCREEN
|
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
|
|
|
|
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 a Recorder style 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-22 23:24:45 +00:00
|
|
|
/* Define this if you have a software controlled poweroff */
|
|
|
|
#define HAVE_SW_POWEROFF
|
|
|
|
|
2005-06-27 21:23:03 +00:00
|
|
|
/* The number of bytes reserved for loadable plugins */
|
|
|
|
#define PLUGIN_BUFFER_SIZE 0x8000
|
|
|
|
|
2005-08-16 06:50:25 +00:00
|
|
|
/* Define this if you have an FM Radio */
|
|
|
|
#define CONFIG_TUNER S1A0903X01
|
|
|
|
|
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
|
|
|
|
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 2200 /* default battery capacity */
|
|
|
|
|
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 a FM Recorder key system */
|
2007-02-20 14:57:14 +00:00
|
|
|
#define HAVE_FMADC
|
2003-02-07 09:41:57 +00:00
|
|
|
|
2003-12-03 01:03:54 +00:00
|
|
|
/* Define this if you need to power on ATA */
|
|
|
|
#define NEEDS_ATA_POWER_ON
|
|
|
|
|
2003-12-03 07:05:13 +00:00
|
|
|
/* Define this if battery voltage can only be measured with ATA powered */
|
|
|
|
#define NEED_ATA_POWER_BATT_MEASURE
|
|
|
|
|
2003-02-07 09:41:57 +00:00
|
|
|
/* Define this to the CPU frequency */
|
|
|
|
#define CPU_FREQ 11059200
|
|
|
|
|
2004-10-08 17:45:52 +00:00
|
|
|
/* Type of mobile power */
|
|
|
|
#define CONFIG_BATTERY BATT_LIION2200
|
2006-04-15 12:31:33 +00:00
|
|
|
#define BATTERY_CAPACITY_MIN 2200 /* 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 */
|
2003-02-13 12:05:06 +00:00
|
|
|
/* Battery scale factor (guessed, seems to be 1,25 * value from recorder) */
|
|
|
|
#define BATTERY_SCALE_FACTOR 8081
|
2003-02-07 09:41:57 +00:00
|
|
|
|
2003-02-21 01:12:00 +00:00
|
|
|
/* Define this if you control power on PB5 (instead of the OFF button) */
|
|
|
|
#define HAVE_POWEROFF_ON_PB5
|
2003-02-07 09:41:57 +00:00
|
|
|
|
|
|
|
/* Offset ( in the firmware file's header ) to the file length */
|
|
|
|
#define FIRMWARE_OFFSET_FILE_LENGTH 20
|
|
|
|
|
|
|
|
/* Offset ( in the firmware file's header ) to the file CRC */
|
|
|
|
#define FIRMWARE_OFFSET_FILE_CRC 6
|
|
|
|
|
|
|
|
/* Offset ( in the firmware file's header ) to the real data */
|
|
|
|
#define FIRMWARE_OFFSET_FILE_DATA 24
|
2003-03-14 16:26:51 +00:00
|
|
|
|
|
|
|
/* FM recorders can wake up from RTC alarm */
|
2007-02-28 21:55:11 +00:00
|
|
|
#define HAVE_RTC_ALARM
|
2003-05-03 02:40:09 +00:00
|
|
|
|
2006-06-06 22:23:52 +00:00
|
|
|
/* Hardware controlled charging with monitoring */
|
|
|
|
#define CONFIG_CHARGING CHARGING_MONITOR
|
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 0x14010 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
|
|
|
|
2005-06-23 02:18:29 +00:00
|
|
|
/* define this if the unit can be powered or charged via USB */
|
|
|
|
#define HAVE_USB_POWER
|
|
|
|
|
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 */
|