zephyr/doc/development/microkernel_apps.rst
Rodrigo Caballero e494bd71e6 Doc: Add information regarding application development.
General information regarding the development of microkernel
applications is included. A step by step process is included but 
still in development. Cross-references are added and updated as needed.

Change-Id: Ib7442883016c92c660d03d806009a0bd1932fce7
Signed-off-by: Rodrigo Caballero <rodrigo.caballero.abraham@intel.com>
2016-02-05 20:14:33 -05:00

13 lines
473 B
ReStructuredText

.. _microkernel_apps:
How to Develop Microkernel Applications
#######################################
Microkernel applications are comprised of .c and . h files that are
integrated with the |codename| using Makefiles, MDEF and .conf files. The
following procedures explain how to accomplish this using examples.
Developing a Microkernel Application in C
*****************************************
Before you begin, read the :ref:`Install` and build a sample application.