Gentoo Archives: gentoo-commits

From: "Ned Ludd (solar)" <solar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/base/embedded/handbook: boards-arm-nailboard.xml index.xml
Date: Fri, 18 Apr 2008 19:34:29
Message-Id: E1JmwLq-0000Gy-QJ@stork.gentoo.org
1 solar 08/04/18 19:34:26
2
3 Modified: index.xml
4 Added: boards-arm-nailboard.xml
5 Log:
6 - add reference to new nailboard donations we got from tincantools.com
7
8 Revision Changes Path
9 1.6 xml/htdocs/proj/en/base/embedded/handbook/index.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/base/embedded/handbook/index.xml?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/base/embedded/handbook/index.xml?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/base/embedded/handbook/index.xml?r1=1.5&r2=1.6
14
15 Index: index.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/embedded/handbook/index.xml,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- index.xml 26 Aug 2007 13:21:49 -0000 1.5
22 +++ index.xml 18 Apr 2008 19:34:26 -0000 1.6
23 @@ -1,7 +1,7 @@
24 <?xml version='1.0' encoding="UTF-8"?>
25 <!DOCTYPE book SYSTEM "/dtd/book.dtd">
26
27 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/embedded/handbook/index.xml,v 1.5 2007/08/26 13:21:49 vapier Exp $ -->
28 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/embedded/handbook/index.xml,v 1.6 2008/04/18 19:34:26 solar Exp $ -->
29
30 <book link="/proj/en/base/embedded/handbook/index.xml">
31 <title>Gentoo Embedded Handbook</title>
32 @@ -150,6 +150,10 @@
33 <title>NSLU2</title>
34 <include href="boards-arm-nslu2.xml"/>
35 </chapter>
36 + <chapter>
37 + <title>Hammer/Nailboard</title>
38 + <include href="boards-arm-nailboard.xml"/>
39 + </chapter>
40 </part>
41
42 <part>
43
44
45
46 1.1 xml/htdocs/proj/en/base/embedded/handbook/boards-arm-nailboard.xml
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/base/embedded/handbook/boards-arm-nailboard.xml?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/base/embedded/handbook/boards-arm-nailboard.xml?rev=1.1&content-type=text/plain
50
51 Index: boards-arm-nailboard.xml
52 ===================================================================
53 <?xml version='1.0' encoding='UTF-8'?>
54 <!DOCTYPE sections SYSTEM "/dtd/book.dtd">
55
56 <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/embedded/handbook/boards-arm-nailboard.xml,v 1.1 2008/04/18 19:34:26 solar Exp $ -->
57
58 <sections>
59
60 <abstract>
61 Little-endian arm4vl board.
62 </abstract>
63
64 <version>0.1</version>
65 <date>2008-04-18</date>
66
67 <section>
68 <title>Nail Board Specifications:</title>
69 <body>
70 <p>
71
72 # All power received from the USB port (no external power supply required)
73 # Male (upstream) USB connector
74 # Female (downstream) USB connector
75 # Complete USB JTAG device on board (via internal FT2232)
76 # USB Hub on board
77 # USB serial port console (via internal FT2232)
78 # USB controlled GPIO's (for configuration)
79 # USB gadget interface (via the Hammer module)
80 * Ethernet Gadget Driver (default)
81 * Serial Port Gadget Driver
82 * Mass Storage Driver
83
84 # USB host interface (via the Hammer module)
85 * USB 1.1 Compliant
86 * Low Speed Support (2mb)
87 * Full Speed Support (12mb)
88
89 # 3 User LED's available
90 * Two on the Nail Board
91 * One user LED on the Hammer module
92 * USER led on the Hammer Board
93
94 # 2 interrupt driven pushbutton switches
95 # User controlled PWM buzzer
96 # Reset button
97 # Power LED
98 # Expansion header (20-pin: 2 x10)
99 * +5V available
100 * +3.3V available
101 * 2 SPI ports
102 * 2 wire Serial Port (TX/RX)
103 * GPIO's
104 * External Interrupts
105 * Headers can be jumper configured
106
107 # Hammer module breakout header
108 * Access to all 40 I/O pins of the Hammer module
109 * 0.1 inch headers
110 </p>
111 </body>
112 </section>
113
114 </sections>
115
116
117
118 --
119 gentoo-commits@l.g.o mailing list