summaryrefslogtreecommitdiff
path: root/www/docs/index.t
diff options
context:
space:
mode:
Diffstat (limited to 'www/docs/index.t')
-rw-r--r--www/docs/index.t41
1 files changed, 13 insertions, 28 deletions
diff --git a/www/docs/index.t b/www/docs/index.t
index 9c2bb930ac..4d31a50103 100644
--- a/www/docs/index.t
+++ b/www/docs/index.t
@@ -1,39 +1,24 @@
1#define _PAGE_ Useful data sheets 1#define _PAGE_ Documentation
2#include "head.t" 2#include "head.t"
3 3
4<p>All in PDF format. 4<h2>For users</h2>
5
6<h2>General docs</h2>
7 5
8<ul> 6<ul>
9<li><a href="cpu_sh1_pb.pdf">Hitachi SH-1 Product Brief</a> 120 kB 7<li><a href="/docs/faq.html">Frequently Asked Questions</a>
10<li><a href="sh1_2p.pdf">Hitachi SH-1 Programming Manual r4.0</a> 1600 kB 8<li><a href="/manual/">User manual</a>
11<li><a href="sh7032h.pdf">Hitachi SH-1 Hardware Manual r5.0</a> 2300 kB
12<li><a href="flash_SST37VF512.pdf">SST SST37VF020 256kB Flash ROM</a> 172 kB
13<li><a href="ata-atapi-v5.pdf">ATA-ATAPI-5</a> 2772 kB
14</ul> 9</ul>
15 10
16<h2>Player specific</h2> 11<h2>For developers</h2>
17<ul>
18<li><a href="SSD1801R0_4.pdf">Solomon SSD 1801 LCD controller</a> 584 kB (unconfirmed)
19<li><a href="dsp_mas3507d_3pd.pdf">Micronas MAS 3507D MPEG Audio Decoder</a> 872 kB
20<li><a href="dac_dac3550a_1ds.pdf">Micronas DAC 3550A Stereo Audio DAC</a> 592 kB
21<li><a href="dram_41c16105.pdf">ISSI IS41LV16105 Fast Page DRAM</a> 148 kB
22<li><a href="isd200.pdf">ISD-200 USB/ATA bridge</a> 376 kB
23</ul>
24 12
25<h2>Recorder specific</h2>
26<ul>
27<li><a href="ssd1815r1_5.pdf">Solomon SSD 1815 LCD controller</a> 864 kB
28<li><a href="mas3587f_2pd.pdf">Micronas MAS 3587F MPEG Audio Encoder/Decoder</a> 1300 kB
29<li><a href="dram_k4e151612d.pdf">Samsung K4E151612D EDO DRAM</a> 400 kB
30</ul>
31<ul> 13<ul>
32<li><a href="dc2dc_LM2651.pdf">National LM2651 DC/DC converter</a> 200 kB 14<li><a href="/notes.html">Research notes</a>
33<li><a href="dc2dc_MC34063A.pdf">Fairchild MC34064A DC/DC converter</a> 45 kB 15<li><a href="datasheets.html">Data sheets</a>
34<li><a href="fet_FZT849.pdf">FZT824 High Current Transistor</a> 60 kB 16<li><a href="/schematics/">Schematics</a>
35<li><a href="rtc_tm41st84w.pdf">ST M41ST84W Real Time Clock</a> 180 kB 17<li><a href="/cvs.html">How to use CVS</a>
36<li><a href="isd300.pdf">ISD-300 USB/ATA bridge</a> 376 kB 18<li><a href="/cross-gcc.html">Building the cross compiler</a>
19<li><a href="/sh-win/">Setting up the cross compiler for Windows</a>
20<li><a href="how_to_compile.html">How to compile Rockbox</a> (README from cvs)
21<li><a href="mpeghdr.html">MPEG frame header info</a>
37</ul> 22</ul>
38 23
39#include "foot.t" 24#include "foot.t"