summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2008-11-10 11:04:43 +0000
committerRafaël Carré <rafael.carre@gmail.com>2008-11-10 11:04:43 +0000
commit6b566568ebdb9e06a0f007606cce98ac996d541a (patch)
tree00808daafeee2b419ad12c3306d0a02b29c2ff35 /firmware/export
parentb52a3da2b5ad0ee7d7061af863f0acd33d327292 (diff)
downloadrockbox-6b566568ebdb9e06a0f007606cce98ac996d541a.tar.gz
rockbox-6b566568ebdb9e06a0f007606cce98ac996d541a.zip
Fix Clip firmware building by adding missing symbols
Implement some of the new functions Use as3514 rtc Add AS3525 case in rolo.c Copy card_get_info_target() from ata-sd-pp.c , and use the correct 32bits words order git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19064 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-clip.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-clip.h b/firmware/export/config-clip.h
index 9bc4a14bf5..17d975f49d 100644
--- a/firmware/export/config-clip.h
+++ b/firmware/export/config-clip.h
@@ -9,6 +9,8 @@
9#define FIRMWARE_OFFSET_FILE_DATA 8 9#define FIRMWARE_OFFSET_FILE_DATA 8
10#define FIRMWARE_OFFSET_FILE_CRC 0 10#define FIRMWARE_OFFSET_FILE_CRC 0
11 11
12#if 0 /* disabled since there is no driver (yet) */
13
12#define HW_SAMPR_CAPS (SAMPR_CAP_44) 14#define HW_SAMPR_CAPS (SAMPR_CAP_44)
13 15
14/* define this if you have recording possibility */ 16/* define this if you have recording possibility */
@@ -23,6 +25,8 @@
23 explicitly if different */ 25 explicitly if different */
24#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO) 26#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO)
25 27
28#endif
29
26/* define this if you have a bitmap LCD display */ 30/* define this if you have a bitmap LCD display */
27#define HAVE_LCD_BITMAP 31#define HAVE_LCD_BITMAP
28 32
@@ -93,8 +97,10 @@
93#define AB_REPEAT_ENABLE 1 97#define AB_REPEAT_ENABLE 1
94 98
95/* FM Tuner */ 99/* FM Tuner */
100#if 0 /* disabled since there is no driver (yet) */
96#define CONFIG_TUNER SI4700 /* in fact SI4702 but let's hope it's compatible */ 101#define CONFIG_TUNER SI4700 /* in fact SI4702 but let's hope it's compatible */
97//#define HAVE_TUNER_PWR_CTRL 102//#define HAVE_TUNER_PWR_CTRL
103#endif
98 104
99/* Define this for LCD backlight available */ 105/* Define this for LCD backlight available */
100#define HAVE_BACKLIGHT 106#define HAVE_BACKLIGHT