Hello World
功能概述
启动一个 FreeRTOS 任务,打印 Hello World 。
环境要求
无。
编译和烧录
示例位置:examples/hello_world
编译、烧录等操作请参考:快速入门
运行结果
成功运行将输出如下日志
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.