Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 592 Bytes

hello_world.rst

File metadata and controls

34 lines (23 loc) · 592 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!
$