zephyr/doc/application/application.rst
Rodrigo Caballero d3803bab2b doc: Add an improved application development section.
Introduces the first part Carol's original contribution. The original
contribution is broken up in multiple files. The updated toctree shows
the
files that will constitute the section. Edits for clarity,
redability and markup were also included. The old files were removed.

Change-Id: I29364c6bc94322c6235b51850c2d1b9f71eb1ad8
Signed-off-by: L.S. Cook <leonax.cook@intel.com>
Signed-off-by: Rodrigo Caballero <rodrigo.caballero.abraham@intel.com>
2016-02-05 20:24:32 -05:00

33 lines
708 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 on |project|, 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