mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 13:27:01 +08:00
docs/components/tools: Give tools their own doc pages
All of the tools listed on the original documentation are now given their own individual doc pages. This makes it much easier to cross-reference them from other documentation locations (as many are used in CI/for specific architectures) and it also makes it easier for users to digest the information. Signed-off-by: Matteo Golin <matteo.golin@gmail.com>
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
===============
|
||||
``gencromfs.c``
|
||||
===============
|
||||
|
||||
This is a C program that is used to generate CROMFS file system images.
|
||||
Usage is simple:
|
||||
|
||||
.. code:: console
|
||||
|
||||
$ gencromfs <dir-path> <out-file>
|
||||
|
||||
Where:
|
||||
|
||||
* ``<dir-path>`` is the path to the directory will be at the root of the new
|
||||
CROMFS file system image.
|
||||
|
||||
* ``<out-file>`` the name of the generated, output C file. This file must be
|
||||
compiled in order to generate the binary CROMFS file system image.
|
||||
Reference in New Issue
Block a user