Documentation: fix latexpdf build
This commit is contained in:
parent
56529d2944
commit
01500f8b20
|
@ -4,3 +4,6 @@ arduino-due
|
||||||
|
|
||||||
This sub-directory holds board support for the Arduino DUE board featuring
|
This sub-directory holds board support for the Arduino DUE board featuring
|
||||||
the Atmel ATSAM3X8E MCU running at 84 MHz.
|
the Atmel ATSAM3X8E MCU running at 84 MHz.
|
||||||
|
|
||||||
|
.. include:: README.txt
|
||||||
|
:literal:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
===========
|
============
|
||||||
sama5d3x-ek
|
sama5d2-xult
|
||||||
===========
|
============
|
||||||
|
|
||||||
This is the port of NuttX to the Atmel SAMA5D3x-EK development boards
|
This is the port of NuttX to the Atmel SAMA5D3x-EK development boards
|
||||||
(where x=1,3,4, or 5). These boards feature the Atmel SAMA5D3
|
(where x=1,3,4, or 5). These boards feature the Atmel SAMA5D3
|
||||||
|
@ -16,5 +16,9 @@ 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
|
are supported by NuttX with a simple reconfiguration of the processor
|
||||||
type.
|
type.
|
||||||
|
|
||||||
.. include:: README.txt
|
For details look at ``Documentation/platforms/arm/sama5/boards/sama5d2-xult/README.txt``
|
||||||
:literal:
|
|
||||||
|
.. this breaks latexpdf build
|
||||||
|
..
|
||||||
|
.. include:: README.txt
|
||||||
|
:literal:
|
||||||
|
|
|
@ -2,5 +2,9 @@
|
||||||
sama5d3-xplained
|
sama5d3-xplained
|
||||||
================
|
================
|
||||||
|
|
||||||
.. include:: README.txt
|
For details look at ``Documentation/platforms/arm/sama5/boards/sama5d3-xplained/README.txt``
|
||||||
:literal:
|
|
||||||
|
.. this breaks latexpdf build
|
||||||
|
..
|
||||||
|
.. include:: README.txt
|
||||||
|
:literal:
|
||||||
|
|
|
@ -2,8 +2,12 @@
|
||||||
sama5d3x-ek
|
sama5d3x-ek
|
||||||
===========
|
===========
|
||||||
|
|
||||||
.. include:: README.txt
|
For details look at ``Documentation/platforms/arm/sama5/boards/sama5d3x-ek/README.txt``
|
||||||
:literal:
|
|
||||||
|
.. this breaks latexpdf build
|
||||||
|
..
|
||||||
|
.. include:: README.txt
|
||||||
|
:literal:
|
||||||
|
|
||||||
.. include:: Using-NxPlayer.txt
|
.. include:: Using-NxPlayer.txt
|
||||||
:literal:
|
:literal:
|
||||||
|
|
|
@ -2,8 +2,12 @@
|
||||||
sama5d4-ek
|
sama5d4-ek
|
||||||
==========
|
==========
|
||||||
|
|
||||||
.. include:: README.txt
|
For details look at ``Documentation/platforms/arm/sama5/boards/sama5d4-ek/README.txt``
|
||||||
:literal:
|
|
||||||
|
.. this breaks latexpdf build
|
||||||
|
..
|
||||||
|
.. include:: README.txt
|
||||||
|
:literal:
|
||||||
|
|
||||||
.. include:: RunningNxWM.txt
|
.. include:: RunningNxWM.txt
|
||||||
:literal:
|
:literal:
|
||||||
|
|
|
@ -2,5 +2,9 @@
|
||||||
same70-xplained
|
same70-xplained
|
||||||
===============
|
===============
|
||||||
|
|
||||||
.. include:: README.txt
|
For details look at ``Documentation/platforms/arm/samv7/boards/same70-xplained/README.txt``
|
||||||
:literal:
|
|
||||||
|
.. this breaks latexpdf build
|
||||||
|
..
|
||||||
|
.. include:: README.txt
|
||||||
|
:literal:
|
||||||
|
|
|
@ -254,7 +254,9 @@ V71. SD card connector:
|
||||||
|
|
||||||
Configuration Settings
|
Configuration Settings
|
||||||
----------------------
|
----------------------
|
||||||
Enabling HSMCI support. The SAMV7-XULT provides a one, full-size SD memory card slots. The full size SD card slot connects via HSMCI0. Support for the SD slots can be enabled with the following settings:
|
Enabling HSMCI support. The SAMV7-XULT provides a one, full-size SD memory card slots.
|
||||||
|
The full size SD card slot connects via HSMCI0. Support for the SD slots can be
|
||||||
|
enabled with the following settings:
|
||||||
|
|
||||||
System Type->SAMV7 Peripheral Selection
|
System Type->SAMV7 Peripheral Selection
|
||||||
CONFIG_SAMV7_HSMCI0=y : To enable HSMCI0 support
|
CONFIG_SAMV7_HSMCI0=y : To enable HSMCI0 support
|
||||||
|
|
|
@ -2,5 +2,9 @@
|
||||||
samv71-xult
|
samv71-xult
|
||||||
===========
|
===========
|
||||||
|
|
||||||
.. include:: README.txt
|
For details look at ``Documentation/platforms/arm/samv7/boards/samv71-xult/README.txt``
|
||||||
:literal:
|
|
||||||
|
.. this breaks latexpdf build
|
||||||
|
..
|
||||||
|
.. include:: README.txt
|
||||||
|
:literal:
|
||||||
|
|
Loading…
Reference in New Issue