2004-10-17 00:54:09 +00:00
|
|
|
/* plugins common to all models */
|
2004-10-16 00:07:43 +00:00
|
|
|
battery_test.c
|
2004-10-23 00:05:42 +00:00
|
|
|
chessclock.c
|
2005-02-10 21:28:21 +00:00
|
|
|
cube.c
|
2004-10-05 07:58:54 +00:00
|
|
|
favorites.c
|
|
|
|
firmware_flash.c
|
|
|
|
helloworld.c
|
2005-03-05 22:45:04 +00:00
|
|
|
logo.c
|
2004-10-12 23:45:25 +00:00
|
|
|
metronome.c
|
2005-02-11 19:48:52 +00:00
|
|
|
mosaique.c
|
2004-10-07 17:16:27 +00:00
|
|
|
rockbox_flash.c
|
2004-10-05 07:58:54 +00:00
|
|
|
search.c
|
2005-02-12 01:36:33 +00:00
|
|
|
snow.c
|
2004-10-05 07:58:54 +00:00
|
|
|
sort.c
|
2004-10-07 06:51:22 +00:00
|
|
|
stopwatch.c
|
2004-10-16 00:07:43 +00:00
|
|
|
vbrfix.c
|
2004-10-05 07:58:54 +00:00
|
|
|
viewer.c
|
2004-10-07 06:51:22 +00:00
|
|
|
|
2004-10-17 00:54:09 +00:00
|
|
|
#ifdef HAVE_LCD_BITMAP /* Recorder/Ondio models only */
|
|
|
|
bounce.c
|
|
|
|
calculator.c
|
|
|
|
chip8.c
|
2004-10-18 21:45:00 +00:00
|
|
|
flipit.c
|
2004-10-12 22:49:51 +00:00
|
|
|
grayscale.c
|
|
|
|
jpeg.c
|
2004-10-18 21:45:00 +00:00
|
|
|
mandelbrot.c
|
|
|
|
minesweeper.c
|
|
|
|
oscillograph.c
|
2004-11-07 10:31:39 +00:00
|
|
|
oscilloscope.c
|
2004-10-18 21:45:00 +00:00
|
|
|
pong.c
|
2004-10-07 06:51:22 +00:00
|
|
|
rockblox.c
|
2005-03-02 23:49:38 +00:00
|
|
|
#if (CONFIG_KEYPAD == RECORDER_PAD) && !defined(SIMULATOR)
|
|
|
|
/* loader, only needed for Archos */
|
|
|
|
rockboy.c
|
|
|
|
#endif
|
2004-10-18 21:45:00 +00:00
|
|
|
sliding_puzzle.c
|
|
|
|
snake.c
|
|
|
|
snake2.c
|
|
|
|
sokoban.c
|
2004-10-20 23:54:53 +00:00
|
|
|
solitaire.c
|
2004-10-22 00:22:07 +00:00
|
|
|
splitedit.c
|
|
|
|
star.c
|
2005-02-04 12:41:09 +00:00
|
|
|
#if CONFIG_LCD == LCD_SSD1815
|
2004-10-17 00:54:09 +00:00
|
|
|
video.c
|
2005-02-04 12:41:09 +00:00
|
|
|
#endif
|
2004-10-22 00:22:07 +00:00
|
|
|
vu_meter.c
|
2004-10-17 00:54:09 +00:00
|
|
|
|
|
|
|
#ifdef HAVE_RTC /* Recorder models only */
|
2004-10-04 13:03:33 +00:00
|
|
|
calendar.c
|
|
|
|
clock.c
|
2004-10-18 21:45:00 +00:00
|
|
|
#endif /* #ifdef HAVE_RTC */
|
2004-10-17 00:54:09 +00:00
|
|
|
|
|
|
|
#if CONFIG_KEYPAD != ONDIO_PAD
|
|
|
|
/* gradually bring in the ones not working yet */
|
2004-10-04 13:03:33 +00:00
|
|
|
wormlet.c
|
2004-10-07 06:51:22 +00:00
|
|
|
#endif /* #if CONFIG_KEYPAD != ONDIO_PAD */
|
|
|
|
#endif /*#ifdef HAVE_LCD_BITMAP */
|
|
|
|
|
|
|
|
#ifdef HAVE_LCD_CHARCELLS /* Player model only */
|
2004-10-05 07:58:54 +00:00
|
|
|
euroconverter.c
|
|
|
|
jackpot.c
|
2005-02-11 19:48:52 +00:00
|
|
|
nim.c
|
2004-10-07 06:51:22 +00:00
|
|
|
#endif /* #ifdef HAVE_LCD_CHARCELLS */
|
2005-01-20 21:06:44 +00:00
|
|
|
|
|
|
|
#ifndef HAVE_MMC
|
|
|
|
/* not for Ondio, has no remote control pin */
|
|
|
|
alpine_cdc.c
|
|
|
|
#endif
|
2005-02-16 01:38:22 +00:00
|
|
|
|
2005-02-16 02:08:17 +00:00
|
|
|
#if CONFIG_HWCODEC == MASNONE /* software codec platforms */
|
2005-02-16 01:38:22 +00:00
|
|
|
mpa2wav.c
|
2005-02-16 12:56:00 +00:00
|
|
|
a52towav.c
|
2005-02-16 21:43:57 +00:00
|
|
|
flac2wav.c
|
2005-02-19 12:11:18 +00:00
|
|
|
vorbis2wav.c
|
2005-02-25 17:58:10 +00:00
|
|
|
wv2wav.c
|
2005-04-12 21:29:48 +00:00
|
|
|
mpc2wav.c
|
2005-04-15 06:08:55 +00:00
|
|
|
midi2wav.c
|
2005-04-07 12:17:14 +00:00
|
|
|
iriverify.c
|
2005-02-16 01:38:22 +00:00
|
|
|
#endif
|
2005-04-15 13:39:13 +00:00
|
|
|
|
|
|
|
#ifdef HAVE_REMOTE_LCD
|
|
|
|
remotelcd.c
|
2005-04-15 14:19:02 +00:00
|
|
|
#endif
|