summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/docs/datasheets.t39
-rw-r--r--www/docs/index.t41
-rw-r--r--www/docs/mpeghdr.t (renamed from www/docs/mpeghdr.html)16
3 files changed, 56 insertions, 40 deletions
diff --git a/www/docs/datasheets.t b/www/docs/datasheets.t
new file mode 100644
index 0000000000..9c2bb930ac
--- /dev/null
+++ b/www/docs/datasheets.t
@@ -0,0 +1,39 @@
1#define _PAGE_ Useful data sheets
2#include "head.t"
3
4<p>All in PDF format.
5
6<h2>General docs</h2>
7
8<ul>
9<li><a href="cpu_sh1_pb.pdf">Hitachi SH-1 Product Brief</a> 120 kB
10<li><a href="sh1_2p.pdf">Hitachi SH-1 Programming Manual r4.0</a> 1600 kB
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>
15
16<h2>Player specific</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
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>
32<li><a href="dc2dc_LM2651.pdf">National LM2651 DC/DC converter</a> 200 kB
33<li><a href="dc2dc_MC34063A.pdf">Fairchild MC34064A DC/DC converter</a> 45 kB
34<li><a href="fet_FZT849.pdf">FZT824 High Current Transistor</a> 60 kB
35<li><a href="rtc_tm41st84w.pdf">ST M41ST84W Real Time Clock</a> 180 kB
36<li><a href="isd300.pdf">ISD-300 USB/ATA bridge</a> 376 kB
37</ul>
38
39#include "foot.t"
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"
diff --git a/www/docs/mpeghdr.html b/www/docs/mpeghdr.t
index 31f0b6e577..1bf9207402 100644
--- a/www/docs/mpeghdr.html
+++ b/www/docs/mpeghdr.t
@@ -1,14 +1,5 @@
1<HTML> 1#define _PAGE_ MPEG Audio Frame Header
2<HEAD> 2#include "head.t"
3<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
4<META NAME="AUTHOR" CONTENT="Predrag Supurovic, broker@dv.co.yu">
5<META NAME="KEYWORDS" CONTENT="mpeg, mp3, header, coding, programming,
6structure, frame, audio, music, file, format, layer I, layer II, layer III, layer 1, layer 2, layer 3, ISO/IEC 11172-3, ISO/IEC 13818-3">
7<META NAME="GENERATOR" CONTENT="handmade">
8<TITLE>MPEG AUDIO FRAME HEADER</TITLE>
9</HEAD>
10
11<BODY BGCOLOR="#FFFFFF">
12 3
13<P>This is a brief and informal document targeted to those who want to deal 4<P>This is a brief and informal document targeted to those who want to deal
14with the MPEG format. If you are one of them, you probably already know what 5with the MPEG format. If you are one of them, you probably already know what
@@ -766,4 +757,5 @@ You may use it freely. Distribution is allowed only in unaltered form. If you
766can help me make it more accurate, please do. </FONT></P> 757can help me make it more accurate, please do. </FONT></P>
767<P>&nbsp;</P> 758<P>&nbsp;</P>
768</CENTER> 759</CENTER>
769</BODY></HTML> 760
761#include "foot.t"