Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 432 Bytes

hello_world.rst

File metadata and controls

28 lines (19 loc) · 432 Bytes

Hello World

About

This application prints "Hello world!" to standard output.

Source code

The source code can also be found on Github in the examples/hello_world folder.

Build and run

Build and run the application.

$ cd examples/hello_world
$ make -s BOARD=<board> run
...
Hello world!
$