| /Zephyr-latest/doc/_extensions/zephyr/ |
| D | application.py | 10 from docutils.parsers.rst import Directive, directives 28 'tool': directives.unchanged, 29 'app': directives.unchanged, 30 'zephyr-app': directives.unchanged, 31 'cd-into': directives.flag, 32 'generator': directives.unchanged, 33 'host-os': directives.unchanged, 34 'board': directives.unchanged, 35 'shield': directives.unchanged, 36 'conf': directives.unchanged, [all …]
|
| D | manifest_projects_table.py | 33 from docutils.parsers.rst import directives 45 "filter": directives.unchanged, 137 directives.register_directive("manifest-projects-table", ManifestProjectsTable)
|
| D | external_content.py | 53 directives: list[str], 86 r"\.\. (" + "|".join(directives) + r")::\s*([^`\n]+)", _adjust, content
|
| D | doxybridge.py | 13 from docutils.parsers.rst import directives 39 "project": directives.unchanged,
|
| /Zephyr-latest/arch/x86/zefi/ |
| D | efi.ld | 34 * directives and drop junk in weird places.
|
| /Zephyr-latest/doc/_extensions/zephyr/domain/ |
| D | __init__.py | 39 from docutils.parsers.rst import directives, roles 565 option_spec = {"name": directives.unchanged, "relevant-api": directives.unchanged} 612 "name": directives.unchanged, 613 "show-listing": directives.flag, 614 "live-search": directives.flag, 615 "glob": directives.unchanged, 681 "categories": directives.unchanged_required, 682 "live-search": directives.flag, 985 directives = { variable in ZephyrDomain
|
| /Zephyr-latest/cmake/sca/eclair/ECL/ |
| D | adopted_deviations.ecl | 18 -config=STD.prepdirc,directives+={safe,"^include_next$"} 20 -config=STD.prepdirc,directives+={safe,"^warning$"}
|
| /Zephyr-latest/boards/particle/boron/doc/ |
| D | index.rst | 47 available to applications through DTS overlay include directives:
|
| /Zephyr-latest/cmake/linker/lld/ |
| D | target.cmake | 56 -P # Prevent generation of debug `#line' directives.
|
| /Zephyr-latest/boards/particle/argon/doc/ |
| D | index.rst | 47 available to applications through DTS overlay include directives:
|
| /Zephyr-latest/boards/particle/xenon/doc/ |
| D | index.rst | 46 available to applications through DTS overlay include directives:
|
| /Zephyr-latest/cmake/linker/ld/ |
| D | target.cmake | 89 -P # Prevent generation of debug `#line' directives.
|
| /Zephyr-latest/cmake/linker/xt-ld/ |
| D | target.cmake | 82 -P # Prevent generation of debug `#line' directives.
|
| /Zephyr-latest/doc/build/dts/ |
| D | intro-input-output.rst | 51 and includes are generally done with ``#include <filename>`` directives, even
|
| D | howtos.rst | 16 common node definitions via ``#include`` preprocessor directives. This at least
|
| /Zephyr-latest/doc/_extensions/zephyr/kconfig/ |
| D | __init__.py | 243 directives = {"search": KconfigSearch} variable in KconfigDomain
|
| /Zephyr-latest/doc/contribute/documentation/ |
| D | guidelines.rst | 30 Sphinx-defined directives and roles used to create the documentation 41 is rendered too. For lists and directives, indent the content text to 221 <http://docutils.sourceforge.net/docs/ref/rst/directives.html#list-table>`_ 783 The Zephyr documentation uses custom Sphinx roles and directives to provide additional functionality
|
| /Zephyr-latest/doc/develop/west/ |
| D | west-apis.rst | 140 .. NOTE: the following 'method' (not 'automethod') directives were added for
|
| /Zephyr-latest/doc/kernel/drivers/ |
| D | index.rst | 636 For these cases, DEVICE_MMIO_ROM directives may be omitted.
|
| /Zephyr-latest/doc/contribute/coding_guidelines/ |
| D | index.rst | 851 …fiers used in the controlling expression of #if or #elif preprocessing directives shall be #define… 879 …- All #else, #elif and #endif preprocessor directives shall reside in the same file as the #if, #…
|
| /Zephyr-latest/doc/_static/css/ |
| D | custom.css | 123 /* JavaScript documentation directives */
|
| /Zephyr-latest/doc/releases/ |
| D | release-notes-1.10.rst | 172 Sphinx directives now included.
|
| /Zephyr-latest/doc/develop/application/ |
| D | index.rst | 1333 file, by specifying directives through the ``DTS_EXTRA_CPPFLAGS`` CMake
|
| /Zephyr-latest/doc/develop/test/ |
| D | twister.rst | 737 The set of test scenarios that actually run depends on directives in the test scenario
|
| /Zephyr-latest/cmake/modules/ |
| D | extensions.cmake | 1237 # Preprocessor directives work inside <files>. Relative paths are resolved 4592 # We are leaving linemarker directives enabled on purpose. This tells
|