/Zephyr-Core-3.6.0/ |
D | .gitignore | 13 !doc/build/ 30 doc/_build 31 doc/doxygen 32 doc/xml 33 doc/html 34 doc/boards 35 doc/samples 36 doc/latex 37 doc/themes/zephyr-docs-theme 44 doc/reference/kconfig/*.rst [all …]
|
D | README.rst | 6 … <source media="(prefers-color-scheme: dark)" srcset="doc/_static/images/logo-readme-dark.svg"> 7 … <source media="(prefers-color-scheme: light)" srcset="doc/_static/images/logo-readme-light.svg"> 8 <img src="doc/_static/images/logo-readme-light.svg"> 33 .. below included in doc/introduction/introduction.rst
|
/Zephyr-Core-3.6.0/scripts/west_commands/zspdx/ |
D | writer.py | 100 def writeDocumentSPDX(f, doc): argument 112 if len(doc.externalDocuments) > 0: 113 extDocs = list(doc.externalDocuments) 120 if len(doc.relationships) > 0: 121 for rln in doc.relationships: 126 for pkg in doc.pkgs.values(): 130 if len(doc.customLicenseIDs) > 0: 131 for lic in sorted(list(doc.customLicenseIDs)): 139 def writeSPDX(spdxPath, doc): argument 144 writeDocumentSPDX(f, doc) [all …]
|
D | datatypes.py | 89 def __init__(self, cfg, doc): argument 96 self.doc = doc 192 def __init__(self, doc, pkg): argument 231 self.doc = doc
|
D | scanner.py | 117 def checkLicenseValid(lic, doc): argument 127 doc.customLicenseIDs.add(lic) 173 def scanDocument(cfg, doc): argument 182 for pkg in doc.pkgs.values(): 211 checkLicenseValid(lic, doc)
|
/Zephyr-Core-3.6.0/doc/contribute/documentation/ |
D | generation.rst | 32 are found in the ``/doc`` directory, but others are stored within the 83 ``doc/requirements.txt`` 101 pip install -r ~/zephyrproject/zephyr/doc/requirements.txt 136 pip install -r ~/zephyrproject/zephyr/doc/requirements.txt 152 pip install -r %HOMEPATH$\zephyrproject\zephyr\doc\requirements.txt 182 The ``/doc`` directory in your cloned copy of the Zephyr project git 191 cd ~/zephyr/doc 193 cd %userprofile%\zephyr\doc 222 output with your browser started at ``doc/_build/html/index.html`` and 223 if generated, the PDF file is available at ``doc/_build/latex/zephyr.pdf``. [all …]
|
/Zephyr-Core-3.6.0/scripts/dts/python-devicetree/ |
D | .gitignore | 7 doc/build/
|
/Zephyr-Core-3.6.0/tests/net/all/ |
D | check_net_options.sh | 26 kconfig_dir=$build_dir/rst/doc/reference/kconfig
|
/Zephyr-Core-3.6.0/scripts/ci/ |
D | check_compliance.py | 195 …doc = "See https://docs.zephyrproject.org/latest/contribute/guidelines.html#coding-style for more … variable in CheckPatch 234 doc = "See https://docs.zephyrproject.org/latest/build/dts/bindings.html for more details." variable in DevicetreeBindingsCheck 273 doc = "See https://docs.zephyrproject.org/latest/build/kconfig/tips.html for more details." variable in KconfigCheck 755 doc = "See https://docs.zephyrproject.org/latest/build/kconfig/tips.html for more details." variable in KconfigBasicCheck 768 doc = "See https://docs.zephyrproject.org/latest/build/kconfig/tips.html for more details." variable in KconfigBasicNoModulesCheck 780 …doc = "See https://docs.zephyrproject.org/latest/contribute/guidelines.html#coding-style for more … variable in Nits 874 doc = "Git conflict markers and whitespace errors are not allowed in added changes" variable in GitDiffCheck 902 …doc = "See https://docs.zephyrproject.org/latest/contribute/guidelines.html#commit-guidelines for … variable in GitLint 925 doc = "See https://www.pylint.org/ for more details" variable in PyLint 1002 …doc = "See https://docs.zephyrproject.org/latest/contribute/guidelines.html#commit-guidelines for … variable in Identity [all …]
|
D | twister_ignore.txt | 30 doc/*
|
/Zephyr-Core-3.6.0/subsys/bluetooth/controller/coex/ |
D | readme.rst | 10 …h controller <https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrfxlib/mpsl/doc/bluetoo…
|
/Zephyr-Core-3.6.0/samples/ |
D | index.rst | 35 ``doc/templates/sample.tmpl``
|
/Zephyr-Core-3.6.0/doc/services/portability/ |
D | cmsis_rtos_v1.rst | 11 http://www.keil.com/pack/doc/CMSIS/RTOS/html/index.html
|
/Zephyr-Core-3.6.0/boards/arm/qomu/doc/ |
D | index.rst | 71 https://github.com/QuickLogic-Corp/qomu-dev-board/blob/master/doc/Qomu_UserGuide.pdf 74 https://github.com/QuickLogic-Corp/qomu-dev-board/blob/master/doc/qomu-board.pdf
|
/Zephyr-Core-3.6.0/boards/ |
D | index.rst | 13 available under :zephyr_file:`doc/templates/board.tmpl`.
|
/Zephyr-Core-3.6.0/boards/arc/qemu_arc/doc/ |
D | index.rst | 102 …<https://www.synopsys.com/dw/doc.php/iip/dwc_arc_hs4xd/latest/doc/ARC_V2_PublicProgrammers_Referen…
|
/Zephyr-Core-3.6.0/doc/ |
D | CMakeLists.txt | 7 find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE} .. COMPONENTS doc) 67 # Create a custom doc target. 71 # The function will create two targets for the doc build system.
|
/Zephyr-Core-3.6.0/boards/arm/quick_feather/doc/ |
D | index.rst | 119 … https://github.com/QuickLogic-Corp/quick-feather-dev-board/blob/master/doc/quickfeather-board.pdf 125 …https://github.com/QuickLogic-Corp/quick-feather-dev-board/blob/master/doc/QuickFeather_UserGuide.…
|
/Zephyr-Core-3.6.0/doc/develop/sca/ |
D | sparse.rst | 6 `Sparse <https://www.kernel.org/doc/html/latest/dev-tools/sparse.html>`__
|
/Zephyr-Core-3.6.0/samples/boards/qomu/ |
D | README.rst | 33 …ickLogic-Corp/qomu-dev-board/blob/662f8841bdc1ed35c1539ac381182159d7cd5914/doc/Qomu_UserGuide.pdf>…
|
/Zephyr-Core-3.6.0/doc/templates/ |
D | sample.tmpl | 30 ..zephyr-app-commands directive (see the doc guidelines) instead of a
|
/Zephyr-Core-3.6.0/doc/hardware/peripherals/ |
D | fuel_gauge.rst | 9 Note: This API is currently experimental and this doc will be significantly changed as new features
|
/Zephyr-Core-3.6.0/cmake/modules/ |
D | FindTargetTools.cmake | 36 # https://gitlab.kitware.com/cmake/community/wikis/doc/cmake/CrossCompiling: 48 # https://gitlab.kitware.com/cmake/community/wikis/doc/cmake/CrossCompiling:
|
/Zephyr-Core-3.6.0/doc/_doxygen/ |
D | doxygen-awesome-zephyr.css | 97 #doc-content {
|
/Zephyr-Core-3.6.0/doc/develop/manifest/ |
D | index.rst | 56 Use the template :file:`doc/develop/manifest/external/external.rst.tmpl` to add
|