This is the documentation for the latest (main) development branch. If you are looking for the documentation of previous releases, use the drop-down menu on the left and select the desired version.

Hello World

Overview

Starts a FreeRTOS task to print “Hello World”.

Requirements

None.

Building and Flashing

Example Location: examples/hello_world

For compiling, burning, and others, see: Quick Start Guide

Running Result

If it runs successfully, it will output the following logs.

I/test            [0.018] hello world.
I/test            [1.020] hello world.
I/test            [2.022] hello world.
I/test            [3.024] hello world.
I/test            [4.026] hello world.
I/test            [5.028] hello world.
I/test            [6.030] hello world.
I/test            [7.032] hello world.