RaaA: Add RTC support
[maemo-rb.git] / firmware / export / config / pandora.h
bloba740208ac0a4611f8488028a8863ecf76a2b9204
1 /*
2 * This config file is for Rockbox as an application on the Nokia N8xx
3 */
4 #define TARGET_TREE /* this target is using the target tree system */
6 /* We don't run on hardware directly */
7 #define CONFIG_PLATFORM (PLATFORM_HOSTED|PLATFORM_PANDORA)
9 /* For Rolo and boot loader */
10 #define MODEL_NUMBER 100
12 #define MODEL_NAME "Rockbox"
14 #define USB_NONE
16 /* define this if you have a bitmap LCD display */
17 #define HAVE_LCD_BITMAP
19 /* define this if you have a colour LCD */
20 #define HAVE_LCD_COLOR
22 /* define this if you want album art for this target */
23 #define HAVE_ALBUMART
25 /* define this to enable bitmap scaling */
26 #define HAVE_BMP_SCALING
28 /* define this to enable JPEG decoding */
29 #define HAVE_JPEG
31 /* define this if you have access to the quickscreen */
32 #define HAVE_QUICKSCREEN
33 /* define this if you have access to the pitchscreen */
34 #define HAVE_PITCHSCREEN
36 /* define this if you would like tagcache to build on this target */
37 #define HAVE_TAGCACHE
39 /* LCD dimensions */
40 #define LCD_WIDTH 800
41 #define LCD_HEIGHT 480
42 #define LCD_DEPTH 16
43 #define LCD_PIXELFORMAT 565
45 /* define this to indicate your device's keypad */
46 #define HAVE_TOUCHSCREEN
47 #define HAVE_BUTTON_DATA
49 /* define this if you have RTC RAM available for settings */
50 //#define HAVE_RTC_RAM
52 /* define this if you have a real-time clock */
53 #define CONFIG_RTC APPLICATION
55 /* The number of bytes reserved for loadable codecs */
56 #define CODEC_SIZE 0x100000
58 /* The number of bytes reserved for loadable plugins */
59 #define PLUGIN_BUFFER_SIZE 0x80000
61 #define AB_REPEAT_ENABLE
63 /* Define this if you do software codec */
64 #define CONFIG_CODEC SWCODEC
66 /* Work around debug macro expansion of strncmp in scratchbox */
67 #define _HAVE_STRING_ARCH_strncmp
69 #define HAVE_SCROLLWHEEL
70 #define CONFIG_KEYPAD SDL_PAD
72 /* Use SDL audio/pcm in a SDL app build */
73 #define HAVE_SDL
74 #define HAVE_SDL_AUDIO
76 #define HAVE_SW_TONE_CONTROLS
78 /* Define current usage levels. */
79 #define CURRENT_NORMAL 88 /* 18 hours from a 1600 mAh battery */
80 #define CURRENT_BACKLIGHT 30 /* TBD */
81 #define CURRENT_RECORD 0 /* no recording yet */
83 /* Define this to the CPU frequency */
85 #define CPU_FREQ 48000000
88 /* Offset ( in the firmware file's header ) to the file CRC */
89 #define FIRMWARE_OFFSET_FILE_CRC 0
91 /* Offset ( in the firmware file's header ) to the real data */
92 #define FIRMWARE_OFFSET_FILE_DATA 8
94 #define CONFIG_LCD LCD_COWOND2
96 /* Define this if a programmable hotkey is mapped */
97 #define HAVE_HOTKEY
99 #define BOOTDIR "/.rockbox"