/Zephyr-latest/ |
D | .gitignore | 15 !doc/build/ 33 doc-coverage.info 34 doc/_build 35 doc/doxygen 36 doc/xml 37 doc/html 38 doc/boards 39 doc/samples 40 doc/latex 41 doc/themes/zephyr-docs-theme [all …]
|
D | MAINTAINERS.yml | 145 - doc/hardware/arch/arc-support-status.rst 168 - doc/hardware/arch/arm_cortex_m.rst 346 - doc/connectivity/bluetooth/bluetooth-ctlr-arch.rst 347 - doc/connectivity/bluetooth/img/ctlr* 348 - doc/connectivity/bluetooth/api/controller.rst 374 - doc/connectivity/bluetooth/ 394 - doc/connectivity/bluetooth/bluetooth-ctlr-arch.rst 395 - doc/connectivity/bluetooth/autopts/ 396 - doc/connectivity/bluetooth/img/ctlr* 397 - doc/connectivity/bluetooth/api/audio/ [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"> 30 .. below included in doc/introduction/introduction.rst
|
/Zephyr-latest/.github/workflows/ |
D | doc-build.yml | 26 doc-file-check: 27 name: Check for doc changes 32 file_check: ${{ steps.check-doc-files.outputs.any_modified }} 41 id: check-doc-files 44 doc/ 45 boards/**/doc/ 55 doc/requirements.txt 56 .github/workflows/doc-build.yml 60 doc-build-html: 62 needs: [doc-file-check] [all …]
|
D | doc-publish.yml | 17 doc-publish: 29 workflow: doc-build.yml
|
/Zephyr-latest/samples/subsys/usb/common/ |
D | sample_usbd_init.c | 18 /* doc device instantiation start */ 27 /* doc device instantiation end */ 29 /* doc string instantiation start */ 34 /* doc string instantiation end */ 39 /* doc configuration instantiation start */ 54 /* doc configuration instantiation end */ 93 /* doc add string descriptor start */ in sample_usbd_setup_device() 117 /* doc add string descriptor end */ in sample_usbd_setup_device() 136 /* doc configuration register start */ in sample_usbd_setup_device() 143 /* doc configuration register end */ in sample_usbd_setup_device() [all …]
|
/Zephyr-latest/cmake/sca/eclair/ECL/ |
D | adopted_deviations.ecl | 3 -doc="Selection for reports that are fully contained in adopted code." 17 -doc="#include_next is a documented GNU preprocessing directive. See section \"2.7 Wrapper Headers\… 19 -doc="#warning is a documented GNU preprocessing directive. See section \"5 Diagnostics\" of "CPP_M… 22 -doc="The declarations in files tagged with api:public define a public API of Zephyr. 26 -doc="Library entry points not necessarily have to be referenced." 29 -doc="Library entry points not necessarily have to be referenced in more than one translation units… 32 -doc="Syscall declarations are automatically generated all with the extern qualifier. For the ones … 35 -doc="Function hash, that is automatically generated, does not use the parameter \"len\" in all its… 38 -doc="Function \"z_object_lookup\", that is automatically generated, uses single-statement bodies n… 41 -doc="The following declarations are in generated files: not in all configuration they are implemen…
|
D | zephyr_common_config.ecl | 6 -doc="Hides all reports that have all areas out of scope." 9 -doc="The API interface files are allowed to contain unused macros." 12 -doc="Several header files are meant to be included in C as well as in C++ translation units." 34 -doc="Casts to log_arg_t in logging macros are safe and expected." 94 -doc="Use of CODE_UNREACHABLE is defensive programming." 105 -doc="Hide reports marked as compliant." 108 -doc="Hide reports marked as safe." 111 -doc="Hide reports marked as relied." 114 -doc="Hide reports marked as questionable." 117 -doc="Hide reports marked as deliberate." [all …]
|
D | toolchain.ecl | 34 -doc="See Chapter \"6.7 Referring to a Type with typeof\". of "GCC_MANUAL"." 36 -doc="See Chapter \"6.1 Statements and Declarations in Expressions\" of "GCC_MANUAL"." 38 -doc="See Chapter \"6.24 Arithmetic on void- and Function-Pointers\" of "GCC_MANUAL"." 56 -doc="See Chapter \"6.18 Arrays of Length Zero\" of "GCC_MANUAL"."
|
/Zephyr-latest/scripts/west_commands/zspdx/ |
D | writer.py | 146 # 2) doc: Document object being described 147 def writeDocumentSPDX(f, doc): argument 148 spdx_normalized_name = _normalize_spdx_name(doc.cfg.name) 154 DocumentNamespace: {doc.cfg.namespace} 161 if len(doc.externalDocuments) > 0: 162 extDocs = list(doc.externalDocuments) 169 if len(doc.relationships) > 0: 170 for rln in doc.relationships: 175 for pkg in doc.pkgs.values(): 179 if len(doc.customLicenseIDs) > 0: [all …]
|
D | scanner.py | 123 def checkLicenseValid(lic, doc): argument 130 - doc: Document 133 doc.customLicenseIDs.add(lic) 182 def scanDocument(cfg, doc): argument 189 - doc: Document 191 for pkg in doc.pkgs.values(): 192 log.inf(f"scanning files in package {pkg.cfg.name} in document {doc.cfg.name}") 220 checkLicenseValid(lic, doc)
|
D | datatypes.py | 108 def __init__(self, cfg, doc): argument 115 self.doc = doc 159 # is it a filename or a target name (e.g., a Package in the build doc) 172 # is it a filename or a target name (e.g., a Package in the build doc) 215 def __init__(self, doc, pkg): argument 254 self.doc = doc
|
/Zephyr-latest/cmake/sca/eclair/ |
D | sca_options.cmake | 20 option(ECLAIR_SUMMARY_DOC "DOC summary format" OFF) 23 option(ECLAIR_FULL_DOC "Detailed DOC format" OFF) 26 cmake_dependent_option(ECLAIR_FULL_DOC_ALL_AREAS "Show all areas in a full doc report" 28 cmake_dependent_option(ECLAIR_FULL_DOC_FIRST_AREA "Show only the first area in a full doc report"
|
/Zephyr-latest/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 -U -r ~/zephyrproject/zephyr/doc/requirements.txt 136 pip install -U -r ~/zephyrproject/zephyr/doc/requirements.txt 152 pip install -U -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-latest/tests/net/all/ |
D | check_net_options.sh | 8 echo "Usage: $0 <doc build directory>" 12 echo "Typically this is $ZEPHYR_BASE/doc/_build" 26 kconfig_dir=$build_dir/rst/doc/reference/kconfig
|
/Zephyr-latest/doc/connectivity/usb/device_next/ |
D | usb_device.rst | 80 :start-after: doc device instantiation start 81 :end-before: doc device instantiation end 94 :start-after: doc string instantiation start 95 :end-before: doc string instantiation end 103 :start-after: doc add string descriptor start 104 :end-before: doc add string descriptor end 113 :start-after: doc configuration instantiation start 114 :end-before: doc configuration instantiation end 125 :start-after: doc configuration register start 126 :end-before: doc configuration register end [all …]
|
/Zephyr-latest/doc/_templates/ |
D | breadcrumbs.html | 10 {% for doc in parents %} 11 <li><a href="{{ doc.link|e }}">{{ doc.title }}</a> »</li>
|
/Zephyr-latest/doc/ |
D | conf.py | 2 # Reference: https://www.sphinx-doc.org/en/master/usage/configuration.html 15 sys.path.insert(0, str(ZEPHYR_BASE / "doc" / "_extensions")) 19 sys.path.insert(0, str(ZEPHYR_BASE / "doc" / "_scripts")) 174 html_logo = str(ZEPHYR_BASE / "doc" / "_static" / "images" / "logo.svg") 175 html_favicon = str(ZEPHYR_BASE / "doc" / "_static" / "images" / "favicon.png") 176 html_static_path = [str(ZEPHYR_BASE / "doc" / "_static")] 182 html_search_scorer = str(ZEPHYR_BASE / "doc" / "_static" / "js" / "scorer.js") 220 "maketitle": (ZEPHYR_BASE / "doc" / "_static" / "latex" / "title.tex").read_text(), 221 "preamble": (ZEPHYR_BASE / "doc" / "_static" / "latex" / "preamble.tex").read_text(), 240 latex_logo = str(ZEPHYR_BASE / "doc" / "_static" / "images" / "logo-latex.pdf") [all …]
|
D | requirements.txt | 1 # DOC: used to generate docs
|
/Zephyr-latest/doc/_scripts/ |
D | redirects.py | 7 doc directories) 18 ('boards/arduino/uno_r4_minima/doc/index', 'boards/arduino/uno_r4/doc/index'), 19 ('boards/phytec/mimx8mm_phyboard_polis/doc/index', 'boards/phytec/phyboard_polis/doc/index'), 20 ('boards/phytec/mimx8mp_phyboard_pollux/doc/index', 'boards/phytec/phyboard_pollux/doc/index'), 22 ('boards/rak/rak11720/doc/index', 'boards/rakwireless/rak11720/doc/index'), 23 ('boards/rak/rak4631/doc/index', 'boards/rakwireless/rak4631/doc/index'), 24 ('boards/rak/rak5010/doc/index', 'boards/rakwireless/rak5010/doc/index'), 25 ('boards/x86/ehl_crb/doc/index', 'boards/x86/intel_ehl/doc/index'), 26 ('boards/x86/intel_ehl/doc/index', 'boards/intel/ehl/doc/index'), 27 ('boards/x86/intel_rpl/doc/index', 'boards/intel/rpl/doc/index'), [all …]
|
/Zephyr-latest/subsys/bluetooth/controller/coex/ |
D | readme.rst | 10 …h controller <https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrfxlib/mpsl/doc/bluetoo…
|
/Zephyr-latest/doc/develop/sca/ |
D | eclair.rst | 106 ECLAIR can generate additional report formats (e.g. DOC, ODT, XLSX) and 118 * Summary report in DOC format. 124 * Detailed report in DOC format. 143 The detail level of the txt and doc full reports can also be adapted by a configuration.
|
/Zephyr-latest/scripts/dts/python-devicetree/ |
D | .gitignore | 7 doc/build/
|
/Zephyr-latest/boards/quicklogic/qomu/doc/ |
D | index.rst | 61 https://github.com/QuickLogic-Corp/qomu-dev-board/blob/master/doc/Qomu_UserGuide.pdf 64 https://github.com/QuickLogic-Corp/qomu-dev-board/blob/master/doc/qomu-board.pdf
|
/Zephyr-latest/dts/bindings/sensor/ |
D | isil,isl29035.yaml | 6 https://www.renesas.com/us/en/www/doc/datasheet/isl29035.pdf
|