zephyr/samples/microkernel/apps/hello_world
Anas Nashif 3eecc42bd4 samples: micro: add a true hello world sample
Change-Id: I01707428ac49c3c35b2c8bcc625a21d88cf6eb33
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-05 20:25:11 -05:00
..
src samples: micro: add a true hello world sample 2016-02-05 20:25:11 -05:00
Makefile samples: micro: add a true hello world sample 2016-02-05 20:25:11 -05:00
README.txt samples: micro: add a true hello world sample 2016-02-05 20:25:11 -05:00
prj.conf samples: micro: add a true hello world sample 2016-02-05 20:25:11 -05:00
prj.mdef samples: micro: add a true hello world sample 2016-02-05 20:25:11 -05: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!