blob: 4d31a50103edb86b8f038befaf3850e94ea0aadd (
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
|
#define _PAGE_ Documentation
#include "head.t"
<h2>For users</h2>
<ul>
<li><a href="/docs/faq.html">Frequently Asked Questions</a>
<li><a href="/manual/">User manual</a>
</ul>
<h2>For developers</h2>
<ul>
<li><a href="/notes.html">Research notes</a>
<li><a href="datasheets.html">Data sheets</a>
<li><a href="/schematics/">Schematics</a>
<li><a href="/cvs.html">How to use CVS</a>
<li><a href="/cross-gcc.html">Building the cross compiler</a>
<li><a href="/sh-win/">Setting up the cross compiler for Windows</a>
<li><a href="how_to_compile.html">How to compile Rockbox</a> (README from cvs)
<li><a href="mpeghdr.html">MPEG frame header info</a>
</ul>
#include "foot.t"
|