1 /* define this if you have recording possibility */
4 /* define this if you have a bitmap LCD display */
5 #define HAVE_LCD_BITMAP
7 /* define this if you can flip your LCD */
10 /* define this if you can invert the colours on your LCD */
11 #define HAVE_LCD_INVERT
13 /* define this if you have access to the quickscreen */
14 #define HAVE_QUICKSCREEN
15 /* define this if you have access to the pitchscreen */
16 #define HAVE_PITCHSCREEN
18 /* define this if you would like tagcache to build on this target */
26 #define LCD_PIXELFORMAT VERTICAL_PACKING
28 /* define this if you have a Recorder style 10-key keyboard */
29 #define CONFIG_KEYPAD RECORDER_PAD
31 /* define this if you have a real-time clock */
32 #define CONFIG_RTC RTC_M41ST84W
34 /* define this if you have RTC RAM available for settings */
37 /* Define this if you have a software controlled poweroff */
38 #define HAVE_SW_POWEROFF
40 /* The number of bytes reserved for loadable plugins */
41 #define PLUGIN_BUFFER_SIZE 0x8000
43 #define AB_REPEAT_ENABLE 1
45 /* Define this if you have a MAS3587F */
46 #define CONFIG_CODEC MAS3587F
48 /* Define this for S/PDIF input available */
51 /* Define this for LCD backlight available */
52 #define CONFIG_BACKLIGHT BL_RTC /* on I2C controlled RTC port */
54 #define CONFIG_I2C I2C_PLAYREC
56 #define BATTERY_CAPACITY_DEFAULT 2200 /* default battery capacity */
60 /* Define this if you have a SH7034 */
61 #define CONFIG_CPU SH7034
63 /* Define this if you have a FM Recorder key system */
66 /* Define this if you need to power on ATA */
67 #define NEEDS_ATA_POWER_ON
69 /* Define this if battery voltage can only be measured with ATA powered */
70 #define NEED_ATA_POWER_BATT_MEASURE
72 /* Define this to the CPU frequency */
73 #define CPU_FREQ 11059200
75 /* Type of mobile power */
76 #define CONFIG_BATTERY BATT_LIION2200
77 #define BATTERY_CAPACITY_MIN 2200 /* min. capacity selectable */
78 #define BATTERY_CAPACITY_MAX 3200 /* max. capacity selectable */
79 #define BATTERY_CAPACITY_INC 50 /* capacity increment */
80 #define BATTERY_TYPES_COUNT 1 /* only one type */
81 /* Battery scale factor (guessed, seems to be 1,25 * value from recorder) */
82 #define BATTERY_SCALE_FACTOR 8081
84 /* Define this if you control power on PB5 (instead of the OFF button) */
85 #define HAVE_POWEROFF_ON_PB5
87 /* Offset ( in the firmware file's header ) to the file length */
88 #define FIRMWARE_OFFSET_FILE_LENGTH 20
90 /* Offset ( in the firmware file's header ) to the file CRC */
91 #define FIRMWARE_OFFSET_FILE_CRC 6
93 /* Offset ( in the firmware file's header ) to the real data */
94 #define FIRMWARE_OFFSET_FILE_DATA 24
96 /* FM recorders can wake up from RTC alarm */
97 #define HAVE_RTC_ALARM
99 /* Define this if you have an FM Radio */
100 #define CONFIG_TUNER S1A0903X01
102 /* How to detect USB */
103 #define USB_FMRECORDERSTYLE 1
105 /* Hardware controlled charging with monitoring */
106 #define CONFIG_CHARGING CHARGING_MONITOR
108 /* The start address index for ROM builds */
109 /* #define ROM_START 0x12010 for behind original Archos */
110 #define ROM_START 0x7010 /* for behind BootBox */
112 /* Software controlled LED */
113 #define CONFIG_LED LED_REAL
115 /* define this if the unit can be powered or charged via USB */
116 #define HAVE_USB_POWER
118 #define CONFIG_LCD LCD_SSD1815
120 #define BOOTFILE_EXT "ajz"
121 #define BOOTFILE "ajbrec." BOOTFILE_EXT
124 #endif /* SIMULATOR */