Home
last modified time | relevance | path

Searched refs:appends (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/scripts/
Dsnippets.py48 appends: Appends = field(default_factory=_new_append) variable in Snippet
67 self.appends[variable].append(append_value(variable, value))
115 for snippet_append in (snippets[this_snippet].appends):
116 snippets[this_snippet].appends[snippet_append] = \
118 snippets[this_snippet].appends[snippet_append]))
157 self.print_appends(snippet.appends, 0)
158 for board, appends in snippet.board2appends.items():
159 self.print_appends_for_board(board, appends)
161 def print_appends_for_board(self, board: str, appends: Appends):
171 self.print_appends(appends, 1)
[all …]
/Zephyr-latest/subsys/logging/backends/
DKconfig.fs39 backend appends to it.
/Zephyr-latest/cmake/ide/
Declipse_cdt4_generator_amendment.cmake13 # based on INTERFACE_COMPILE_DEFINITIONS and appends the
48 #3. The amendment function appends the defines from
/Zephyr-latest/cmake/modules/
Dkernel.cmake34 zephyr_library() appends libs to this list.")
40 zephyr_interface_library_named() appends libs to this list.")
/Zephyr-latest/doc/develop/test/
Dpytest.rst26 ``PYTHONPATH`` with path to this plugin, and then during pytest call, it appends the command with
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dtestplan.py1066 if found_snippets[this_snippet].appends:
/Zephyr-latest/doc/build/dts/
Dhowtos.rst255 The build system appends overlays specified in ``EXTRA_DTC_OVERLAY_FILE``
/Zephyr-latest/doc/kernel/services/threads/
Dworkqueue.rst75 workqueue by an ISR or a thread. Submitting a work item appends the work item
/Zephyr-latest/doc/releases/
Drelease-notes-3.2.rst1964 * :github:`49659` - logging: LOG_* appends 0x0D to 0x0A
Drelease-notes-3.3.rst3834 * :github:`6198` - unit test: Add unit test example which appends source files to SOURCES list