Correct errors noted in SAMA5 documentation
This commit is contained in:
parent
8b44b8fce7
commit
4576676f8e
@ -1569,7 +1569,7 @@
|
||||
<li><a href="#at91sam3x">Atmel AT91SAM3X</a> <small>(ARM Cortex-M3)</small></li>
|
||||
<li><a href="#at91sam4l">Atmel AT91SAM4L</a> <small>(ARM Cortex-M4)</small></li>
|
||||
<li><a href="#at91sam4s">Atmel AT91SAM4S</a> <small>(ARM Cortex-M4)</small></li>
|
||||
<li><a href="#at91sama5d">Atmel AT91SAMA5D</a> <small>(ARM Cortex-A5)</small></li>
|
||||
<li><a href="#at91sama5d3">Atmel AT91SAMA5D3</a> <small>(ARM Cortex-A5)</small></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Freescale
|
||||
@ -1974,25 +1974,21 @@
|
||||
<td><br></td>
|
||||
<td>
|
||||
<p>
|
||||
<a name="at91sama5d"><b>Atmel SAMA5D</b>.</a>
|
||||
<a name="at91sama5d3"><b>Atmel SAMA5D3</b>.</a>
|
||||
This is the port of NuttX to the Atmel SAMA5D3<i>x</i>-EK development boards (where <i>x</i>=1,3,4, or 5).
|
||||
These boards feature the Atmel SAMA5D3<i>x</i> microprocessors.
|
||||
Four different SAMA5D3<i>x</i>-EK kits are available
|
||||
</p>
|
||||
<ul>
|
||||
<li>SAMA5D31-EK with the <a href="http://www.atmel.com/devices/sama5d31.aspx">ATSAMA5D1</a></li>
|
||||
<li>SAMA5D33-EK with the <a href="http://www.atmel.com/devices/sama5d33.aspx">ATSAMA5D3</a></li>
|
||||
<li>SAMA5D34-EK with the <a href="http://www.atmel.com/devices/sama5d34.aspx">ATSAMA5D4</a></li>
|
||||
<li>SAMA5D35-EK with the <a href="http://www.atmel.com/devices/sama5d35.aspx">ATSAMA5D5</a></li>
|
||||
<li>SAMA5D31-EK with the <a href="http://www.atmel.com/devices/sama5d31.aspx">ATSAMA5D31</a></li>
|
||||
<li>SAMA5D33-EK with the <a href="http://www.atmel.com/devices/sama5d33.aspx">ATSAMA5D33</a></li>
|
||||
<li>SAMA5D34-EK with the <a href="http://www.atmel.com/devices/sama5d34.aspx">ATSAMA5D34</a></li>
|
||||
<li>SAMA5D35-EK with the <a href="http://www.atmel.com/devices/sama5d35.aspx">ATSAMA5D35</a></li>
|
||||
</ul>
|
||||
<p>
|
||||
The each kit consist of an identical base board with different plug-in modules for each CPU.
|
||||
An option 7 inch LCD is also available.
|
||||
All four boards are supported by NuttX with a simple reconfiguration of the processor type.
|
||||
</p>
|
||||
<p>
|
||||
There is also the SAMA5D3FAE-EK bundle includes everything: The base board, all four CPU modules, and the LCD.
|
||||
</p>
|
||||
<ul>
|
||||
<p>
|
||||
<b>STATUS</b>.
|
||||
|
@ -5,16 +5,14 @@ README
|
||||
development boards. These boards feature the Atmel SAMA5D3
|
||||
microprocessors. Four different SAMA5D3x-EK kits are available
|
||||
|
||||
- SAMA5D31-EK with the ATSAMA5D1 (http://www.atmel.com/devices/sama5d31.aspx)
|
||||
- SAMA5D33-EK with the ATSAMA5D3 (http://www.atmel.com/devices/sama5d31.aspx)
|
||||
- SAMA5D34-EK with the ATSAMA5D4 (http://www.atmel.com/devices/sama5d31.aspx)
|
||||
- SAMA5D35-EK with the ATSAMA5D5 (http://www.atmel.com/devices/sama5d31.aspx)
|
||||
- SAMA5D31-EK with the ATSAMA5D31 (http://www.atmel.com/devices/sama5d31.aspx)
|
||||
- SAMA5D33-EK with the ATSAMA5D33 (http://www.atmel.com/devices/sama5d33.aspx)
|
||||
- SAMA5D34-EK with the ATSAMA5D34 (http://www.atmel.com/devices/sama5d34.aspx)
|
||||
- SAMA5D35-EK with the ATSAMA5D35 (http://www.atmel.com/devices/sama5d35.aspx)
|
||||
|
||||
The each consist of an identical base board with different plug-in
|
||||
modules for each CPU. An option 7 inch LCD is also available..
|
||||
|
||||
The SAMA5D3FAE-EK bundle includes everything: The base board, all four
|
||||
CPU modules, and the LCD.
|
||||
modules for each CPU. I also have a 7 inch LCD for my SAMA5D3x-EK, but this
|
||||
is not yet generally available..
|
||||
|
||||
SAMA5D3 Family
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user