summaryrefslogtreecommitdiff
path: root/firmware/export/config-ondiofm.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ondiofm.h')
-rw-r--r--firmware/export/config-ondiofm.h19
1 files changed, 5 insertions, 14 deletions
diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h
index d27444840b..f7d9a8f33f 100644
--- a/firmware/export/config-ondiofm.h
+++ b/firmware/export/config-ondiofm.h
@@ -19,15 +19,6 @@
19/* Define this if you have a MAS3587F */ 19/* Define this if you have a MAS3587F */
20#define CONFIG_HWCODEC MAS3587F 20#define CONFIG_HWCODEC MAS3587F
21 21
22/* Define this if you have a LiIon battery */
23/* #define HAVE_LIION */
24
25/* Define this if you need to power on ATA */
26/* #define NEEDS_ATA_POWER_ON */
27
28/* Define this if battery voltage can only be measured with ATA powered */
29/* #define NEED_ATA_POWER_BATT_MEASURE */
30
31/* Define this to the CPU frequency */ 22/* Define this to the CPU frequency */
32#define CPU_FREQ 12000000 23#define CPU_FREQ 12000000
33 24
@@ -35,7 +26,7 @@
35#define BATTERY_SCALE_FACTOR 4785 /* 4.890V read as 0x3FE */ 26#define BATTERY_SCALE_FACTOR 4785 /* 4.890V read as 0x3FE */
36 27
37/* Define this if you control power on PB5 (instead of the OFF button) */ 28/* Define this if you control power on PB5 (instead of the OFF button) */
38#define HAVE_POWEROFF_ON_PB5 /* don't know yet */ 29#define HAVE_POWEROFF_ON_PB5
39 30
40/* Offset ( in the firmware file's header ) to the file length */ 31/* Offset ( in the firmware file's header ) to the file length */
41#define FIRMWARE_OFFSET_FILE_LENGTH 20 32#define FIRMWARE_OFFSET_FILE_LENGTH 20
@@ -46,9 +37,6 @@
46/* Offset ( in the firmware file's header ) to the real data */ 37/* Offset ( in the firmware file's header ) to the real data */
47#define FIRMWARE_OFFSET_FILE_DATA 24 38#define FIRMWARE_OFFSET_FILE_DATA 24
48 39
49/* FM recorders can wake up from RTC alarm */
50/* #define HAVE_ALARM_MOD 1 */
51
52/* Define this if you have an FM Radio */ 40/* Define this if you have an FM Radio */
53#define CONFIG_TUNER TEA5767 41#define CONFIG_TUNER TEA5767
54 42
@@ -59,7 +47,7 @@
59#define USB_ENABLE_ONDIOSTYLE 1 /* with PA5 */ 47#define USB_ENABLE_ONDIOSTYLE 1 /* with PA5 */
60 48
61/* The start address index for ROM builds */ 49/* The start address index for ROM builds */
62#define ROM_START 0x12010 /* don't know yet */ 50#define ROM_START 0x16010
63 51
64/* Define this if the display is mounted upside down */ 52/* Define this if the display is mounted upside down */
65#define HAVE_DISPLAY_FLIPPED 53#define HAVE_DISPLAY_FLIPPED
@@ -76,4 +64,7 @@
76/* Define this to support mounting FAT16 partitions */ 64/* Define this to support mounting FAT16 partitions */
77#define HAVE_FAT16SUPPORT 65#define HAVE_FAT16SUPPORT
78 66
67/* Define this if the MAS SIBI line can be controlled via PB8 */
68#define HAVE_MAS_SIBI_CONTROL
69
79#endif /* SIMULATOR */ 70#endif /* SIMULATOR */