zephyr/samples/hello_world
Kumar Gala cd7ea0b56c samples: disable single threaded hello world for configs that fail
If we have Bluetooth or GPIO SCH we need multithreading right now
so disable any platforms that enable these features from running
this test.

Change-Id: I1ea35636e1382aac0f266fe73441619f9ac00d53
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2016-12-19 10:59:10 -06:00
..
src
Makefile
prj_single.conf
prj.conf
README.txt
testcase.ini

Title: Hello World

Description:

A simple Hello World example

--------------------------------------------------------------------------------

Building and Running Project:

This project outputs 'Hello World' to the console.  It can be built and executed
on QEMU as follows:

    make qemu

Sample Output:

Hello World! x86