summaryrefslogtreecommitdiff
path: root/manual/platform
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-06-05 11:34:41 +0000
committerMartin Arver <martin.arver@gmail.com>2006-06-05 11:34:41 +0000
commit8a7cbc6769b390d7ddea112ccc53fa7e50a01bab (patch)
tree756d06da8955af8e93f1bab5270a27982320a497 /manual/platform
parent36a13f82db1c8e5e4282ab68b8f3c6ff91a48a0d (diff)
downloadrockbox-8a7cbc6769b390d7ddea112ccc53fa7e50a01bab.tar.gz
rockbox-8a7cbc6769b390d7ddea112ccc53fa7e50a01bab.zip
Split the ondio manual two separate fm/sp manuals (as suggested in B#5499).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10062 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/platform')
-rw-r--r--manual/platform/ondiofm.tex28
-rw-r--r--manual/platform/ondiosp.tex25
2 files changed, 53 insertions, 0 deletions
diff --git a/manual/platform/ondiofm.tex b/manual/platform/ondiofm.tex
new file mode 100644
index 0000000000..860a7ce62b
--- /dev/null
+++ b/manual/platform/ondiofm.tex
@@ -0,0 +1,28 @@
1% $Id$ %
2%platform file for the Ondio FM
3\def\UseOption{ondiofm}
4% To not break the current manual
5\edef\UseOption{\UseOption,ondio}
6\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
7\edef\UseOption{\UseOption,HAVE_RECORDING}
8\edef\UseOption{\UseOption,CONFIG_TUNER}
9\edef\UseOption{\UseOption,MASCODEC}
10\edef\UseOption{\UseOption,ONDIO_PAD}
11
12\newcommand{\playerman}{Archos}
13\newcommand{\playertype}{Ondio}
14\newcommand{\playerlongtype}{Ondio FM}
15\newcommand{\genericimg}{112x64x1}
16\newcommand{\specimg}{ondio}
17%Used to name the player, e.g. ...to the \dap
18\newcommand{\dap}{player}
19%For use when referring to the player. E.g. the \daps\ capacity ...
20\newcommand{\daps}{player's}
21\newcommand{\firmwarefilename}{ajbrec.ajz}
22
23\newcommand{\ButtonLeft}{Left}
24\newcommand{\ButtonRight}{Right}
25\newcommand{\ButtonOff}{Off}
26\newcommand{\ButtonUp}{Up}
27\newcommand{\ButtonDown}{Down}
28\newcommand{\ButtonMenu}{Mode}
diff --git a/manual/platform/ondiosp.tex b/manual/platform/ondiosp.tex
new file mode 100644
index 0000000000..f82449129b
--- /dev/null
+++ b/manual/platform/ondiosp.tex
@@ -0,0 +1,25 @@
1% $Id$ %
2%platform file for the Ondio SP
3\def\UseOption{ondiosp}
4\edef\UseOption{\UseOption,ondio}
5\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
6\edef\UseOption{\UseOption,MASCODEC}
7\edef\UseOption{\UseOption,ONDIO_PAD}
8
9\newcommand{\playerman}{Archos}
10\newcommand{\playertype}{Ondio}
11\newcommand{\playerlongtype}{Ondio SP}
12\newcommand{\genericimg}{112x64x1}
13\newcommand{\specimg}{ondio}
14%Used to name the player, e.g. ...to the \dap
15\newcommand{\dap}{player}
16%For use when referring to the player. E.g. the \daps\ capacity ...
17\newcommand{\daps}{player's}
18\newcommand{\firmwarefilename}{ajbrec.ajz}
19
20\newcommand{\ButtonLeft}{Left}
21\newcommand{\ButtonRight}{Right}
22\newcommand{\ButtonOff}{Off}
23\newcommand{\ButtonUp}{Up}
24\newcommand{\ButtonDown}{Down}
25\newcommand{\ButtonMenu}{Mode}