2cb045420c
The headings on some .rst files were not following the expected heading order of using # for h1, * for h2, = for h3, and - for h4 This patch fixes that, and the doc/templates/*.tmpl files created for folks to use as templates for creating board and sample docs. Change-Id: I0263b005648558d5ea41a681ceaa4798c9594dd9 Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
42 lines
755 B
Cheetah
42 lines
755 B
Cheetah
.. _boardname_linkname:
|
|
|
|
[Board Name]
|
|
#############
|
|
|
|
Overview
|
|
********
|
|
[A short description about the board, its main features and availability]
|
|
|
|
Hardware
|
|
********
|
|
[General Hardware information]
|
|
|
|
Supported Features
|
|
==================
|
|
[List of supported features and level of support in Zephyr]
|
|
|
|
Connections and IOs
|
|
===================
|
|
|
|
[Tables describing the board PINs and how they are configured and can be used
|
|
to connect external components]
|
|
|
|
Programming and Debugging
|
|
*************************
|
|
|
|
Flashing
|
|
========
|
|
[How to use this board with Zephyr and how to flash a Zephyr binary on this
|
|
device]
|
|
|
|
|
|
Debugging
|
|
=========
|
|
[ How to debug this board]
|
|
|
|
|
|
References
|
|
**********
|
|
[ Links to external references such as datasheets or additional documentation]
|
|
|