2006-04-01 13:32:16 +00:00
|
|
|
/* For all targets */
|
2007-09-03 22:24:26 +00:00
|
|
|
shortcuts
|
2010-06-05 10:30:08 +00:00
|
|
|
text_viewer
|
2006-04-01 13:32:16 +00:00
|
|
|
|
|
|
|
/* For various targets... */
|
2007-08-04 03:01:46 +00:00
|
|
|
|
|
|
|
#if CONFIG_RTC
|
|
|
|
clock
|
|
|
|
#endif
|
|
|
|
|
2017-01-21 20:18:31 +00:00
|
|
|
/* color horizontal-stride LCDs */
|
2014-12-23 23:05:31 +00:00
|
|
|
#if defined(HAVE_LCD_COLOR) && \
|
2014-10-14 01:00:47 +00:00
|
|
|
(!defined(LCD_STRIDEFORMAT) || (LCD_STRIDEFORMAT != VERTICAL_STRIDE))
|
|
|
|
xworld
|
2017-12-24 22:43:30 +00:00
|
|
|
|
2018-02-11 20:34:30 +00:00
|
|
|
/* for duke3d, wolf3d and quake */
|
2020-04-04 23:17:39 +00:00
|
|
|
#if (PLUGIN_BUFFER_SIZE > 0x14000) && (CONFIG_PLATFORM & (PLATFORM_NATIVE|PLATFORM_HOSTED)) && (defined(CPU_ARM) || defined(CPU_MIPS))
|
2017-01-21 20:18:31 +00:00
|
|
|
sdl
|
2017-12-24 22:43:30 +00:00
|
|
|
#endif
|
2018-02-11 20:34:30 +00:00
|
|
|
|
2016-11-20 20:16:41 +00:00
|
|
|
puzzles
|
2014-10-14 01:00:47 +00:00
|
|
|
#endif
|
|
|
|
|
2020-07-15 23:40:55 +00:00
|
|
|
#if (CONFIG_KEYPAD != SANSA_M200_PAD) /* not enough buttons */ \
|
2012-03-23 18:32:50 +00:00
|
|
|
&& (CONFIG_KEYPAD != HM60X_PAD) /* not enough buttons */ \
|
2010-05-18 12:46:53 +00:00
|
|
|
&& (LCD_PIXELFORMAT != HORIZONTAL_PACKING) /* TODO */ \
|
|
|
|
&& (LCD_PIXELFORMAT != VERTICAL_INTERLEAVED) /* TODO */ \
|
|
|
|
&& (defined(HAVE_LCD_COLOR) || (LCD_HEIGHT == 64) && (LCD_DEPTH == 1) || \
|
2010-07-21 06:05:51 +00:00
|
|
|
(LCD_HEIGHT == 128) && (LCD_DEPTH == 2))
|
2010-05-18 12:46:53 +00:00
|
|
|
rockboy
|
|
|
|
#endif
|
|
|
|
|
2014-06-18 05:15:00 +00:00
|
|
|
#if defined(HAVE_TAGCACHE)
|
2009-05-07 01:23:13 +00:00
|
|
|
pictureflow
|
|
|
|
#endif
|
2010-05-17 18:16:45 +00:00
|
|
|
|
2020-07-17 04:01:32 +00:00
|
|
|
#if PLUGIN_BUFFER_SIZE > 0x20000
|
2010-02-10 19:44:11 +00:00
|
|
|
fft
|
|
|
|
#endif
|
2010-05-17 18:16:45 +00:00
|
|
|
|
2006-04-01 13:32:16 +00:00
|
|
|
chessbox
|
2010-01-15 05:53:15 +00:00
|
|
|
fractals
|
2010-01-18 12:46:19 +00:00
|
|
|
imageviewer
|
2006-04-01 18:38:34 +00:00
|
|
|
sudoku
|
2007-06-30 20:04:42 +00:00
|
|
|
reversi
|
2009-02-11 16:42:50 +00:00
|
|
|
goban
|
2010-01-17 22:15:13 +00:00
|
|
|
frotz
|
2010-05-17 18:16:45 +00:00
|
|
|
|
2008-05-31 08:48:06 +00:00
|
|
|
#ifndef OLYMPUS_MROBE_500
|
2010-06-10 19:30:54 +00:00
|
|
|
#if PLUGIN_BUFFER_SIZE > 0x40000 || PLUGIN_BUFFER_SIZE <= 0x20000 /* overlay */
|
2006-09-15 11:11:16 +00:00
|
|
|
zxbox
|
|
|
|
#endif
|
2010-05-18 12:46:53 +00:00
|
|
|
#endif
|
2010-05-17 18:16:45 +00:00
|
|
|
|
2009-02-01 14:20:26 +00:00
|
|
|
/* For all big enough colour screens, iriver H1x0 and iAudio M5 */
|
2016-04-12 15:20:04 +00:00
|
|
|
#if defined(HAVE_LCD_COLOR) && ( (LCD_HEIGHT >= 90 && LCD_WIDTH >=116) \
|
|
|
|
|| (LCD_HEIGHT >= 96 && LCD_WIDTH >=75) ) \
|
2007-09-20 10:49:48 +00:00
|
|
|
|| defined(IRIVER_H100_SERIES) || defined(IAUDIO_M5)
|
2006-04-01 13:32:16 +00:00
|
|
|
pacbox
|
|
|
|
#endif
|
|
|
|
|
2010-06-23 18:27:30 +00:00
|
|
|
#if (defined(HAVE_LCD_COLOR) || defined(MROBE_100) || defined(SANSA_CLIPPLUS) \
|
|
|
|
|| defined(SANSA_CLIPV2) || (LCD_DEPTH == 2)) \
|
|
|
|
&& (MEMORYSIZE > 2 && !defined(RB_PROFILE))
|
2008-07-27 20:40:20 +00:00
|
|
|
doom
|
2006-04-01 13:32:16 +00:00
|
|
|
#endif
|
2007-11-02 05:21:34 +00:00
|
|
|
|
2010-05-18 12:46:53 +00:00
|
|
|
#if MEMORYSIZE > 2 /* we need a lot of RAM for instruments */
|
2007-09-24 15:57:32 +00:00
|
|
|
midi
|
2010-12-12 15:03:30 +00:00
|
|
|
mikmod
|
2010-05-18 12:46:53 +00:00
|
|
|
#endif
|
2010-05-17 18:16:45 +00:00
|
|
|
|
2007-09-27 04:46:53 +00:00
|
|
|
/* beatbox */
|
2010-06-03 03:05:47 +00:00
|
|
|
#if defined(IRIVER_H300_SERIES) || defined(IRIVER_H100_SERIES) || \
|
2010-07-05 01:31:57 +00:00
|
|
|
(CONFIG_KEYPAD == SANSA_FUZE_PAD) || (CONFIG_KEYPAD == SANSA_E200_PAD) || \
|
2010-06-03 22:03:37 +00:00
|
|
|
(CONFIG_KEYPAD == IPOD_4G_PAD) || (CONFIG_KEYPAD == IPOD_3G_PAD) || \
|
Initial commit of the Samsung YP-R0 port.
This port is a hybrid native/RaaA port. It runs on a embedded linux system,
but is the only application. It therefore can implement lots of stuff that
native targets also implement, while leveraging the underlying linux kernel.
The port is quite advanced. User interface, audio playback, plugins work
mostly fine. Missing is e.g. power mangement and USB (see SamsungYPR0 wiki page).
Included in utils/ypr0tools are scripts and programs required to generate
a patched firmware. The patched firmware has the rootfs modified to load
Rockbox. It includes a early/safe USB mode.
This port needs a new toolchain, one that includes glibc headers and libraries.
rockboxdev.sh can generate it, but e.g. codesourcey and distro packages may
also work.
Most of the initial effort is done by Lorenzo Miori and others (on ABI),
including reverse engineering and patching of the original firmware,
initial drivers, and more. Big thanks to you.
Flyspray: FS#12348
Author: Lorenzo Miori, myself
Merry christmas to ypr0 owners! :)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31415 a1c6a512-1295-4272-9138-f99709370657
2011-12-24 11:56:46 +00:00
|
|
|
(CONFIG_KEYPAD == IPOD_1G2G_PAD || CONFIG_KEYPAD == SAMSUNG_YPR0_PAD)
|
2009-08-04 16:02:40 +00:00
|
|
|
/* PDBox is confirmed to run on these player models. */
|
|
|
|
pdbox
|
|
|
|
#endif
|
2010-05-17 18:16:45 +00:00
|
|
|
|
|
|
|
#if !defined(RB_PROFILE) && MEMORYSIZE > 2 /* mpegplayer allocates at least 2MB of RAM */
|
2009-08-05 13:21:08 +00:00
|
|
|
mpegplayer
|
2006-08-07 22:11:07 +00:00
|
|
|
#endif
|
2010-05-17 18:16:45 +00:00
|
|
|
|
2009-05-21 19:01:41 +00:00
|
|
|
/* Lua needs at least 160 KB to work in */
|
2010-05-18 12:46:53 +00:00
|
|
|
#if PLUGIN_BUFFER_SIZE >= 0x80000
|
2009-05-21 19:01:41 +00:00
|
|
|
lua
|
2019-07-26 06:30:00 +00:00
|
|
|
lua_scripts
|
2009-05-21 19:01:41 +00:00
|
|
|
#endif
|