2005-12-06 13:27:15 +00:00
|
|
|
common/unicode.c
|
2005-05-30 13:43:15 +00:00
|
|
|
#ifdef ROCKBOX_HAS_LOGF
|
2005-05-30 13:00:43 +00:00
|
|
|
logf.c
|
2005-05-30 13:43:15 +00:00
|
|
|
#endif
|
2004-10-04 13:03:33 +00:00
|
|
|
backlight.c
|
|
|
|
buffer.c
|
|
|
|
common/atoi.c
|
|
|
|
common/ctype.c
|
2005-02-18 13:47:17 +00:00
|
|
|
#ifndef SIMULATOR
|
2004-10-04 13:03:33 +00:00
|
|
|
common/dir.c
|
2005-02-18 13:47:17 +00:00
|
|
|
common/file.c
|
|
|
|
#endif
|
2005-10-08 18:41:11 +00:00
|
|
|
#ifdef HAVE_DIRCACHE
|
2005-10-07 17:38:05 +00:00
|
|
|
common/dircache.c
|
2005-10-08 18:41:11 +00:00
|
|
|
#endif
|
2004-10-04 13:03:33 +00:00
|
|
|
common/disk.c
|
|
|
|
common/errno.c
|
|
|
|
common/memcmp.c
|
2005-07-05 08:43:36 +00:00
|
|
|
common/memchr.c
|
2004-10-04 13:03:33 +00:00
|
|
|
common/qsort.c
|
|
|
|
common/random.c
|
|
|
|
common/sprintf.c
|
|
|
|
common/strcasecmp.c
|
2005-01-27 22:21:08 +00:00
|
|
|
common/strcasestr.c
|
2004-10-04 13:03:33 +00:00
|
|
|
common/strcat.c
|
|
|
|
common/strchr.c
|
|
|
|
common/strcmp.c
|
|
|
|
common/strcpy.c
|
2005-02-18 13:47:17 +00:00
|
|
|
#if (CONFIG_CPU == SH7034) && !defined(SIMULATOR)
|
2005-01-22 13:18:33 +00:00
|
|
|
common/strlen_a.S
|
|
|
|
#else
|
2004-10-04 13:03:33 +00:00
|
|
|
common/strlen.c
|
2005-01-22 13:18:33 +00:00
|
|
|
#endif
|
2004-10-04 13:03:33 +00:00
|
|
|
common/strncmp.c
|
|
|
|
common/strncpy.c
|
|
|
|
common/strrchr.c
|
|
|
|
common/strtok.c
|
|
|
|
common/timefuncs.c
|
2005-11-12 23:42:47 +00:00
|
|
|
#if (CONFIG_CPU == SH7034) || defined(CPU_COLDFIRE)
|
2005-01-21 22:43:02 +00:00
|
|
|
common/memcpy_a.S
|
|
|
|
common/memset_a.S
|
|
|
|
#else
|
|
|
|
common/memcpy.c
|
|
|
|
common/memset.c
|
|
|
|
#endif
|
2005-02-18 13:47:17 +00:00
|
|
|
#ifdef HAVE_LCD_CHARCELLS
|
|
|
|
drivers/lcd-player-charset.c
|
|
|
|
drivers/lcd-player.c
|
|
|
|
#endif
|
|
|
|
#ifdef HAVE_LCD_BITMAP
|
2005-08-08 19:23:28 +00:00
|
|
|
bidi.c
|
2005-07-19 09:24:29 +00:00
|
|
|
#if LCD_DEPTH == 2
|
2005-02-18 13:47:17 +00:00
|
|
|
drivers/lcd-h100.c
|
2005-07-19 09:24:29 +00:00
|
|
|
#elif LCD_DEPTH == 1
|
2005-02-18 13:47:17 +00:00
|
|
|
drivers/lcd-recorder.c
|
2005-11-07 23:07:19 +00:00
|
|
|
#elif LCD_DEPTH == 16
|
|
|
|
drivers/lcd-16bit.c
|
2005-02-18 13:47:17 +00:00
|
|
|
#endif
|
|
|
|
#endif
|
2005-11-10 01:08:09 +00:00
|
|
|
#if CONFIG_LCD==LCD_IPODNANO || CONFIG_LCD==LCD_IPODCOLOR
|
|
|
|
drivers/lcd-ipod.c
|
|
|
|
#endif
|
2005-11-14 20:47:31 +00:00
|
|
|
#if CONFIG_LCD==LCD_H300
|
|
|
|
drivers/lcd-h300.c
|
|
|
|
#endif
|
2005-02-18 13:47:17 +00:00
|
|
|
drivers/power.c
|
|
|
|
drivers/led.c
|
|
|
|
#ifndef SIMULATOR
|
2004-10-04 13:03:33 +00:00
|
|
|
drivers/adc.c
|
2004-10-05 07:58:54 +00:00
|
|
|
#ifdef HAVE_MMC
|
2004-10-04 13:03:33 +00:00
|
|
|
drivers/ata_mmc.c
|
2004-10-05 08:11:11 +00:00
|
|
|
#else
|
|
|
|
drivers/ata.c
|
2004-10-05 07:58:54 +00:00
|
|
|
#endif
|
2004-10-04 13:03:33 +00:00
|
|
|
drivers/button.c
|
|
|
|
drivers/dac.c
|
|
|
|
drivers/fat.c
|
2004-10-05 07:58:54 +00:00
|
|
|
#ifdef CONFIG_TUNER
|
2004-10-15 21:41:46 +00:00
|
|
|
#if (CONFIG_TUNER & S1A0903X01)
|
2004-10-04 13:03:33 +00:00
|
|
|
drivers/fmradio.c
|
2004-10-15 21:41:46 +00:00
|
|
|
tuner_samsung.c
|
|
|
|
#endif
|
|
|
|
#if (CONFIG_TUNER & TEA5767)
|
|
|
|
drivers/fmradio_i2c.c
|
|
|
|
tuner_philips.c
|
|
|
|
#endif
|
2004-10-05 07:58:54 +00:00
|
|
|
#endif
|
2005-07-31 17:31:33 +00:00
|
|
|
#if CONFIG_I2C == I2C_COLDFIRE
|
|
|
|
drivers/i2c-coldfire.c
|
2005-11-07 23:07:19 +00:00
|
|
|
#elif CONFIG_I2C == I2C_PP5020
|
|
|
|
drivers/i2c-pp5020.c
|
2005-03-18 11:39:28 +00:00
|
|
|
#else
|
2004-10-04 13:03:33 +00:00
|
|
|
drivers/i2c.c
|
2005-03-18 11:39:28 +00:00
|
|
|
#endif
|
2005-08-29 21:15:27 +00:00
|
|
|
#if CONFIG_CODEC != SWCODEC
|
2004-10-04 13:03:33 +00:00
|
|
|
drivers/mas.c
|
2005-01-27 19:17:47 +00:00
|
|
|
#endif
|
2005-11-15 23:37:21 +00:00
|
|
|
#ifdef IRIVER_H300_SERIES
|
|
|
|
drivers/pcf50606.c
|
|
|
|
#endif
|
2005-12-04 13:05:56 +00:00
|
|
|
#if CONFIG_RTC == RTC_M41ST84W
|
2004-10-04 13:03:33 +00:00
|
|
|
drivers/rtc.c
|
2004-10-05 07:58:54 +00:00
|
|
|
#endif
|
2004-10-04 13:03:33 +00:00
|
|
|
drivers/serial.c
|
2005-02-18 13:47:17 +00:00
|
|
|
#endif /* !SIMULATOR */
|
2004-10-05 07:58:54 +00:00
|
|
|
#ifdef HAVE_LCD_BITMAP
|
2005-12-06 13:27:15 +00:00
|
|
|
lru.c
|
|
|
|
font_cache.c
|
2004-10-04 13:03:33 +00:00
|
|
|
font.c
|
2004-10-05 07:58:54 +00:00
|
|
|
#endif
|
2004-10-04 13:03:33 +00:00
|
|
|
id3.c
|
2005-02-18 13:47:17 +00:00
|
|
|
#ifndef SIMULATOR
|
2005-02-18 14:21:40 +00:00
|
|
|
hwcompat.c
|
2004-10-04 13:03:33 +00:00
|
|
|
kernel.c
|
2005-02-18 13:47:17 +00:00
|
|
|
rolo.c
|
|
|
|
thread.c
|
2005-07-26 20:01:11 +00:00
|
|
|
timer.c
|
2005-02-18 13:47:17 +00:00
|
|
|
crt0.S
|
2005-11-14 18:02:40 +00:00
|
|
|
drivers/lcd.S
|
2005-06-21 13:25:18 +00:00
|
|
|
#endif
|
2004-10-04 13:03:33 +00:00
|
|
|
mp3_playback.c
|
|
|
|
mp3data.c
|
2005-08-29 21:15:27 +00:00
|
|
|
#if CONFIG_CODEC != SWCODEC
|
2004-10-04 13:03:33 +00:00
|
|
|
mpeg.c
|
2005-03-08 23:53:55 +00:00
|
|
|
#endif
|
2005-02-18 13:47:17 +00:00
|
|
|
#ifndef WIN32 /* the win32 sim has its own versin of these: */
|
2004-10-04 13:03:33 +00:00
|
|
|
panic.c
|
2005-02-18 13:47:17 +00:00
|
|
|
debug.c
|
|
|
|
#endif
|
2004-10-04 13:03:33 +00:00
|
|
|
powermgmt.c
|
|
|
|
system.c
|
|
|
|
usb.c
|
2005-11-14 18:02:40 +00:00
|
|
|
#if (CONFIG_CPU == SH7034) && !defined(SIMULATOR)
|
2004-10-04 13:03:33 +00:00
|
|
|
bitswap.S
|
|
|
|
descramble.S
|
2005-01-26 23:37:16 +00:00
|
|
|
#endif
|
2005-06-18 21:45:58 +00:00
|
|
|
#ifdef HAVE_REMOTE_LCD
|
2005-05-23 16:23:25 +00:00
|
|
|
drivers/lcd-h100-remote.c
|
2005-06-18 21:45:58 +00:00
|
|
|
#endif
|
|
|
|
#if defined(HAVE_UDA1380) && !defined(SIMULATOR)
|
2005-03-18 11:39:28 +00:00
|
|
|
drivers/uda1380.c
|
2005-08-06 10:12:19 +00:00
|
|
|
#elif defined(HAVE_TLV320) && !defined(SIMULATOR)
|
|
|
|
drivers/tlv320.c
|
2005-03-18 11:39:28 +00:00
|
|
|
#endif
|
2005-08-29 21:15:27 +00:00
|
|
|
#if (CONFIG_CODEC == SWCODEC) && !defined(SIMULATOR)
|
2005-06-18 21:45:58 +00:00
|
|
|
pcm_playback.c
|
2005-04-01 13:41:03 +00:00
|
|
|
#endif
|
2005-08-29 21:15:27 +00:00
|
|
|
#if CONFIG_CODEC == SWCODEC
|
2005-07-24 15:32:28 +00:00
|
|
|
replaygain.c
|
|
|
|
#endif
|
2005-08-06 10:12:19 +00:00
|
|
|
#if defined(CPU_COLDFIRE) && !defined(SIMULATOR)
|
2005-06-19 03:05:53 +00:00
|
|
|
pcm_record.c
|
|
|
|
#endif
|
2005-04-01 13:41:03 +00:00
|
|
|
sound.c
|