zephyr/samples/nanokernel/apps/hello_world
Anas Nashif 14050f1a3f samples: nano: add a true hello world sample
This sample just prints 'Hello World', Nothing else.

Change-Id: I93af3fdc2de342e878bc038f937e7f1ad2231bd3
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-05 20:25:11 -05:00
..
src samples: nano: add a true hello world sample 2016-02-05 20:25:11 -05:00
Makefile samples: nano: add a true hello world sample 2016-02-05 20:25:11 -05:00
README.txt samples: nano: add a true hello world sample 2016-02-05 20:25:11 -05:00
prj.conf samples: nano: add a true hello world sample 2016-02-05 20:25:11 -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!