Home
last modified time | relevance | path

Searched refs:directives (Results 1 – 25 of 26) sorted by relevance

12

/Zephyr-latest/doc/_extensions/zephyr/
Dapplication.py10 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 …]
Dmanifest_projects_table.py33 from docutils.parsers.rst import directives
45 "filter": directives.unchanged,
137 directives.register_directive("manifest-projects-table", ManifestProjectsTable)
Dexternal_content.py53 directives: list[str],
86 r"\.\. (" + "|".join(directives) + r")::\s*([^`\n]+)", _adjust, content
Ddoxybridge.py13 from docutils.parsers.rst import directives
39 "project": directives.unchanged,
/Zephyr-latest/arch/x86/zefi/
Defi.ld34 * directives and drop junk in weird places.
/Zephyr-latest/doc/_extensions/zephyr/domain/
D__init__.py39 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/
Dadopted_deviations.ecl18 -config=STD.prepdirc,directives+={safe,"^include_next$"}
20 -config=STD.prepdirc,directives+={safe,"^warning$"}
/Zephyr-latest/boards/particle/boron/doc/
Dindex.rst47 available to applications through DTS overlay include directives:
/Zephyr-latest/cmake/linker/lld/
Dtarget.cmake56 -P # Prevent generation of debug `#line' directives.
/Zephyr-latest/boards/particle/argon/doc/
Dindex.rst47 available to applications through DTS overlay include directives:
/Zephyr-latest/boards/particle/xenon/doc/
Dindex.rst46 available to applications through DTS overlay include directives:
/Zephyr-latest/cmake/linker/ld/
Dtarget.cmake89 -P # Prevent generation of debug `#line' directives.
/Zephyr-latest/cmake/linker/xt-ld/
Dtarget.cmake82 -P # Prevent generation of debug `#line' directives.
/Zephyr-latest/doc/build/dts/
Dintro-input-output.rst51 and includes are generally done with ``#include <filename>`` directives, even
Dhowtos.rst16 common node definitions via ``#include`` preprocessor directives. This at least
/Zephyr-latest/doc/_extensions/zephyr/kconfig/
D__init__.py243 directives = {"search": KconfigSearch} variable in KconfigDomain
/Zephyr-latest/doc/contribute/documentation/
Dguidelines.rst30 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/
Dwest-apis.rst140 .. NOTE: the following 'method' (not 'automethod') directives were added for
/Zephyr-latest/doc/kernel/drivers/
Dindex.rst636 For these cases, DEVICE_MMIO_ROM directives may be omitted.
/Zephyr-latest/doc/contribute/coding_guidelines/
Dindex.rst851 …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/
Dcustom.css123 /* JavaScript documentation directives */
/Zephyr-latest/doc/releases/
Drelease-notes-1.10.rst172 Sphinx directives now included.
/Zephyr-latest/doc/develop/application/
Dindex.rst1333 file, by specifying directives through the ``DTS_EXTRA_CPPFLAGS`` CMake
/Zephyr-latest/doc/develop/test/
Dtwister.rst737 The set of test scenarios that actually run depends on directives in the test scenario
/Zephyr-latest/cmake/modules/
Dextensions.cmake1237 # Preprocessor directives work inside <files>. Relative paths are resolved
4592 # We are leaving linemarker directives enabled on purpose. This tells

12