The latest development version of this page may be more current than this released 0.4.0 version.

Hello World

Overview

Starts a FreeRTOS task to print “Hello World”.

Requirements

None.

Building and flashing

Example Location: examples/hello_world

compile, burn, and more, see: get started

Running result

Successfully running 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.