zephyr/doc/application/application.rst
Allan Stephens 7567c979dd unified/doc: Update Application Development Primer
Removes references to nanokernel/microkernel. Corrects numerous
errors in content. Improves consistency in presentation of
information.

Change-Id: I83895d2cb03181da377b23323afc104ae32865a2
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
2016-11-03 20:27:38 +00:00

42 lines
879 B
ReStructuredText

.. _application:
Application Development Primer
##############################
This section outlines how to create, build, and run a Zephyr application.
Audience
--------
Although anybody may use this primer, the primary audience for this guide is:
* Application developers coding an application.
* System architects learning key functionality and usage.
Before You Start
----------------
* Check that your Linux host meets the minimum requirements specified in the
:ref:`getting_started`.
* Check that environment variables have been configured correctly as outlined
in :ref:`apps_common_procedures`.
Workflow
--------
The following sections explain the application development process
from start to finish.
.. toctree::
:maxdepth: 1
apps_overview
apps_structure
apps_kernel_conf
apps_code_dev
apps_build
apps_run
apps_common_procedures