zephyr/doc/application/application.rst
Anas Nashif ba751c80b0 doc: codename -> Zephyr Kernel
To make the documentation readable from the source I want to get rid of the
substitutions for the project name an code name. This does not add any values
and makes it unreadable when looking at the text files directly. It also causes
some issues when people use those without actually knowing what they represent,
resulting in some weird and redundant language.

Change-Id: I09e8cbbee7c1141a7a77d3ffff59cdae2b52050c
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-05 20:24:34 -05:00

32 lines
695 B
ReStructuredText

.. _application:
Application Development Primer
##############################
This section contains references that explain how to build microkernel
and nanokernel applications.
Audience
--------
Although anybody may use this primer to learn how to build microkernel and
nanokernel applications, the primary audience for this guide is:
* Application developers coding an application.
* System architects learning key functionality and usage.
These subsections explain the entire build process in more detail:
.. toctree::
:maxdepth: 1
apps_dev_process
apps_structure
apps_kernel_conf
apps_object_conf
apps_code_dev
apps_build
apps_run
apps_common_procedures