/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
|
/Zephyr-latest/doc/_extensions/zephyr/domain/ |
D | __init__.py | 38 from docutils.parsers.rst import directives 512 option_spec = {"name": directives.unchanged, "relevant-api": directives.unchanged} 559 "name": directives.unchanged, 560 "show-listing": directives.flag, 561 "live-search": directives.flag, 562 "glob": directives.unchanged, 628 "categories": directives.unchanged_required, 629 "live-search": directives.flag, 715 directives = { variable in ZephyrDomain
|
/Zephyr-latest/arch/x86/zefi/ |
D | efi.ld | 34 * directives and drop junk in weird places.
|
/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/cmake/linker/lld/ |
D | target.cmake | 56 -P # Prevent generation of debug `#line' directives.
|
/Zephyr-latest/boards/particle/boron/doc/ |
D | index.rst | 71 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/boards/particle/argon/doc/ |
D | index.rst | 71 available to applications through DTS overlay include directives:
|
/Zephyr-latest/boards/particle/xenon/doc/ |
D | index.rst | 70 available to applications through DTS overlay include 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 | 232 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>`_ 781 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 | 887 …fiers used in the controlling expression of #if or #elif preprocessing directives shall be #define… 915 …- All #else, #elif and #endif preprocessor directives shall reside in the same file as the #if, #…
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.10.rst | 172 Sphinx directives now included.
|
/Zephyr-latest/doc/_static/css/ |
D | custom.css | 122 /* JavaScript documentation directives */
|
/Zephyr-latest/doc/develop/application/ |
D | index.rst | 1334 file, by specifying directives through the ``DTS_EXTRA_CPPFLAGS`` CMake
|
/Zephyr-latest/cmake/modules/ |
D | extensions.cmake | 1236 # Preprocessor directives work inside <files>. Relative paths are resolved 1524 # We use the "|" character to separate code relocation directives, instead of 4588 # We are leaving linemarker directives enabled on purpose. This tells
|
/Zephyr-latest/doc/develop/test/ |
D | twister.rst | 877 The set of test scenarios that actually run depends on directives in the test scenario
|
/Zephyr-latest/doc/ |
D | zephyr.doxyfile.in | 2413 # C-preprocessor directives found in the sources and include files.
|