mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-11 04:42:30 +00:00
Relocates material that outlines the structure of a Zephyr application so that it appears at the beginning of the "Application Development Primer". (i.e. The primer now tells the reader the file structure of an application, then explains how to create these files.) Revises the description of the MDEF file to make it a bulleted item (like the other file types are) and improve readability. Change-Id: I9f003b8317257c927bea752da55cc434f957592c Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
33 lines
712 B
ReStructuredText
33 lines
712 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_overview
|
|
apps_dev_process
|
|
apps_structure
|
|
apps_kernel_conf
|
|
apps_object_conf
|
|
apps_code_dev
|
|
apps_build
|
|
apps_run
|
|
apps_common_procedures
|