Skip to content

Commit c1a97ac

Browse files
gmarullgalak
authored andcommitted
doc: application: add details on example-application
Mention example-application as a reference application. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent e08a7f5 commit c1a97ac

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

doc/application/index.rst

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,25 @@ subdirectories which are not described here.
162162
package.
163163

164164

165+
Example standalone application
166+
******************************
167+
168+
A reference standalone application contained in its own Git repository can be found in the `Example Application`_
169+
repository. It can be used as a reference on how to structure out-of-tree, Zephyr-based
170+
applications using the :ref:`T2 star topology <west-t2>`. It also demonstrates the out-of-tree use of features commonly used in applications such as:
171+
172+
- Custom boards
173+
- Custom devicetree bindings
174+
- Custom drivers
175+
- Continuous Integration (CI) setup
176+
165177
Creating an Application
166178
***********************
167179

168180
Follow these steps to create a new application directory. (Refer to
169-
:ref:`samples-and-demos` for existing applications provided as part of Zephyr.)
181+
the `Example Application`_ repository for a reference standalone application in its own Git repository
182+
or to :ref:`samples-and-demos` for existing applications provided as part of
183+
Zephyr.)
170184

171185
#. Create an application directory on your workstation computer, outside of the
172186
Zephyr base directory. Usually you'll want to create it somewhere under
@@ -1489,3 +1503,4 @@ project that demonstrates some of these features.
14891503
.. _CMake list: https://cmake.org/cmake/help/latest/manual/cmake-language.7.html#lists
14901504
.. _add_subdirectory(): https://cmake.org/cmake/help/latest/command/add_subdirectory.html
14911505
.. _using Chocolatey: https://chocolatey.org/packages/RapidEE
1506+
.. _Example Application: https://github.com/zephyrproject-rtos/example-application

0 commit comments

Comments
 (0)