Searched refs:appends (Results 1 – 10 of 10) sorted by relevance
48 appends: Appends = field(default_factory=_new_append) variable in Snippet67 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 …]
39 backend appends to it.
13 # based on INTERFACE_COMPILE_DEFINITIONS and appends the48 #3. The amendment function appends the defines from
34 zephyr_library() appends libs to this list.")40 zephyr_interface_library_named() appends libs to this list.")
26 ``PYTHONPATH`` with path to this plugin, and then during pytest call, it appends the command with
1066 if found_snippets[this_snippet].appends:
255 The build system appends overlays specified in ``EXTRA_DTC_OVERLAY_FILE``
75 workqueue by an ISR or a thread. Submitting a work item appends the work item
1964 * :github:`49659` - logging: LOG_* appends 0x0D to 0x0A
3834 * :github:`6198` - unit test: Add unit test example which appends source files to SOURCES list