A simple Hello World example that can be used with any supported board and prints ‘Hello World’ to the console. This application can be built into modes:
This project outputs ‘Hello World’ to the console. It can be built and executed on QEMU as follows:
cd $ZEPHYR_BASE/samples/hello_world mkdir build && cd build cmake -GNinja -DBOARD=qemu_x86 .. ninja run
Hello World! x86