2004-09-09 06:01:46 +00:00
|
|
|
/* define this if you have recording possibility */
|
|
|
|
#define HAVE_RECORDING 1
|
|
|
|
|
|
|
|
/* define this if you have a bitmap LCD display */
|
|
|
|
#define HAVE_LCD_BITMAP 1
|
|
|
|
|
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-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
|
|
|
|
2004-09-10 10:51:54 +00:00
|
|
|
/* define this if you have an Ondio style 6-key keyboard */
|
2004-09-28 22:13:26 +00:00
|
|
|
#define CONFIG_KEYPAD ONDIO_PAD
|
2004-09-09 06:01:46 +00:00
|
|
|
|
2006-08-16 13:25:45 +00:00
|
|
|
/* define this if you have access to the pitchscreen */
|
|
|
|
#define HAVE_PITCHSCREEN
|
|
|
|
|
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 | TEA5767) /* to be decided at runtime */
|
|
|
|
#define CONFIG_TUNER_XTAL 13000000
|
|
|
|
|
2005-11-06 23:12:11 +00:00
|
|
|
/* Define this if you have a MAS3587F */
|
|
|
|
#define CONFIG_CODEC MAS3587F
|
|
|
|
|
2006-06-21 23:08:48 +00:00
|
|
|
#define BATTERY_CAPACITY_DEFAULT 1000 /* default battery capacity */
|
2006-04-15 13:07:21 +00:00
|
|
|
|
2004-09-16 14:36:08 +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
|
|
|
|
2004-09-09 06:01:46 +00:00
|
|
|
/* Define this to the CPU frequency */
|
|
|
|
#define CPU_FREQ 12000000
|
|
|
|
|
2005-01-27 12:16:45 +00:00
|
|
|
/* Define this for different I2C pinout */
|
|
|
|
#define CONFIG_I2C I2C_ONDIO
|
|
|
|
|
2004-10-08 17:45:52 +00:00
|
|
|
/* Type of mobile power */
|
2005-01-30 16:25:46 +00:00
|
|
|
#define CONFIG_BATTERY BATT_3AAA
|
2006-04-15 12:31:33 +00:00
|
|
|
#define BATTERY_CAPACITY_MIN 500 /* min. capacity selectable */
|
|
|
|
#define BATTERY_CAPACITY_MAX 1500 /* max. capacity selectable */
|
|
|
|
#define BATTERY_CAPACITY_INC 50 /* capacity increment */
|
|
|
|
#define BATTERY_TYPES_COUNT 2 /* Alkalines or NiMH */
|
|
|
|
#define BATTERY_SCALE_FACTOR 4735 /* average from 3 Ondios */
|
2004-09-09 06:01:46 +00:00
|
|
|
|
|
|
|
/* Define this if you control power on PB5 (instead of the OFF button) */
|
2004-10-01 07:36:25 +00:00
|
|
|
#define HAVE_POWEROFF_ON_PB5
|
2004-09-09 06:01:46 +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
|
|
|
|
|
2004-10-17 08:53:18 +00:00
|
|
|
/* Define this if the tuner is switched on by software */
|
|
|
|
#define HAVE_TUNER_PWR_CTRL
|
|
|
|
|
2004-09-09 06:01:46 +00:00
|
|
|
/* How to detect USB */
|
2004-09-10 12:11:28 +00:00
|
|
|
#define USB_FMRECORDERSTYLE 1 /* like FM, on AN1 */
|
2004-09-09 06:01:46 +00:00
|
|
|
|
2004-09-11 02:41:58 +00:00
|
|
|
/* How to enable USB */
|
|
|
|
#define USB_ENABLE_ONDIOSTYLE 1 /* with PA5 */
|
|
|
|
|
2004-09-09 06:01:46 +00:00
|
|
|
/* The start address index for ROM builds */
|
2005-08-30 05:40:05 +00:00
|
|
|
/* #define ROM_START 0x16010 for behind original Archos */
|
|
|
|
#define ROM_START 0x7010 /* for behind BootBox */
|
2004-09-09 06:01:46 +00:00
|
|
|
|
|
|
|
/* Define this if the display is mounted upside down */
|
|
|
|
#define HAVE_DISPLAY_FLIPPED
|
|
|
|
|
2004-09-10 07:24:00 +00:00
|
|
|
/* Define this for different I2C pinout */
|
|
|
|
#define HAVE_ONDIO_I2C
|
2004-09-10 15:41:40 +00:00
|
|
|
|
|
|
|
/* Define this for different ADC channel assignment */
|
|
|
|
#define HAVE_ONDIO_ADC
|
|
|
|
|
2004-09-11 03:48:05 +00:00
|
|
|
/* Define this for MMC support instead of ATA harddisk */
|
|
|
|
#define HAVE_MMC
|
|
|
|
|
2004-09-23 21:43:43 +00:00
|
|
|
/* Define this to support mounting FAT16 partitions */
|
|
|
|
#define HAVE_FAT16SUPPORT
|
|
|
|
|
2004-10-01 07:36:25 +00:00
|
|
|
/* Define this if the MAS SIBI line can be controlled via PB8 */
|
|
|
|
#define HAVE_MAS_SIBI_CONTROL
|
|
|
|
|
2005-01-01 16:02:37 +00:00
|
|
|
/* define this if more than one device/partition can be used */
|
|
|
|
#define HAVE_MULTIVOLUME
|
|
|
|
|
2005-01-28 23:02:05 +00:00
|
|
|
/* define this if media can be exchanged on the fly */
|
|
|
|
#define HAVE_HOTSWAP
|
|
|
|
|
2005-06-04 23:15:52 +00:00
|
|
|
/* Virtual LED (icon) */
|
|
|
|
#define CONFIG_LED LED_VIRTUAL
|
|
|
|
|
2005-01-10 22:03:05 +00:00
|
|
|
#define CONFIG_LCD LCD_SSD1815
|
|
|
|
|
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-09-02 15:05:35 +00:00
|
|
|
#define BOOTFILE_EXT "ajz"
|
|
|
|
#define BOOTFILE "ajbrec." BOOTFILE_EXT
|
2005-03-31 08:47:02 +00:00
|
|
|
|
2004-09-16 14:36:08 +00:00
|
|
|
#endif /* SIMULATOR */
|