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 samples: hello world: unify sample and use unified kernel 2016-10-27 21:19:36 +00:00
Makefile samples: tests: remove obsolete KERNEL_TYPE and kernel variables 2016-11-04 15:47:25 -04:00
README.txt samples: hello world: unify sample and use unified kernel 2016-10-27 21:19:36 +00:00
prj.conf samples: hello world: unify sample and use unified kernel 2016-10-27 21:19:36 +00:00
prj_single.conf samples: add configuration for single threaded hello world 2016-12-17 16:54:45 +00:00
testcase.ini samples: disable single threaded hello world for configs that fail 2016-12-19 10:59:10 -06:00

README.txt

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