Home
last modified time | relevance | path

Searched refs:origin (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/tests/lib/devicetree/memory_region_flags/pytest/
Dtest_memory_region_flags.py43 origin = node.props["reg"].val[0]
57 if m and smart_int(m[1]) == origin and smart_int(m[2]) == length:
/Zephyr-latest/scripts/west_commands/
Dbuild.py270 board, origin = self._find_board()
271 self._run_cmake(board, origin, self.args.cmake_opts)
282 board, origin = None, None
284 board, origin = (self.cmake_cache.get('CACHED_BOARD'),
290 return (board, origin)
293 board, origin = self.args.board, 'command line'
295 board, origin = os.environ['BOARD'], 'env'
297 board, origin = self.config_board, 'configfile'
298 return board, origin
599 def _run_cmake(self, board, origin, cmake_opts): argument
[all …]
/Zephyr-latest/include/zephyr/drivers/misc/pio_rpi_pico/
Dpio_rpi_pico.h34 .origin = -1, \
/Zephyr-latest/doc/project/
Dissues.rst13 At any time it should be possible to establish the origin of a change and the
Dproject_roles.rst231 origin and area if they have been approved by the respective
/Zephyr-latest/subsys/logging/
DKconfig.formatting70 as the Sys-T message module ID (as in origin unit in Sys-T
79 The default module ID embedded in the origin unit in
94 The default unit ID embedded in the origin unit in
/Zephyr-latest/soc/espressif/common/
DCMakeLists.txt44 # Select the image origin depending on the boot configuration
/Zephyr-latest/doc/contribute/
Dguidelines.rst675 <https://github.com/zephyrproject-rtos/zephyr>`_ from ``origin`` to
678 git remote rename origin upstream
680 Let Git know about the fork you just created, naming it ``origin``::
682 git remote add origin https://github.com/<your github id>/zephyr
690 origin https://github.com/<your github id>/zephyr (fetch)
691 origin https://github.com/<your github id>/zephyr (push)
704 git checkout -b fix_out_of_date_patch origin/net
734 git push origin fix_comment_typo
779 git push --force origin fix_comment_typo
793 git push --force origin fix_comment_typo
[all …]
/Zephyr-latest/drivers/led_strip/
Dws2812_rpi_pico_pio.c244 .origin = -1, \
/Zephyr-latest/samples/drivers/ethernet/eth_ivshmem/
DREADME.rst24 git checkout origin/next
/Zephyr-latest/doc/services/llext/
Dload.rst45 ELF file. This may have security implications if its origin is untrusted.
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_inet.c1252 struct net_pkt *origin = NULL; in zsock_recv_stream_immediate() local
1260 if (pkt == NULL || pkt == origin) { in zsock_recv_stream_immediate()
1264 if (origin == NULL) { in zsock_recv_stream_immediate()
1266 origin = pkt; in zsock_recv_stream_immediate()
/Zephyr-latest/subsys/net/l2/openthread/
DKconfig39 prompt "OpenThread origin selection"
/Zephyr-latest/doc/services/
Dformatted_output.rst58 copied to a memory block with the same alignment as origin.
/Zephyr-latest/doc/kernel/
Dtimeutil.rst120 * A *time scale* is a way of representing an instant relative to an origin
/Zephyr-latest/
DLICENSE141 origin of the Work and reproducing the content of the NOTICE file.
/Zephyr-latest/doc/releases/
Drelease-notes-2.5.rst1400 …9` - samples/net/gptp compile failed on frdm_k64f board in origin/master (work well in origin/v2.4…