Home
last modified time | relevance | path

Searched full:optional (Results 1 – 25 of 632) sorted by relevance

12345678910>>...26

/Zephyr-latest/submanifests/
Doptional.yaml12 - optional
18 - optional
24 - optional
30 - optional
36 - optional
42 - optional
48 - optional
51 path: optional/modules/lib/tflite-micro
55 - optional
57 path: optional/modules/lib/thrift
[all …]
/Zephyr-latest/dts/bindings/ethernet/
Dxlnx,gem.yaml74 the link speed specified here will be requested. If the optional pro-
188 Optional feature flag - Ignore IPG rx_er. When set, rx_er has no
195 Optional feature flag - Receive bad preamble. When set, frames with
201 Optional feature flag - Enable IPG stretch. When set, the transmit
208 Optional feature flag - Enable SGMII mode. Changes the behaviour of
216 Optional feature flag - Disable rejection of FCS/CRC errors.
225 Optional feature flag - Enable frames to be received in half-duplex
231 Optional feature flag - Enable RX IP/TCP/UDP checksum offload to
238 Optional feature flag - Enable TX IP/TCP/UDP checksum offload to
245 Optional feature flag - Do not copy received pause frames to memory.
[all …]
Dmicrochip,enc28j60.yaml23 Optional feature flag - Enables full duplex reception and transmission.
30 Sets the devices receive packet filter, optional
/Zephyr-latest/boards/nordic/nrf9160dk/
Dnrf9160dk_nrf52840.dts54 compatible = "nordic,nrf9160dk-optional-routing";
60 compatible = "nordic,nrf9160dk-optional-routing";
71 compatible = "nordic,nrf9160dk-optional-routing";
77 compatible = "nordic,nrf9160dk-optional-routing";
83 compatible = "nordic,nrf9160dk-optional-routing";
89 compatible = "nordic,nrf9160dk-optional-routing";
95 compatible = "nordic,nrf9160dk-optional-routing";
101 compatible = "nordic,nrf9160dk-optional-routing";
107 compatible = "nordic,nrf9160dk-optional-routing";
113 compatible = "nordic,nrf9160dk-optional-routing";
[all …]
Dnrf9160dk_nrf52840_0_14_0.overlay10 compatible = "nordic,nrf9160dk-optional-routing";
16 compatible = "nordic,nrf9160dk-optional-routing";
22 compatible = "nordic,nrf9160dk-optional-routing";
/Zephyr-latest/subsys/testsuite/ztest/include/zephyr/
Dztest_assert.h174 * @param msg Optional, can be NULL. Message to print if @a cond is false.
212 * @param msg Optional, can be NULL. Message to print if @a cond is false.
242 * @param msg Optional, can be NULL. Message to print if @a cond is false.
266 * @param ... Optional message and variables to print if the assertion fails
273 * @param ... Optional message and variables to print if the assertion fails
280 * @param ... Optional message and variables to print if the assertion fails
287 * @param ... Optional message and variables to print if the assertion fails
294 * @param ... Optional message and variables to print if the assertion fails
301 * @param ... Optional message and variables to print if the assertion fails
308 * @param ... Optional message and variables to print if the assertion fails
[all …]
/Zephyr-latest/cmake/modules/
DFindHostTools.cmake55 # gperf is an optional dependency
58 # openocd is an optional dependency
61 # bossac is an optional dependency
64 # imgtool is an optional dependency (the build may also fall back to scripts/imgtool.py
68 # winpty is an optional dependency
114 include(${TOOLCHAIN_ROOT}/cmake/compiler/${COMPILER}/generic.cmake OPTIONAL)
115 include(${TOOLCHAIN_ROOT}/cmake/linker/${LINKER}/generic.cmake OPTIONAL)
116 include(${TOOLCHAIN_ROOT}/cmake/bintools/${BINTOOLS}/generic.cmake OPTIONAL)
118 # Optional folder for toolchains with may provide a Kconfig file for capabilities settings.
Dgenerated_file_directories.cmake16 # Optional variables:
19 # Optional environment variables:
/Zephyr-latest/include/zephyr/net/
Dlldp.h124 LLDP_TLV_END_LLDPDU = 0, /**< End Of LLDPDU (optional) */
128 LLDP_TLV_PORT_DESC = 4, /**< Port Description (optional) */
129 LLDP_TLV_SYSTEM_NAME = 5, /**< System Name (optional) */
130 LLDP_TLV_SYSTEM_DESC = 6, /**< System Description (optional) */
131 LLDP_TLV_SYSTEM_CAPABILITIES = 7, /**< System Capability (optional) */
132 LLDP_TLV_MANAGEMENT_ADDR = 8, /**< Management Address (optional) */
134 LLDP_TLV_ORG_SPECIFIC = 127, /**< Org specific TLVs (optional) */
186 * @brief Set the Optional LLDP TLVs for a network interface.
189 * @param tlv LLDP optional TLVs following mandatory part
190 * @param len Length of the optional TLVs
/Zephyr-latest/cmake/linker/
Dtarget_template.cmake5 # Template file for optional Zephyr linker macros.
7 # This file will define optional linker macros for toolchains that are not
/Zephyr-latest/boards/nordic/nrf9160dk/dts/bindings/
Dnordic,nrf9160dk-optional-routing.yaml4 description: nRF9160 DK optional routing provided by analog switch
6 compatible: "nordic,nrf9160dk-optional-routing"
/Zephyr-latest/dts/bindings/auxdisplay/
Dnoritake,itron.yaml16 description: Optional GPIO used to reset the display
20 description: Optional GPIO used for busy detection
Dhit,hd44780.yaml29 description: Optional GPIO used for selecting read or write mode
46 description: Optional GPIO used for controlling the brightness (contrast)
50 description: Optional GPIO used for enabling the backlight
/Zephyr-latest/include/zephyr/drivers/
Dedac.h80 * @name Optional interfaces
83 * EDAC Optional Interfaces
94 * @retval -ENOSYS if the optional interface is not implemented
118 * @retval -ENOSYS if the optional interface is not implemented
143 * @retval -ENOSYS if the optional interface is not implemented
165 * @retval -ENOSYS if the optional interface is not implemented
189 * @retval -ENOSYS if the optional interface is not implemented
213 * @retval -ENOSYS if the optional interface is not implemented
236 * @retval -ENOSYS if the optional interface is not implemented
251 /** @} */ /* End of EDAC Optional Interfaces */
/Zephyr-latest/doc/contribute/
Dexternal.rst119 Integration as optional modules
123 dependencies shall be made optional and shall be kept standalone. Optional
125 platform shall be added to an optional manifest file that is filtered by
126 default. (:file:`submanifests/optional.yml`).
128 Such optional projects might include samples and tests in their own repositories.
135 This is valid for all new optional modules. Existing optional modules with
142 Similar to optional modules, but added to the Zephyr project as an entry in the
246 project is made optional via the ``group-filter:`` field in the main
247 :file:`west.yml` manifest. More info on optional projects can be found in
/Zephyr-latest/dts/bindings/clock/
Dst,stm32f1-pll-clock.yaml38 Optional HSE divider for PLL entry
43 Optional PLL output divisor to generate a 48MHz USB clock.
Dpwm-clock.yaml41 but was rounded to nanoseconds. This property is optional.
47 Optional blocking delay in micro seconds to make sure that the PWM
/Zephyr-latest/cmake/
Dtarget_toolchain_flags.cmake42 include(${TOOLCHAIN_ROOT}/cmake/compiler/${COMPILER}/compiler_flags.cmake OPTIONAL)
43 include(${TOOLCHAIN_ROOT}/cmake/linker/${LINKER}/linker_flags.cmake OPTIONAL)
48 include(${TOOLCHAIN_ROOT}/cmake/linker/${LINKER}/linker_libraries.cmake OPTIONAL)
/Zephyr-latest/tests/subsys/logging/log_syst/src/
Dmock_backend.c86 /* After the headers the output_str will contain the content of optional flags. in validate_msg()
87 * Optional flags are contained in 1st byte of data in output_str. There are 4 bits in validate_msg()
88 * reserved for Optional flags. 1st bit = Location, 2nd Bit = payload length in validate_msg()
90 * content based on optional flags is not supported, hence the corresponding in validate_msg()
/Zephyr-latest/dts/bindings/misc/
Dzephyr,swdp-gpio.yaml78 Optional GPIO pin used for SWDIO output.
83 GPIO pin used to disable the SWDIO output buffer behind optional
89 Optional pin to disable all bus transceivers if any are present.
94 Optional GPIO pin used for RESET output.
/Zephyr-latest/include/zephyr/
Dsmf.h67 /** Optional method that will be run when this state is entered */
70 * Optional method that will be run repeatedly during state machine
74 /** Optional method that will be run when this state exists */
78 * Optional parent state that contains common entry/run/exit
91 * Optional initial transition state. NULL for leaf states.
/Zephyr-latest/doc/connectivity/networking/api/
Dlwm2m.rst66 - Optional
73 - Optional
80 - Optional
87 - Optional
101 - Optional
108 - Optional
115 - Optional
122 - Optional
129 - Optional
136 - Optional
[all …]
/Zephyr-latest/dts/bindings/espi/
Dmicrochip,xec-espi-vw-routing.yaml31 Optional default virtual wire state on reset (0 or 1).
41 Optional reset source in addition to chip reset.
/Zephyr-latest/include/zephyr/drivers/rtc/
Dmcux_snvs_rtc.h14 * * an optional SRTC can be enabled (default) with configuration
17 * channel (id 1) is optional
/Zephyr-latest/tests/drivers/can/host/pytest/
Dcan_shell.py11 from typing import Optional, Tuple
27 can_filters: Optional[CanFilters] = None, **kwargs) -> None:
79 def send(self, msg: Message, timeout: Optional[float] = None) -> None:
149 def _apply_filters(self, filters: Optional[CanFilters]) -> None:
168 def _recv_internal(self, timeout: Optional[float]) -> Tuple[Optional[Message], bool]:

12345678910>>...26