Searched refs:origin (Results 1 – 18 of 18) sorted by relevance
/Zephyr-latest/tests/lib/devicetree/memory_region_flags/pytest/ |
D | test_memory_region_flags.py | 43 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/ |
D | build.py | 270 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/ |
D | pio_rpi_pico.h | 34 .origin = -1, \
|
/Zephyr-latest/doc/project/ |
D | issues.rst | 13 At any time it should be possible to establish the origin of a change and the
|
D | project_roles.rst | 221 origin and area if they have been approved by the respective
|
/Zephyr-latest/subsys/logging/ |
D | Kconfig.formatting | 70 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/esp32/ |
D | CMakeLists.txt | 67 # Select the image origin depending on the boot configuration
|
/Zephyr-latest/soc/espressif/esp32s3/ |
D | CMakeLists.txt | 71 # Select the image origin depending on the boot configuration
|
/Zephyr-latest/drivers/led_strip/ |
D | ws2812_rpi_pico_pio.c | 244 .origin = -1, \
|
/Zephyr-latest/doc/contribute/ |
D | guidelines.rst | 780 <https://github.com/zephyrproject-rtos/zephyr>`_ from ``origin`` to 783 git remote rename origin upstream 785 Let Git know about the fork you just created, naming it ``origin``:: 787 git remote add origin https://github.com/<your github id>/zephyr 795 origin https://github.com/<your github id>/zephyr (fetch) 796 origin https://github.com/<your github id>/zephyr (push) 809 git checkout -b fix_out_of_date_patch origin/net 839 git push origin fix_comment_typo 891 git push --force origin fix_comment_typo 905 git push --force origin fix_comment_typo [all …]
|
/Zephyr-latest/samples/drivers/ethernet/eth_ivshmem/ |
D | README.rst | 24 git checkout origin/next
|
/Zephyr-latest/doc/services/llext/ |
D | load.rst | 45 ELF file. This may have security implications if its origin is untrusted.
|
/Zephyr-latest/subsys/net/lib/sockets/ |
D | sockets_inet.c | 1250 struct net_pkt *origin = NULL; in zsock_recv_stream_immediate() local 1258 if (pkt == NULL || pkt == origin) { in zsock_recv_stream_immediate() 1262 if (origin == NULL) { in zsock_recv_stream_immediate() 1264 origin = pkt; in zsock_recv_stream_immediate()
|
/Zephyr-latest/subsys/net/l2/openthread/ |
D | Kconfig | 35 prompt "OpenThread origin selection"
|
/Zephyr-latest/doc/services/ |
D | formatted_output.rst | 58 copied to a memory block with the same alignment as origin.
|
/Zephyr-latest/doc/kernel/ |
D | timeutil.rst | 120 * A *time scale* is a way of representing an instant relative to an origin
|
/Zephyr-latest/ |
D | LICENSE | 141 origin of the Work and reproducing the content of the NOTICE file.
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.5.rst | 1400 …9` - samples/net/gptp compile failed on frdm_k64f board in origin/master (work well in origin/v2.4…
|