nuttx/Documentation/applications/examples/hello/index.rst
2023-10-21 22:13:55 +08:00

10 lines
331 B
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

``hello`` Hello World
=====================
This is the mandatory, "Hello, World" example. It is little more than
``examples/null`` with a single ``printf`` statement. Really useful only for
bringing up new NuttX architectures.
- ``CONFIG_NSH_BUILTIN_APPS`` Build the "Hello, World" example as an NSH
built-in application.