Fix automatic rolo on new version for archos. Introduces new define in config files...
[kugel-rb.git] / firmware / export / config-recorder.h
blobcc87182974764beda2f3bdd2e6e9b8af8b58150c
1 /* define this if you have recording possibility */
2 #define HAVE_RECORDING
4 /* define this if you have a bitmap LCD display */
5 #define HAVE_LCD_BITMAP
7 /* define this if you can flip your LCD */
8 #define HAVE_LCD_FLIP
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 */
19 #define HAVE_TAGCACHE
21 /* LCD dimensions */
22 #define LCD_WIDTH 112
23 #define LCD_HEIGHT 64
24 #define LCD_DEPTH 1
26 #define LCD_PIXELFORMAT VERTICAL_PACKING
28 /* define this if you have the Recorder's 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 */
35 #define HAVE_RTC_RAM
37 /* The number of bytes reserved for loadable plugins */
38 #define PLUGIN_BUFFER_SIZE 0x8000
40 #define AB_REPEAT_ENABLE 1
42 /* Define this if you have a MAS3587F */
43 #define CONFIG_CODEC MAS3587F
45 /* Define this for S/PDIF input available */
46 #define HAVE_SPDIF_IN
48 /* Define this for LCD backlight available */
49 #define CONFIG_BACKLIGHT BL_RTC /* on I2C controlled RTC port */
51 #define CONFIG_I2C I2C_PLAYREC
53 #define BATTERY_CAPACITY_DEFAULT 1500 /* default battery capacity */
55 #ifndef SIMULATOR
57 /* Define this if you have a SH7034 */
58 #define CONFIG_CPU SH7034
60 /* Define this if you have ATA power-off control */
61 #define HAVE_ATA_POWER_OFF
63 /* Define this if you need to power on ATA */
64 #define NEEDS_ATA_POWER_ON
66 /* Define this to the CPU frequency */
67 #define CPU_FREQ 11059200
69 /* Type of mobile power */
70 #define CONFIG_BATTERY BATT_4AA_NIMH
71 #define BATTERY_CAPACITY_MIN 1500 /* min. capacity selectable */
72 #define BATTERY_CAPACITY_MAX 3200 /* max. capacity selectable */
73 #define BATTERY_CAPACITY_INC 50 /* capacity increment */
74 #define BATTERY_TYPES_COUNT 1 /* only one type */
75 #define BATTERY_SCALE_FACTOR 6465
77 /* Define this if you control power on PBDR (instead of PADR) */
78 #define HAVE_POWEROFF_ON_PBDR
80 /* Offset ( in the firmware file's header ) to the file length */
81 #define FIRMWARE_OFFSET_FILE_LENGTH 0
83 /* Offset ( in the firmware file's header ) to the file CRC */
84 #define FIRMWARE_OFFSET_FILE_CRC 4
86 /* Offset ( in the firmware file's header ) to the real data */
87 #define FIRMWARE_OFFSET_FILE_DATA 6
89 /* How to detect USB */
90 #define USB_RECORDERSTYLE 1
92 /* Software controlled charging */
93 #define CONFIG_CHARGING CHARGING_CONTROL
95 /* The start address index for ROM builds */
96 /* #define ROM_START 0x11010 for behind original Archos */
97 #define ROM_START 0x7010 /* for behind BootBox */
99 /* Software controlled LED */
100 #define CONFIG_LED LED_REAL
102 /* Define this for S/PDIF output available */
103 #define HAVE_SPDIF_OUT
105 #define CONFIG_LCD LCD_SSD1815
107 #define BOOTFILE_EXT "ajz"
108 #define BOOTFILE "ajbrec." BOOTFILE_EXT
109 #define BOOTDIR "."
111 #endif /* SIMULATOR */