summaryrefslogtreecommitdiffstats
path: root/apps/plugins/SOURCES
blob: 775e20e9ee39a7cd75ebc018c3e989a50bd79ef0 (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
/* plugins common to all models */
battery_test.c
chessclock.c
favorites.c
firmware_flash.c
helloworld.c
metronome.c
rockbox_flash.c
search.c
sort.c
stopwatch.c
vbrfix.c
viewer.c

#ifdef HAVE_LCD_BITMAP /* Recorder/Ondio models only */
bounce.c
calculator.c
chip8.c
cube.c
flipit.c
grayscale.c
jpeg.c
mandelbrot.c
minesweeper.c
mosaique.c
oscillograph.c
oscilloscope.c
pong.c
rockblox.c
sliding_puzzle.c
snake.c
snake2.c
snow.c
sokoban.c
solitaire.c
splitedit.c
star.c
video.c
vu_meter.c

#ifdef HAVE_RTC /* Recorder models only */
calendar.c
clock.c
#endif /* #ifdef HAVE_RTC */

#if CONFIG_KEYPAD != ONDIO_PAD
/* gradually bring in the ones not working yet */
wormlet.c
#endif /* #if CONFIG_KEYPAD != ONDIO_PAD */
#endif /*#ifdef HAVE_LCD_BITMAP */

#ifdef HAVE_LCD_CHARCELLS /* Player model only */
euroconverter.c
jackpot.c
nim.c
#endif /* #ifdef HAVE_LCD_CHARCELLS */