Searched refs:language (Results 1 – 25 of 77) sorted by relevance
1234
/Zephyr-latest/doc/connectivity/usb/pd/ |
D | ucds.rst | 40 :language: dts 49 :language: dts 59 :language: c 67 :language: c 75 :language: c 83 :language: c 91 :language: c 99 :language: c 107 :language: c 130 :language: dts [all …]
|
/Zephyr-latest/scripts/ |
D | tags.sh | 121 --langdef=kconfig --language-force=kconfig \ 125 --langdef=kconfig --language-force=kconfig \ 129 --langdef=dotconfig --language-force=dotconfig \
|
/Zephyr-latest/doc/build/dts/ |
D | intro-scope-purpose.rst | 17 As such, devicetree is both a hardware description language and a configuration 18 language for Zephyr. See :ref:`dt_vs_kconfig` for some comparisons between 19 devicetree and Zephyr's other main configuration language, Kconfig.
|
D | design.rst | 57 Zephyr's binding language *semantics* can support Zephyr-specific attributes, 80 - Zephyr has a custom :ref:`dt-bindings` language *syntax*. While Linux's 84 - Due to inflexibility in the bindings language, Zephyr cannot support the full
|
D | dt-vs-kconfig.rst | 6 Along with devicetree, Zephyr also uses the Kconfig language to configure the
|
/Zephyr-latest/ |
D | .gitattributes | 11 # language statistics.
|
D | CODE_OF_CONDUCT.md | 30 * The use of sexualized language or imagery, and sexual attention or advances of 81 **Community Impact**: Use of inappropriate language or other behavior deemed
|
/Zephyr-latest/doc/connectivity/usb/device_next/ |
D | usb_device.rst | 78 :language: c 88 require a single instantiation of the language descriptor using the 92 :language: c 101 :language: c 111 :language: c 123 :language: c 139 :language: c 158 :language: c 169 :language: c 183 :language: c [all …]
|
/Zephyr-latest/modules/thrift/cmake/ |
D | thrift.cmake | 11 lang # The language for generated sources
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | gh_utils.py | 218 date = format_date(last_update_fmt, date=date_object, language=app.config.language)
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | mcumgr_handlers.rst | 47 :language: c 67 :language: c 86 :language: c 107 :language: kconfig 121 :language: cmake 126 :language: cmake
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/boards/ |
D | litex_vexriscv.overlay | 12 See the License for the specific language governing permissions and
|
/Zephyr-latest/boards/infineon/cyw920829m2evk_02/support/ |
D | qspi_config.cfg | 23 # See the License for the specific language governing permissions and
|
/Zephyr-latest/cmake/ide/ |
D | eclipse_cdt4_generator_amendment.cmake | 118 set(OUTPUT_FILE ${CMAKE_BINARY_DIR}/.settings/language.settings.xml) 128 …file(APPEND ${OUTPUT_FILE} "\t\t\t<provider class=\"org.eclipse.cdt.managedbuilder.language.settin… 130 …file(APPEND ${OUTPUT_FILE} "\t\t\t<provider class=\"org.eclipse.cdt.managedbuilder.language.settin… 132 file(APPEND ${OUTPUT_FILE} "\t\t\t\t<language-scope id=\"org.eclipse.cdt.core.gcc\"/>\n") 133 file(APPEND ${OUTPUT_FILE} "\t\t\t\t<language-scope id=\"org.eclipse.cdt.core.g++\"/>\n")
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | read_and_decode.rst | 78 :language: c 91 :language: c 103 :language: c
|
D | fetch_and_get.rst | 35 :language: c 75 :language: c
|
/Zephyr-latest/samples/drivers/clock_control_litex/ |
D | README.rst | 24 :language: dts 30 :language: dts 36 :language: dts
|
/Zephyr-latest/doc/develop/languages/c/ |
D | index.rst | 6 C is a general-purpose low-level programming language that is widely used for 10 the C language. All Zephyr API functions and macros are implemented in C and 49 the C language features that have been introduced in more recent versions of
|
/Zephyr-latest/doc/contribute/ |
D | index.rst | 38 :ref:`inclusive language <coding_guideline_inclusive_language>`. 59 (reST) markup language and Sphinx documentation generator.
|
/Zephyr-latest/doc/develop/languages/cpp/ |
D | index.rst | 6 C++ is a general-purpose object-oriented programming language that is based on 7 the C language. 22 The default C++ standard level (i.e. the language enforced by the 77 enable basic C++ language support. This includes: 84 C++ language support, and it does not implement any `Standard Template Library 133 inspired by and copied from the other language but many years later and
|
/Zephyr-latest/doc/build/kconfig/ |
D | extensions.rst | 8 <https://docs.kernel.org/kbuild/kconfig-language.html>`__, 56 <https://docs.kernel.org/kbuild/kconfig-macro-language.html>`__.
|
/Zephyr-latest/cmake/ |
D | target_toolchain_flags.cmake | 28 # various C / CXX language dialects that can then be exported based on current
|
/Zephyr-latest/scripts/west_commands/zspdx/ |
D | cmakefileapi.py | 228 self.language = ""
|
/Zephyr-latest/doc/services/portability/posix/implementation/ |
D | index.rst | 7 programming language, POSIX headers are available in the standard include path, when configured.
|
/Zephyr-latest/doc/contribute/documentation/ |
D | guidelines.rst | 13 language (.rst file extension) with Sphinx extensions, and processed 410 The input language for mathematics is LaTeX markup. Example:: 429 :language: rst 440 Pygments package). You can also directly specify the highlighting language. 555 When no language is specified, the language is set to ``none`` and the code block is not 573 the :rst:dir:`highlight` directive to customize the default language used in your document (see for 744 `Graphviz`_ is a tool for creating diagrams specified in a simple text language. As it's important 772 Graphviz's DOT language.
|
1234