Searched refs:rest (Results 26 – 50 of 53) sorted by relevance
123
/Zephyr-latest/drivers/modem/ |
D | Kconfig.hl7800 | 290 to the rest of the network stack, letting the rx thread continue
|
/Zephyr-latest/boards/telink/tlsr9518adk80d/doc/ |
D | index.rst | 76 For the rest example projects use the default jumpers configuration.
|
/Zephyr-latest/doc/develop/west/ |
D | basics.rst | 153 to clone the rest of the projects into the workspace to finish.
|
D | release-notes.rst | 148 - Like the rest of Zephyr, west now requires Python v3.8 or later 705 project fails, these commands now continue to operate on the rest of the
|
D | build-flash-debug.rst | 274 (The extra ``--`` is used to force the rest of the command to be treated as a
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_l2.rst | 84 receiving or sending a network packet. The rest is hardware dependent
|
D | sockets.rst | 57 The file descriptor table is used by the BSD Sockets API even if the rest
|
/Zephyr-latest/doc/contribute/documentation/ |
D | generation.rst | 302 .. _reStructuredText: http://sphinx-doc.org/rest.html
|
D | guidelines.rst | 107 #. It has three items (and uses autonumbering for the rest of the list)
|
/Zephyr-latest/boards/nxp/s32z2xxdc2/doc/ |
D | index.rst | 135 single Virtual SI (VSI). The rest of the VSI's shall be assigned to different
|
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ |
D | dtlib.py | 819 alias, _, rest = path.partition("/") 824 return _root_and_path_to_node(self.alias2node[alias], rest, path)
|
/Zephyr-latest/scripts/ |
D | checkpatch.pl | 3386 my $rest = $2; 3388 my $pos = pos_last_openparen($rest); 5283 my ($off, $dstat, $dcond, $rest); 5445 my ($off, $dstat, $dcond, $rest);
|
/Zephyr-latest/doc/contribute/ |
D | external.rst | 88 rest of the code in the main tree, including static analysis
|
/Zephyr-latest/doc/build/dts/ |
D | phandles.rst | 134 The rest of this section describes a common example. Subsequent sections
|
D | howtos.rst | 317 We'll use the ``&serial0`` style for the rest of these examples.
|
/Zephyr-latest/doc/build/kconfig/ |
D | setting.rst | 381 will be honored (the rest will get the value ``n``). This allows a choice
|
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | Kconfig | 327 higher priority than the rest of the kernel they cannot use any
|
/Zephyr-latest/doc/security/ |
D | sensor-threat.rst | 307 described by the rest of this document.
|
/Zephyr-latest/doc/kernel/services/threads/ |
D | index.rst | 398 /* do rest of routine's processing */
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.7.rst | 84 rest of the system as network interfaces. There exists L2 driver for
|
D | release-notes-3.0.rst | 323 * Bluetooth now uses logging v2 as with the rest of the tree
|
/Zephyr-latest/cmake/modules/ |
D | extensions.cmake | 4449 # If there is a leading alias, append the rest of the string 4452 set(rest) variable 4454 string(SUBSTRING "${path}" "${slash_index}" -1 rest) 4456 dt_path_internal_exists(expanded_path_exists "${alias_path}${rest}") 4458 set(${var} "${alias_path}${rest}" PARENT_SCOPE)
|
/Zephyr-latest/boards/native/native_sim/doc/ |
D | index.rst | 585 * The rest of the configuration options such as number of data and stop bits,
|
/Zephyr-latest/doc/hardware/porting/ |
D | board_porting.rst | 438 to read the rest of the devicetree documentation and the devicetree
|
/Zephyr-latest/ |
D | CMakeLists.txt | 810 # Make sure Picolibc is built before the rest of the system; there's no explicit
|
123