zephyr/samples/hello_world/nanokernel
Anas Nashif 18cc4a8ea3 move sample apps to top level directory under samples/
All 'real' sample application now reside under samples/ directly.
the nano and micro variants will be under the specific sample directory
and not split across the file system.

Change-Id: I0ddf929cff7a29749aa4944b4385af058d9cc74c
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-11 13:08:44 -05:00
..
src move sample apps to top level directory under samples/ 2016-02-11 13:08:44 -05: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 move sample apps to top level directory under samples/ 2016-02-11 13:08:44 -05:00

README.txt

Title: Synchronisation

Description:

A simple 'Hello World' application.
--------------------------------------------------------------------------------

Building and Running Project:

This nanokernel 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!