mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
by the below command:
find . -type f -name '*.rst' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
14 lines
674 B
ReStructuredText
14 lines
674 B
ReStructuredText
.. todo::
|
|
Include a full list of supported boards, organized by architecture / family / vendor.
|
|
Each board should have its own entry, a photo, brief hardware specifications, features
|
|
supported (currently working in NuttX), how to flash, special toolchains required, etc.
|
|
This will involve migrating most of the content existing currently in board README files
|
|
to RST documents here.
|
|
|
|
Supported Boards
|
|
================
|
|
|
|
NuttX supports a large number of boards (see :doc:`here </introduction/supported_platforms>`).
|
|
At the moment, the documentation available is in the form of README files inside each subdirectory
|
|
of ``boards`` directory of main NuttX repository.
|
|
|