mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-04 04:31:56 +00:00
Moves the content found in the development part to the new Application Development Primer. Creates a master file for the new part and a placeholder for nanokernel-only applications. Labels that have already been changed in prior changes of the topic were updated. The project's master file was changed to include the new part. Change-Id: I8e9df5b3e5d382997caf62b7503274e4821137e0 Signed-off-by: Rodrigo Caballero <rodrigo.caballero.abraham@intel.com>
14 lines
393 B
ReStructuredText
14 lines
393 B
ReStructuredText
.. _application:
|
|
|
|
Application Development Primer
|
|
##############################
|
|
|
|
This section contains all information regarding the development of applications for the |codename|.
|
|
Applications can be classified by whether or not they employ microkernel services in microkernel
|
|
applications or nanokernel-only applications.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
apps_microkernel
|
|
apps_nanokernel |