mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
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>
9 lines
394 B
ReStructuredText
9 lines
394 B
ReStructuredText
===================
|
|
``initialconfig.c``
|
|
===================
|
|
|
|
This is a C file that can be used to create an initial configuration. This
|
|
permits creating a new configuration from scratch, without relying on any
|
|
existing board configuration in place. This utility will create a barebones
|
|
``.config`` file sufficient only for instantiating the symbolic links necessary
|
|
to do a real configuration.
|