Files
nuttx/Documentation/components/tools/define.rst
T
Matteo Golin 53fdfa68b9 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>
2026-03-05 18:12:54 +01:00

12 lines
416 B
ReStructuredText

=============================
``define.sh``, ``define.bat``
=============================
Different compilers have different conventions for specifying pre-
processor definitions on the compiler command line. This bash
script allows the build system to create command line definitions
without concern for the particular compiler in use.
The define.bat script is a counterpart for use in the native Windows
build.