summaryrefslogtreecommitdiff
path: root/firmware/export/config-recorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-recorder.h')
-rw-r--r--firmware/export/config-recorder.h38
1 files changed, 38 insertions, 0 deletions
diff --git a/firmware/export/config-recorder.h b/firmware/export/config-recorder.h
new file mode 100644
index 0000000000..33e40b7790
--- /dev/null
+++ b/firmware/export/config-recorder.h
@@ -0,0 +1,38 @@
1/* define this if you have recording possibility */
2#define HAVE_RECORDING 1
3
4/* define this if you have a bitmap LCD display */
5#define HAVE_LCD_BITMAP 1
6
7/* define this if you have the Recorder's 10-key keyboard */
8#define HAVE_RECORDER_KEYPAD 1
9
10/* define this if you have a real-time clock */
11#define HAVE_RTC 1
12
13/* Define this if you have a MAS3587F */
14#define HAVE_MAS3587F
15
16/* Define this if you have charging control */
17#define HAVE_CHARGE_CTRL
18
19/* Define this if you have ATA power-off control */
20#define HAVE_ATA_POWER_OFF
21
22/* Define this to the CPU frequency */
23#define CPU_FREQ 11059200
24
25/* Battery scale factor (?) */
26#define BATTERY_SCALE_FACTOR 6465
27
28/* Define this if you control power on PBDR (instead of PADR) */
29#define HAVE_POWEROFF_ON_PBDR
30
31/* Offset ( in the firmware file's header ) to the file length */
32#define FIRMWARE_OFFSET_FILE_LENGTH 0
33
34/* Offset ( in the firmware file's header ) to the file CRC */
35#define FIRMWARE_OFFSET_FILE_CRC 4
36
37/* Offset ( in the firmware file's header ) to the real data */
38#define FIRMWARE_OFFSET_FILE_DATA 6