Fix remote screen check in graphic equalizer, so that it can be used on logf-enabled...
[Rockbox.git] / firmware / SOURCES
blobe9ce8f909be95c0b5672992a5f93a01d68fbf6b1
1 common/unicode.c
2 #ifdef ROCKBOX_HAS_LOGF
3 logf.c
4 #endif
5 backlight.c
6 buffer.c
7 common/atoi.c
8 common/crc32.c
9 common/ctype.c
10 #ifndef SIMULATOR
11 common/dir.c
12 common/file.c
13 #endif
14 #ifdef HAVE_DIRCACHE
15 common/dircache.c
16 #endif
17 common/disk.c
18 #if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__)
19 common/errno.c
20 #endif
21 common/memcmp.c
22 common/memchr.c
23 common/qsort.c
24 common/random.c
25 common/sprintf.c
26 common/strcasecmp.c
27 common/strcasestr.c
28 common/strcat.c
29 common/strchr.c
30 common/strcmp.c
31 common/strcpy.c
32 #if (CONFIG_CPU == SH7034) && !defined(SIMULATOR)
33 target/sh/strlen-sh.S
34 #else
35 common/strlen.c
36 #endif
37 common/strncmp.c
38 common/strncpy.c
39 common/strrchr.c
40 common/strtok.c
41 common/timefuncs.c
43 #ifdef CPU_COLDFIRE
44 target/coldfire/memcpy-coldfire.S
45 target/coldfire/memmove-coldfire.S
46 target/coldfire/memset-coldfire.S
47 target/coldfire/memset16-coldfire.S
48 target/coldfire/system-coldfire.c
49 #elif (CONFIG_CPU == SH7034)
50 target/sh/memcpy-sh.S
51 target/sh/memmove-sh.S
52 target/sh/memset-sh.S
53 #elif defined(CPU_ARM)
54 common/memcpy.c
55 common/memmove.c
56 target/arm/memset-arm.S
57 target/arm/memset16-arm.S
58 #else
59 common/memcpy.c
60 common/memmove.c
61 common/memset.c
62 common/memset16.c
63 #endif
64 #ifdef HAVE_LCD_CHARCELLS
65 drivers/lcd-player-charset.c
66 drivers/lcd-player.c
67 #endif
68 #ifdef HAVE_LCD_BITMAP
69 arabjoin.c
70 bidi.c
71 hangul.c
72 #if LCD_DEPTH == 1
73 drivers/lcd-recorder.c
74 #elif LCD_DEPTH == 2
75 #if (LCD_PIXELFORMAT == HORIZONTAL_PACKING)
76 drivers/lcd-2bit-horz.c
77 #else
78 drivers/lcd-h100.c
79 #endif
80 #elif LCD_DEPTH == 16
81 drivers/lcd-16bit.c
82 #endif
83 #endif
84 #ifdef HAVE_REMOTE_LCD
85 #if LCD_REMOTE_DEPTH == 1
86 drivers/lcd-h100-remote.c
87 #elif LCD_REMOTE_DEPTH == 2
88 drivers/lcd-remote-2bit-vi.c
89 #endif
90 #endif
91 #if CONFIG_LCD==LCD_H300
92 drivers/lcd-h300.c
93 #endif
94 #ifndef TARGET_TREE
95 drivers/power.c
96 #endif
97 drivers/led.c
98 #ifndef SIMULATOR
99 #ifndef TARGET_TREE
100 drivers/adc.c
101 #endif
102 #ifdef HAVE_MMC
103 drivers/ata_mmc.c
104 #else
105 #ifdef HAVE_FLASH_DISK
106 drivers/ata_flash.c
107 #else
108 #ifndef SANSA_E200
109 drivers/ata.c
110 #endif
111 #endif
112 #endif
113 drivers/button.c
114 drivers/dac.c
115 drivers/fat.c
116 #ifdef CONFIG_TUNER
117 #if (CONFIG_TUNER & S1A0903X01)
118 drivers/fmradio.c
119 tuner_samsung.c
120 #endif
121 #if (CONFIG_TUNER & TEA5767)
122 drivers/fmradio_i2c.c
123 tuner_philips.c
124 #endif
125 #endif
126 #if CONFIG_I2C == I2C_COLDFIRE
127 drivers/i2c-coldfire.c
128 #elif CONFIG_I2C == I2C_PP5020
129 drivers/i2c-pp5020.c
130 #elif CONFIG_I2C == I2C_PP5002
131 drivers/i2c-pp5002.c
132 #elif CONFIG_I2C == I2C_PNX0101
133 drivers/i2c-pnx0101.c
134 #elif CONFIG_I2C == I2C_S3C2440
135 /* no i2c driver yet */
136 #else
137 drivers/i2c.c
138 #endif
139 #if CONFIG_CODEC != SWCODEC
140 drivers/mas.c
141 #endif
142 #ifdef HAVE_EEPROM
143 drivers/eeprom_24cxx.c
144 #ifdef HAVE_EEPROM_SETTINGS
145 eeprom_settings.c
146 #endif
147 #endif
148 #if (CONFIG_RTC == RTC_M41ST84W) || (CONFIG_RTC == RTC_PCF50606) \
149  || (CONFIG_RTC == RTC_PCF50605) || (CONFIG_RTC == RTC_E8564)
150 drivers/rtc.c
151 #endif
152 drivers/serial.c
153 #endif /* !SIMULATOR */
154 #ifdef HAVE_LCD_BITMAP
155 lru.c
156 font_cache.c
157 font.c
158 #endif
159 id3.c
160 #ifndef SIMULATOR
161 #ifdef RB_PROFILE
162 profile.c
163 #endif /* RB_PROFILE */
164 hwcompat.c
165 kernel.c
166 rolo.c
167 thread.c
168 timer.c
169 #ifdef CPU_PP
170 target/arm/crt0-pp.S
171 #elif defined(CPU_ARM)
172 target/arm/crt0.S
173 #elif defined(CPU_COLDFIRE)
174 target/coldfire/crt0.S
175 #elif CONFIG_CPU == SH7034
176 target/sh/crt0.S
177 #else
178 crt0.S
179 #endif
180 drivers/lcd.S
181 #endif
182 mp3_playback.c
183 mp3data.c
184 #if CONFIG_CODEC != SWCODEC
185 mpeg.c
186 #endif
187 #if !defined(WIN32) || defined(SDL)
188 panic.c
189 debug.c
190 #endif
191 powermgmt.c
192 system.c
193 usb.c
194 #if (CONFIG_CPU == SH7034) && !defined(SIMULATOR)
195 bitswap.S
196 descramble.S
197 #endif
198 #if defined(HAVE_UDA1380) && !defined(SIMULATOR)
199 drivers/uda1380.c
200 #elif (defined(HAVE_WM8975) || defined(HAVE_WM8751)) && !defined(SIMULATOR)
201 drivers/wm8975.c
202 #elif defined(HAVE_WM8758) && !defined(SIMULATOR)
203 drivers/wm8758.c
204 #elif (defined(HAVE_WM8731) || defined(HAVE_WM8721)) && !defined(SIMULATOR)
205 drivers/wm8731l.c
206 #elif defined(HAVE_TLV320) && !defined(SIMULATOR)
207 drivers/tlv320.c
208 #endif
209 #if (CONFIG_CODEC == SWCODEC) && !defined(SIMULATOR)
210 pcm_playback.c
211 #endif
212 #if CONFIG_CODEC == SWCODEC
213 replaygain.c
214 #endif
215 #if defined(CPU_COLDFIRE) && !defined(SIMULATOR)
216 pcm_record.c
217 #endif
218 sound.c
219 #if defined(IRIVER_IFP7XX_SERIES) && defined(STUB)
220 common/sscanf.c
221 usb_serial.c
222 #endif
223 #if CONFIG_USBOTG == USBOTG_ISP1362
224 drivers/isp1362.c
225 #endif
226 #if CONFIG_USBOTG == USBOTG_M5636
227 drivers/m5636.c
228 #endif
230 #ifdef SANSA_E200
231 #ifndef SIMULATOR
232 target/arm/sandisk/sansa-e200/ata-e200.c
233 target/arm/sandisk/sansa-e200/lcd-e200.c
234 target/arm/sandisk/sansa-e200/adc-e200.c
235 target/arm/wmcodec-pp.c
236 #endif
237 #endif
239 #ifdef IAUDIO_X5
240 target/coldfire/iaudio/x5/power-x5.c
241 #ifndef SIMULATOR
242 target/coldfire/iaudio/x5/button-x5.c
243 target/coldfire/iaudio/x5/lcd-as-x5.S
244 target/coldfire/iaudio/x5/lcd-x5.c
245 target/coldfire/pcf50606-coldfire.c
246 target/coldfire/iaudio/x5/pcf50606-x5.c
247 target/coldfire/iaudio/x5/adc-x5.c
248 target/coldfire/iaudio/x5/ata-x5.c
249 target/coldfire/iaudio/x5/system-x5.c
250 target/coldfire/iaudio/x5/usb-x5.c
251 target/coldfire/iaudio/x5/backlight-x5.c
252 target/coldfire/iaudio/x5/m5636-x5.c
253 target/coldfire/iaudio/x5/lcd-remote-x5.c
254 #endif
255 #endif
257 #ifdef IRIVER_H300_SERIES
258 target/coldfire/iriver/h300/power-h300.c
259 #ifndef SIMULATOR
260 target/coldfire/pcf50606-coldfire.c
261 target/coldfire/iriver/ata-iriver.c
262 target/coldfire/iriver/system-iriver.c
263 target/coldfire/iriver/h300/adc-h300.c
264 target/coldfire/iriver/h300/backlight-h300.c
265 target/coldfire/iriver/h300/button-h300.c
266 target/coldfire/iriver/h300/lcd-as-h300.S
267 target/coldfire/iriver/h300/pcf50606-h300.c
268 target/coldfire/iriver/h300/usb-h300.c
269 #endif
270 #endif
272 #ifdef IRIVER_H100_SERIES
273 target/coldfire/iriver/h100/power-h100.c
274 #ifndef SIMULATOR
275 target/coldfire/iriver/ata-iriver.c
276 target/coldfire/iriver/system-iriver.c
277 target/coldfire/iriver/h100/adc-h100.c
278 target/coldfire/iriver/h100/backlight-h100.c
279 target/coldfire/iriver/h100/button-h100.c
280 target/coldfire/iriver/h100/usb-h100.c
281 #endif
282 #endif
284 #ifdef IRIVER_H10
285 #ifndef SIMULATOR
286 target/arm/iriver/h10/backlight-h10.c
287 target/arm/iriver/h10/button-h10.c
288 target/arm/ata-pp5020.c
289 target/arm/iriver/h10/power-h10.c
290 target/arm/iriver/h10/usb-h10.c
291 target/arm/iriver/h10/lcd-h10_20gb.c
292 target/arm/iriver/h10/adc-h10.c
293 target/arm/wmcodec-pp.c
294 #endif
295 #endif
297 #ifdef IRIVER_H10_5GB
298 #ifndef SIMULATOR
299 target/arm/iriver/h10/backlight-h10.c
300 target/arm/iriver/h10/button-h10.c
301 target/arm/ata-pp5020.c
302 target/arm/iriver/h10/power-h10.c
303 target/arm/iriver/h10/usb-h10.c
304 target/arm/iriver/h10/lcd-h10_5gb.c
305 target/arm/iriver/h10/adc-h10.c
306 target/arm/wmcodec-pp.c
307 #endif
308 #endif
310 #ifdef GIGABEAT_F
311 #ifndef SIMULATOR
312 target/arm/gigabeat/meg-fx/backlight-meg-fx.c
313 target/arm/gigabeat/meg-fx/button-meg-fx.c
314 target/arm/gigabeat/meg-fx/ata-meg-fx.c
315 target/arm/gigabeat/meg-fx/power-meg-fx.c
316 target/arm/gigabeat/meg-fx/usb-meg-fx.c
317 target/arm/gigabeat/meg-fx/lcd-meg-fx.c
318 target/arm/gigabeat/meg-fx/sc606-meg-fx.c
319 target/arm/gigabeat/meg-fx/adc-meg-fx.c
320 drivers/generic_i2c.c
321 target/arm/gigabeat/meg-fx/i2c-meg-fx.c
322 target/arm/gigabeat/meg-fx/wmcodec-meg-fx.c
323 #endif
324 #endif
326 #ifdef ELIO_TPJ1022
327 #ifndef SIMULATOR
328 target/arm/tatung/tpj1022/backlight-tpj1022.c
329 target/arm/tatung/tpj1022/button-tpj1022.c
330 target/arm/ata-pp5020.c
331 target/arm/tatung/tpj1022/power-tpj1022.c
332 target/arm/tatung/tpj1022/usb-tpj1022.c
333 target/arm/tatung/tpj1022/lcd-tpj1022.c
334 target/arm/tatung/tpj1022/adc-tpj1022.c
335 target/arm/wmcodec-pp.c
336 #endif
337 #endif
339 #ifdef IPOD_4G
340 #ifndef SIMULATOR
341 drivers/lcd-ipod.c
342 drivers/pcf50605.c
343 target/arm/ata-pp5020.c
344 target/arm/ipod/adc-ipod.c
345 target/arm/ipod/backlight-4g_color.c
346 target/arm/ipod/button-clickwheel.c
347 target/arm/ipod/power-ipod.c
348 target/arm/ipod/usb-ipod.c
349 target/arm/wmcodec-pp.c
350 #endif
351 #endif
353 #ifdef IPOD_COLOR
354 #ifndef SIMULATOR
355 drivers/lcd-ipod.c
356 drivers/pcf50605.c
357 target/arm/ata-pp5020.c
358 target/arm/ipod/adc-ipod.c
359 target/arm/ipod/backlight-4g_color.c
360 target/arm/ipod/button-clickwheel.c
361 target/arm/ipod/power-ipod.c
362 target/arm/ipod/usb-ipod.c
363 target/arm/wmcodec-pp.c
364 #endif
365 #endif
367 #ifdef IPOD_NANO
368 #ifndef SIMULATOR
369 drivers/lcd-ipod.c
370 drivers/pcf50605.c
371 target/arm/ata-pp5020.c
372 target/arm/ipod/adc-ipod.c
373 target/arm/ipod/backlight-nano_video.c
374 target/arm/ipod/button-clickwheel.c
375 target/arm/ipod/power-ipod.c
376 target/arm/ipod/usb-ipod.c
377 target/arm/wmcodec-pp.c
378 #endif
379 #endif
381 #ifdef IPOD_VIDEO
382 #ifndef SIMULATOR
383 drivers/pcf50605.c
384 target/arm/ata-pp5020.c
385 target/arm/ipod/adc-ipod.c
386 target/arm/ipod/backlight-nano_video.c
387 target/arm/ipod/button-clickwheel.c
388 target/arm/ipod/power-ipod.c
389 target/arm/ipod/usb-ipod.c
390 drivers/lcd-ipodvideo.c
391 target/arm/wmcodec-pp.c
392 #endif
393 #endif
395 #ifdef IPOD_3G
396 #ifndef SIMULATOR
397 drivers/lcd-ipod.c
398 drivers/pcf50605.c
399 target/arm/ata-pp5020.c
400 target/arm/ipod/adc-ipod.c
401 target/arm/ipod/3g/backlight-3g.c
402 target/arm/ipod/3g/button-3g.c
403 target/arm/ipod/power-ipod.c
404 target/arm/ipod/usb-ipod.c
405 target/arm/wmcodec-pp.c
406 #endif
407 #endif
409 #ifdef IPOD_MINI
410 #ifndef SIMULATOR
411 drivers/lcd-ipod.c
412 drivers/pcf50605.c
413 target/arm/ata-pp5020.c
414 target/arm/ipod/adc-ipod.c
415 target/arm/ipod/backlight-mini1g_mini2g.c
416 target/arm/ipod/button-mini1g.c
417 target/arm/ipod/power-ipod.c
418 target/arm/ipod/usb-ipod.c
419 target/arm/wmcodec-pp.c
420 #endif
421 #endif
424 #ifdef IPOD_MINI2G
425 #ifndef SIMULATOR
426 drivers/lcd-ipod.c
427 drivers/pcf50605.c
428 target/arm/ata-pp5020.c
429 target/arm/ipod/adc-ipod.c
430 target/arm/ipod/backlight-mini1g_mini2g.c
431 target/arm/ipod/button-clickwheel.c
432 target/arm/ipod/power-ipod.c
433 target/arm/ipod/usb-ipod.c
434 target/arm/wmcodec-pp.c
435 #endif
436 #endif