rockbox/firmware/SOURCES

98 lines
1.4 KiB
Plaintext
Raw Normal View History

backlight.c
buffer.c
common/atoi.c
common/ctype.c
common/dir.c
common/disk.c
common/errno.c
common/file.c
common/memcmp.c
common/qsort.c
common/random.c
common/sprintf.c
common/strcasecmp.c
common/strcasestr.c
common/strcat.c
common/strchr.c
common/strcmp.c
common/strcpy.c
#if CONFIG_CPU == SH7034
common/strlen_a.S
#else
common/strlen.c
#endif
common/strncmp.c
common/strncpy.c
common/strrchr.c
common/strtok.c
common/timefuncs.c
#if (CONFIG_CPU == SH7034)
common/memcpy_a.S
common/memset_a.S
#else
common/memcpy.c
common/memset.c
#endif
debug.c
drivers/adc.c
#ifdef HAVE_MMC
drivers/ata_mmc.c
#else
drivers/ata.c
#endif
drivers/button.c
drivers/dac.c
drivers/fat.c
#ifdef CONFIG_TUNER
#if (CONFIG_TUNER & S1A0903X01)
drivers/fmradio.c
tuner_samsung.c
#endif
#if (CONFIG_TUNER & TEA5767)
drivers/fmradio_i2c.c
tuner_philips.c
#endif
#endif
drivers/i2c.c
#ifdef HAVE_LCD_CHARCELLS
drivers/lcd-player-charset.c
drivers/lcd-player.c
#endif
#ifdef HAVE_LCD_BITMAP
#if CONFIG_LCD == LCD_S1D15E06
drivers/lcd-h100.c
#else
drivers/lcd-recorder.c
#endif
#endif
drivers/led.c
#if CONFIG_HWCODEC != MASNONE
drivers/mas.c
#endif
drivers/power.c
#ifdef HAVE_RTC
drivers/rtc.c
#endif
drivers/serial.c
#ifdef HAVE_LCD_BITMAP
font.c
#endif
hwcompat.c
id3.c
kernel.c
mp3_playback.c
mp3data.c
mpeg.c
panic.c
powermgmt.c
rolo.c
system.c
thread.c
usb.c
crt0.S
#if CONFIG_CPU == SH7034
bitswap.S
descramble.S
#endif
drivers/lcd.S