summaryrefslogtreecommitdiffstats
path: root/firmware/SOURCES
blob: a1afa4daeabbcd53af8262d23857419ee7221f59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
#ifdef ROCKBOX_HAS_LOGF
logf.c
#endif
#ifndef SIMULATOR
backlight.c
#endif
buffer.c
common/atoi.c
common/ctype.c
#ifndef SIMULATOR
common/dir.c
common/file.c
#endif
common/disk.c
common/errno.c
common/memcmp.c
common/memchr.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) && !defined(SIMULATOR)
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
#elif defined(CPU_COLDFIRE)
common/memcpy.c
common/memset_a.S
#else
common/memcpy.c
common/memset.c
#endif
#ifdef HAVE_LCD_CHARCELLS
drivers/lcd-player-charset.c
drivers/lcd-player.c
#endif
#ifdef HAVE_LCD_BITMAP
bidi.c
#if LCD_DEPTH == 2
drivers/lcd-h100.c
#elif LCD_DEPTH == 1
drivers/lcd-recorder.c
#endif
#endif
drivers/power.c
#ifdef CONFIG_LED
drivers/led.c
#endif
#ifndef SIMULATOR
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
#if CONFIG_I2C == I2C_COLDFIRE
drivers/i2c-coldfire.c
#else
drivers/i2c.c
#endif
#if CONFIG_CODEC != SWCODEC
drivers/mas.c
#endif
#ifdef HAVE_RTC
drivers/rtc.c
#endif
drivers/serial.c
#endif /* !SIMULATOR */
#ifdef HAVE_LCD_BITMAP
font.c
#endif
id3.c
#ifndef SIMULATOR
hwcompat.c
kernel.c
rolo.c
thread.c
timer.c
crt0.S
#endif  
mp3_playback.c
mp3data.c
#if CONFIG_CODEC != SWCODEC
mpeg.c
#endif
#ifndef WIN32 /* the win32 sim has its own versin of these: */
panic.c
debug.c
#endif
powermgmt.c
system.c
usb.c
#if CONFIG_CPU == SH7034
bitswap.S
descramble.S
#endif
drivers/lcd.S
#ifdef HAVE_REMOTE_LCD
drivers/lcd-h100-remote.c
#endif
#if defined(HAVE_UDA1380) && !defined(SIMULATOR)
drivers/uda1380.c
#elif defined(HAVE_TLV320) && !defined(SIMULATOR)
drivers/tlv320.c
#endif
#if (CONFIG_CODEC == SWCODEC) && !defined(SIMULATOR)
pcm_playback.c
#endif
#if CONFIG_CODEC == SWCODEC
replaygain.c
#endif
#if defined(CPU_COLDFIRE) && !defined(SIMULATOR)
pcm_record.c
#endif
sound.c