zephyr/samples/hello_world/microkernel
Anas Nashif 5e4b62c35c boards: rename Quark SE Devboard to Quark SE C1000 (Sensor Subsystem)
Jira: ZEP-758
Change-Id: I8ee5a2f9e4a6ecbd15214e59321bf27a502ef6ee
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-09-16 03:10:30 +00: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
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
README.txt move sample apps to top level directory under samples/ 2016-02-11 13:08:44 -05:00
sample.tc boards: rename Quark SE Devboard to Quark SE C1000 (Sensor Subsystem) 2016-09-16 03:10:30 +00:00
testcase.ini samples: hello_world: build for sanitycheck runs 2016-08-15 09:38:43 -07:00

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!