summaryrefslogtreecommitdiff
path: root/manual/platform/recorder.tex
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-03-16 11:00:29 +0000
committerMartin Arver <martin.arver@gmail.com>2006-03-16 11:00:29 +0000
commit42257940fb69f3cc8e552bcafe8a27ce1696b708 (patch)
tree8038456101bb9152daf96bfcee5e6d0f0807079f /manual/platform/recorder.tex
parent9dae78e4816d4631dacc2f357011b3f429e00333 (diff)
downloadrockbox-42257940fb69f3cc8e552bcafe8a27ce1696b708.tar.gz
rockbox-42257940fb69f3cc8e552bcafe8a27ce1696b708.zip
Adds feature specific options to the platforms. It is now possible to include a section by for instance \opt{HAVE_LCD_BITMAP}{...} for targets with bitmap displays.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9057 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/platform/recorder.tex')
-rw-r--r--manual/platform/recorder.tex3
1 files changed, 3 insertions, 0 deletions
diff --git a/manual/platform/recorder.tex b/manual/platform/recorder.tex
index 733a8d9792..5b30c24646 100644
--- a/manual/platform/recorder.tex
+++ b/manual/platform/recorder.tex
@@ -1,4 +1,7 @@
1\def\UseOption{recorder} 1\def\UseOption{recorder}
2\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
3\edef\UseOption{\UseOption,HAVE_RECORDING}
4\edef\UseOption{\UseOption,CONFIG_RTC}
2 5
3\newcommand{\playerman}{Archos} 6\newcommand{\playerman}{Archos}
4\newcommand{\playertype}{Recorder} 7\newcommand{\playertype}{Recorder}