zephyr/samples/hello_world/microkernel
Andrew Boie ebf02d4b7d Revert "misc: Remove generic PRINT macros from hello world samples"
This reverts commit 86507b1fee.

Change-Id: I5dc7bb2808f9fc942f48de798902a7185fb05d99
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-08-23 13:19:45 -07:00
..
src Revert "misc: Remove generic PRINT macros from hello world samples" 2016-08-23 13:19:45 -07:00
Makefile move sample apps to top level directory under samples/ 2016-02-11 13:08:44 -05:00
README.txt move sample apps to top level directory under samples/ 2016-02-11 13:08:44 -05:00
prj.conf Revert "misc: Remove generic PRINT macros from hello world samples" 2016-08-23 13:19:45 -07:00
prj.mdef move sample apps to top level directory under samples/ 2016-02-11 13:08:44 -05:00
sample.tc testcases: add automation markup to samples/ 2016-07-26 08:32:24 +08:00
testcase.ini samples: hello_world: build for sanitycheck runs 2016-08-15 09:38:43 -07:00

README.txt

Title: Synchronisation

Description:

A simple Hello World example using the microkernel.

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

Building and Running Project:

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

    make qemu

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

Troubleshooting:

Problems caused by out-dated project information can be addressed by
issuing one of the following commands then rebuilding the project:

    make clean          # discard results of previous builds
                        # but keep existing configuration info
or
    make pristine       # discard results of previous builds
                        # and restore pre-defined configuration info

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

Sample Output:

Hello World!