mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-10 10:21:56 +00:00
This commit changes the current boilerplate include description and instead describes the use of find_package(Zephyr) It also add a section covering additional possibilities when using find_package(Zephyr). - Search order - Zephyr repository application description - Zephyr workspace application description - Zephyr freestanding application description - Environment ZEPHYR_BASE setting - Multiple Zephyr and preference setting Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
35 lines
581 B
ReStructuredText
35 lines
581 B
ReStructuredText
.. _user_guides:
|
|
|
|
User and Developer Guides
|
|
#########################
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
getting-help.rst
|
|
beyond-GSG.rst
|
|
bluetooth/index.rst
|
|
build/index
|
|
c_library
|
|
../README.rst
|
|
documentation/index
|
|
coccinelle.rst
|
|
code-relocation.rst
|
|
crypto/index
|
|
debugging/index
|
|
device_mgmt/index
|
|
device_mgmt/dfu
|
|
dts/index
|
|
env_vars.rst
|
|
coverage.rst
|
|
kconfig/index
|
|
modules.rst
|
|
networking/index
|
|
portability/index.rst
|
|
porting/index
|
|
test/index
|
|
tracing/index
|
|
west/index
|
|
optimizations/index
|
|
zephyr_cmake_package.rst
|