summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-e200.h3
-rw-r--r--firmware/export/config-fmrecorder.h3
-rw-r--r--firmware/export/config-gigabeat.h3
-rw-r--r--firmware/export/config-gmini120.h3
-rw-r--r--firmware/export/config-gminisp.h3
-rw-r--r--firmware/export/config-h10.h3
-rw-r--r--firmware/export/config-h100.h3
-rw-r--r--firmware/export/config-h10_5gb.h2
-rw-r--r--firmware/export/config-h120.h3
-rw-r--r--firmware/export/config-h300.h3
-rw-r--r--firmware/export/config-iaudiox5.h3
-rw-r--r--firmware/export/config-ifp7xx.h3
-rw-r--r--firmware/export/config-ipod3g.h3
-rw-r--r--firmware/export/config-ipod4g.h3
-rw-r--r--firmware/export/config-ipodcolor.h3
-rw-r--r--firmware/export/config-ipodmini.h3
-rwxr-xr-xfirmware/export/config-ipodmini2g.h3
-rw-r--r--firmware/export/config-ipodnano.h3
-rw-r--r--firmware/export/config-ipodvideo.h3
-rw-r--r--firmware/export/config-ondiofm.h3
-rw-r--r--firmware/export/config-ondiosp.h3
-rw-r--r--firmware/export/config-player.h3
-rw-r--r--firmware/export/config-recorder.h3
-rw-r--r--firmware/export/config-recorderv2.h3
-rw-r--r--firmware/export/config.h2
25 files changed, 73 insertions, 0 deletions
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h
index 3793a716ec..e0c245725a 100644
--- a/firmware/export/config-e200.h
+++ b/firmware/export/config-e200.h
@@ -18,6 +18,9 @@
18/* define this if you have access to the quickscreen */ 18/* define this if you have access to the quickscreen */
19#define HAVE_QUICKSCREEN 19#define HAVE_QUICKSCREEN
20 20
21/* define this if you would like tagcache to build on this target */
22#define HAVE_TAGCACHE
23
21/* LCD dimensions */ 24/* LCD dimensions */
22#define LCD_WIDTH 176 25#define LCD_WIDTH 176
23#define LCD_HEIGHT 220 26#define LCD_HEIGHT 220
diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h
index 995ca3658b..d9377bc6f9 100644
--- a/firmware/export/config-fmrecorder.h
+++ b/firmware/export/config-fmrecorder.h
@@ -15,6 +15,9 @@
15/* define this if you have access to the pitchscreen */ 15/* define this if you have access to the pitchscreen */
16#define HAVE_PITCHSCREEN 16#define HAVE_PITCHSCREEN
17 17
18/* define this if you would like tagcache to build on this target */
19#define HAVE_TAGCACHE
20
18/* LCD dimensions */ 21/* LCD dimensions */
19#define LCD_WIDTH 112 22#define LCD_WIDTH 112
20#define LCD_HEIGHT 64 23#define LCD_HEIGHT 64
diff --git a/firmware/export/config-gigabeat.h b/firmware/export/config-gigabeat.h
index fee2b79b2e..ea72c348ea 100644
--- a/firmware/export/config-gigabeat.h
+++ b/firmware/export/config-gigabeat.h
@@ -14,6 +14,9 @@
14/* define this if you have a colour LCD */ 14/* define this if you have a colour LCD */
15#define HAVE_LCD_COLOR 1 15#define HAVE_LCD_COLOR 1
16 16
17/* define this if you would like tagcache to build on this target */
18#define HAVE_TAGCACHE
19
17/* LCD dimensions */ 20/* LCD dimensions */
18#define LCD_WIDTH 240 21#define LCD_WIDTH 240
19#define LCD_HEIGHT 320 22#define LCD_HEIGHT 320
diff --git a/firmware/export/config-gmini120.h b/firmware/export/config-gmini120.h
index 5aed9a5f7d..a393b17a8a 100644
--- a/firmware/export/config-gmini120.h
+++ b/firmware/export/config-gmini120.h
@@ -16,6 +16,9 @@
16/* define this if you have RTC RAM available for settings */ 16/* define this if you have RTC RAM available for settings */
17#define HAVE_RTC_RAM 1 17#define HAVE_RTC_RAM 1
18 18
19/* define this if you would like tagcache to build on this target */
20#define HAVE_TAGCACHE
21
19/* LCD dimensions */ 22/* LCD dimensions */
20#define LCD_WIDTH 128 23#define LCD_WIDTH 128
21#define LCD_HEIGHT 64 24#define LCD_HEIGHT 64
diff --git a/firmware/export/config-gminisp.h b/firmware/export/config-gminisp.h
index b309c173a9..1c1f299afa 100644
--- a/firmware/export/config-gminisp.h
+++ b/firmware/export/config-gminisp.h
@@ -7,6 +7,9 @@
7/* define this if you can invert the colours on your LCD */ 7/* define this if you can invert the colours on your LCD */
8#define HAVE_LCD_INVERT 8#define HAVE_LCD_INVERT
9 9
10/* define this if you would like tagcache to build on this target */
11#define HAVE_TAGCACHE
12
10/* LCD dimensions */ 13/* LCD dimensions */
11#define LCD_WIDTH 128 14#define LCD_WIDTH 128
12#define LCD_HEIGHT 64 15#define LCD_HEIGHT 64
diff --git a/firmware/export/config-h10.h b/firmware/export/config-h10.h
index dbb7583304..8cea98d2bf 100644
--- a/firmware/export/config-h10.h
+++ b/firmware/export/config-h10.h
@@ -22,6 +22,9 @@
22/* define this if you have access to the pitchscreen */ 22/* define this if you have access to the pitchscreen */
23#define HAVE_PITCHSCREEN 23#define HAVE_PITCHSCREEN
24 24
25/* define this if you would like tagcache to build on this target */
26#define HAVE_TAGCACHE
27
25/* LCD dimensions */ 28/* LCD dimensions */
26#define LCD_WIDTH 160 29#define LCD_WIDTH 160
27#define LCD_HEIGHT 128 30#define LCD_HEIGHT 128
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index 71baa83100..12f1066d3a 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -24,6 +24,9 @@
24/* define this if you have access to the pitchscreen */ 24/* define this if you have access to the pitchscreen */
25#define HAVE_PITCHSCREEN 25#define HAVE_PITCHSCREEN
26 26
27/* define this if you would like tagcache to build on this target */
28#define HAVE_TAGCACHE
29
27/* LCD dimensions */ 30/* LCD dimensions */
28#define LCD_WIDTH 160 31#define LCD_WIDTH 160
29#define LCD_HEIGHT 128 32#define LCD_HEIGHT 128
diff --git a/firmware/export/config-h10_5gb.h b/firmware/export/config-h10_5gb.h
index 6fcc0f29f0..26042e8042 100644
--- a/firmware/export/config-h10_5gb.h
+++ b/firmware/export/config-h10_5gb.h
@@ -22,6 +22,8 @@
22/* define this if you have access to the pitchscreen */ 22/* define this if you have access to the pitchscreen */
23#define HAVE_PITCHSCREEN 23#define HAVE_PITCHSCREEN
24 24
25/* define this if you would like tagcache to build on this target */
26#define HAVE_TAGCACHE
25 27
26/* LCD dimensions */ 28/* LCD dimensions */
27#define LCD_WIDTH 128 29#define LCD_WIDTH 128
diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h
index d8038f21af..21451dcdac 100644
--- a/firmware/export/config-h120.h
+++ b/firmware/export/config-h120.h
@@ -20,6 +20,9 @@
20/* define this if you have access to the pitchscreen */ 20/* define this if you have access to the pitchscreen */
21#define HAVE_PITCHSCREEN 21#define HAVE_PITCHSCREEN
22 22
23/* define this if you would like tagcache to build on this target */
24#define HAVE_TAGCACHE
25
23/* LCD dimensions */ 26/* LCD dimensions */
24#define LCD_WIDTH 160 27#define LCD_WIDTH 160
25#define LCD_HEIGHT 128 28#define LCD_HEIGHT 128
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h
index c42965d082..c9aad436f1 100644
--- a/firmware/export/config-h300.h
+++ b/firmware/export/config-h300.h
@@ -20,6 +20,9 @@
20/* define this if you have access to the pitchscreen */ 20/* define this if you have access to the pitchscreen */
21#define HAVE_PITCHSCREEN 21#define HAVE_PITCHSCREEN
22 22
23/* define this if you would like tagcache to build on this target */
24#define HAVE_TAGCACHE
25
23/* LCD dimensions */ 26/* LCD dimensions */
24#define LCD_WIDTH 220 27#define LCD_WIDTH 220
25#define LCD_HEIGHT 176 28#define LCD_HEIGHT 176
diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h
index 83f0767723..df24850892 100644
--- a/firmware/export/config-iaudiox5.h
+++ b/firmware/export/config-iaudiox5.h
@@ -24,6 +24,9 @@
24/* define this if you have access to the pitchscreen */ 24/* define this if you have access to the pitchscreen */
25#define HAVE_PITCHSCREEN 25#define HAVE_PITCHSCREEN
26 26
27/* define this if you would like tagcache to build on this target */
28#define HAVE_TAGCACHE
29
27/* LCD dimensions */ 30/* LCD dimensions */
28#define LCD_WIDTH 160 31#define LCD_WIDTH 160
29#define LCD_HEIGHT 128 32#define LCD_HEIGHT 128
diff --git a/firmware/export/config-ifp7xx.h b/firmware/export/config-ifp7xx.h
index cebb319a13..9b8693a659 100644
--- a/firmware/export/config-ifp7xx.h
+++ b/firmware/export/config-ifp7xx.h
@@ -15,6 +15,9 @@
15/* define this if you have a colour LCD */ 15/* define this if you have a colour LCD */
16/* #define HAVE_LCD_COLOR 1 */ 16/* #define HAVE_LCD_COLOR 1 */
17 17
18/* define this if you would like tagcache to build on this target */
19#define HAVE_TAGCACHE
20
18/* LCD dimensions */ 21/* LCD dimensions */
19#define LCD_WIDTH 128 22#define LCD_WIDTH 128
20#define LCD_HEIGHT 64 23#define LCD_HEIGHT 64
diff --git a/firmware/export/config-ipod3g.h b/firmware/export/config-ipod3g.h
index 446f56be8e..1cb4f883f7 100644
--- a/firmware/export/config-ipod3g.h
+++ b/firmware/export/config-ipod3g.h
@@ -22,6 +22,9 @@
22/* define this if you have access to the pitchscreen */ 22/* define this if you have access to the pitchscreen */
23#define HAVE_PITCHSCREEN 23#define HAVE_PITCHSCREEN
24 24
25/* define this if you would like tagcache to build on this target */
26#define HAVE_TAGCACHE
27
25/* LCD dimensions */ 28/* LCD dimensions */
26#define LCD_WIDTH 160 29#define LCD_WIDTH 160
27#define LCD_HEIGHT 128 30#define LCD_HEIGHT 128
diff --git a/firmware/export/config-ipod4g.h b/firmware/export/config-ipod4g.h
index cbaa1504f5..065c653fab 100644
--- a/firmware/export/config-ipod4g.h
+++ b/firmware/export/config-ipod4g.h
@@ -22,6 +22,9 @@
22/* define this if you have access to the pitchscreen */ 22/* define this if you have access to the pitchscreen */
23#define HAVE_PITCHSCREEN 23#define HAVE_PITCHSCREEN
24 24
25/* define this if you would like tagcache to build on this target */
26#define HAVE_TAGCACHE
27
25/* LCD dimensions */ 28/* LCD dimensions */
26#define LCD_WIDTH 160 29#define LCD_WIDTH 160
27#define LCD_HEIGHT 128 30#define LCD_HEIGHT 128
diff --git a/firmware/export/config-ipodcolor.h b/firmware/export/config-ipodcolor.h
index 1c583e98ca..efc57265a0 100644
--- a/firmware/export/config-ipodcolor.h
+++ b/firmware/export/config-ipodcolor.h
@@ -22,6 +22,9 @@
22/* define this if you have access to the pitchscreen */ 22/* define this if you have access to the pitchscreen */
23#define HAVE_PITCHSCREEN 23#define HAVE_PITCHSCREEN
24 24
25/* define this if you would like tagcache to build on this target */
26#define HAVE_TAGCACHE
27
25/* LCD dimensions */ 28/* LCD dimensions */
26#define LCD_WIDTH 220 29#define LCD_WIDTH 220
27#define LCD_HEIGHT 176 30#define LCD_HEIGHT 176
diff --git a/firmware/export/config-ipodmini.h b/firmware/export/config-ipodmini.h
index 09ce7d6868..2e5da2e447 100644
--- a/firmware/export/config-ipodmini.h
+++ b/firmware/export/config-ipodmini.h
@@ -22,6 +22,9 @@
22/* define this if you have access to the pitchscreen */ 22/* define this if you have access to the pitchscreen */
23#define HAVE_PITCHSCREEN 23#define HAVE_PITCHSCREEN
24 24
25/* define this if you would like tagcache to build on this target */
26#define HAVE_TAGCACHE
27
25/* LCD dimensions */ 28/* LCD dimensions */
26#define LCD_WIDTH 138 29#define LCD_WIDTH 138
27#define LCD_HEIGHT 110 30#define LCD_HEIGHT 110
diff --git a/firmware/export/config-ipodmini2g.h b/firmware/export/config-ipodmini2g.h
index 5020ac6952..8f1fc1ad9f 100755
--- a/firmware/export/config-ipodmini2g.h
+++ b/firmware/export/config-ipodmini2g.h
@@ -22,6 +22,9 @@
22/* define this if you have access to the pitchscreen */ 22/* define this if you have access to the pitchscreen */
23#define HAVE_PITCHSCREEN 23#define HAVE_PITCHSCREEN
24 24
25/* define this if you would like tagcache to build on this target */
26#define HAVE_TAGCACHE
27
25/* LCD dimensions */ 28/* LCD dimensions */
26#define LCD_WIDTH 138 29#define LCD_WIDTH 138
27#define LCD_HEIGHT 110 30#define LCD_HEIGHT 110
diff --git a/firmware/export/config-ipodnano.h b/firmware/export/config-ipodnano.h
index e4a2b80d6f..db85fa8ee8 100644
--- a/firmware/export/config-ipodnano.h
+++ b/firmware/export/config-ipodnano.h
@@ -22,6 +22,9 @@
22/* define this if you have access to the pitchscreen */ 22/* define this if you have access to the pitchscreen */
23#define HAVE_PITCHSCREEN 23#define HAVE_PITCHSCREEN
24 24
25/* define this if you would like tagcache to build on this target */
26#define HAVE_TAGCACHE
27
25/* LCD dimensions */ 28/* LCD dimensions */
26#define LCD_WIDTH 176 29#define LCD_WIDTH 176
27#define LCD_HEIGHT 132 30#define LCD_HEIGHT 132
diff --git a/firmware/export/config-ipodvideo.h b/firmware/export/config-ipodvideo.h
index 113bcc229a..543bfbfe65 100644
--- a/firmware/export/config-ipodvideo.h
+++ b/firmware/export/config-ipodvideo.h
@@ -22,6 +22,9 @@
22/* define this if you have access to the pitchscreen */ 22/* define this if you have access to the pitchscreen */
23#define HAVE_PITCHSCREEN 23#define HAVE_PITCHSCREEN
24 24
25/* define this if you would like tagcache to build on this target */
26#define HAVE_TAGCACHE
27
25/* LCD dimensions */ 28/* LCD dimensions */
26#define LCD_WIDTH 320 29#define LCD_WIDTH 320
27#define LCD_HEIGHT 240 30#define LCD_HEIGHT 240
diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h
index 745b1ba782..0ccba0de20 100644
--- a/firmware/export/config-ondiofm.h
+++ b/firmware/export/config-ondiofm.h
@@ -10,6 +10,9 @@
10/* define this if you can invert the colours on your LCD */ 10/* define this if you can invert the colours on your LCD */
11#define HAVE_LCD_INVERT 11#define HAVE_LCD_INVERT
12 12
13/* define this if you would like tagcache to build on this target */
14#define HAVE_TAGCACHE
15
13/* LCD dimensions */ 16/* LCD dimensions */
14#define LCD_WIDTH 112 17#define LCD_WIDTH 112
15#define LCD_HEIGHT 64 18#define LCD_HEIGHT 64
diff --git a/firmware/export/config-ondiosp.h b/firmware/export/config-ondiosp.h
index 19c59c3aca..a535e47905 100644
--- a/firmware/export/config-ondiosp.h
+++ b/firmware/export/config-ondiosp.h
@@ -7,6 +7,9 @@
7/* define this if you can invert the colours on your LCD */ 7/* define this if you can invert the colours on your LCD */
8#define HAVE_LCD_INVERT 8#define HAVE_LCD_INVERT
9 9
10/* define this if you would like tagcache to build on this target */
11#define HAVE_TAGCACHE
12
10/* LCD dimensions */ 13/* LCD dimensions */
11#define LCD_WIDTH 112 14#define LCD_WIDTH 112
12#define LCD_HEIGHT 64 15#define LCD_HEIGHT 64
diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h
index 3dfdb0e727..76f3415db3 100644
--- a/firmware/export/config-player.h
+++ b/firmware/export/config-player.h
@@ -1,6 +1,9 @@
1/* define this if you have a charcell LCD display */ 1/* define this if you have a charcell LCD display */
2#define HAVE_LCD_CHARCELLS 1 2#define HAVE_LCD_CHARCELLS 1
3 3
4/* define this if you would like tagcache to build on this target */
5#define HAVE_TAGCACHE
6
4/* LCD dimensions (for the simulator) */ 7/* LCD dimensions (for the simulator) */
5#define LCD_WIDTH 132 /* Display width in pixels */ 8#define LCD_WIDTH 132 /* Display width in pixels */
6#define LCD_HEIGHT 64 /* Display height in pixels */ 9#define LCD_HEIGHT 64 /* Display height in pixels */
diff --git a/firmware/export/config-recorder.h b/firmware/export/config-recorder.h
index a3ba43ee7f..4b79e0b3ae 100644
--- a/firmware/export/config-recorder.h
+++ b/firmware/export/config-recorder.h
@@ -15,6 +15,9 @@
15/* define this if you have access to the pitchscreen */ 15/* define this if you have access to the pitchscreen */
16#define HAVE_PITCHSCREEN 16#define HAVE_PITCHSCREEN
17 17
18/* define this if you would like tagcache to build on this target */
19#define HAVE_TAGCACHE
20
18/* LCD dimensions */ 21/* LCD dimensions */
19#define LCD_WIDTH 112 22#define LCD_WIDTH 112
20#define LCD_HEIGHT 64 23#define LCD_HEIGHT 64
diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h
index 58a0b78ebe..38ca974761 100644
--- a/firmware/export/config-recorderv2.h
+++ b/firmware/export/config-recorderv2.h
@@ -15,6 +15,9 @@
15/* define this if you have access to the pitchscreen */ 15/* define this if you have access to the pitchscreen */
16#define HAVE_PITCHSCREEN 16#define HAVE_PITCHSCREEN
17 17
18/* define this if you would like tagcache to build on this target */
19#define HAVE_TAGCACHE
20
18/* LCD dimensions */ 21/* LCD dimensions */
19#define LCD_WIDTH 112 22#define LCD_WIDTH 112
20#define LCD_HEIGHT 64 23#define LCD_HEIGHT 64
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 6a3091de30..6f6d253fe9 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -217,8 +217,10 @@
217 * plenty of RAM. Both features can be enabled independently. */ 217 * plenty of RAM. Both features can be enabled independently. */
218#if (MEMORYSIZE > 8 || MEM > 8) && !defined(BOOTLOADER) 218#if (MEMORYSIZE > 8 || MEM > 8) && !defined(BOOTLOADER)
219#define HAVE_DIRCACHE 219#define HAVE_DIRCACHE
220#ifdef HAVE_TAGCACHE
220#define HAVE_TC_RAMCACHE 221#define HAVE_TC_RAMCACHE
221#endif 222#endif
223#endif
222 224
223#if (CONFIG_CODEC == SWCODEC) && !defined(SIMULATOR) && !defined(BOOTLOADER) 225#if (CONFIG_CODEC == SWCODEC) && !defined(SIMULATOR) && !defined(BOOTLOADER)
224#define HAVE_PRIORITY_SCHEDULING 226#define HAVE_PRIORITY_SCHEDULING