Searched refs:hardware (Results 1 – 25 of 847) sorted by relevance
12345678910>>...34
13 per thread, even if the hardware supports only a single watchdog.25 bool "Use hardware watchdog as a fallback"29 This option allows to specify a hardware watchdog device in the43 If a hardware watchdog is configured as a fallback for the task48 int "Additional delay for hardware watchdog (ms)"53 The timeout of the hardware watchdog fallback will be increased by58 between different clock sources for the hardware watchdog and the59 kernel timer. This is especially important if the hardware watchdog
13 Currently the following hardware platforms are supported:24 The AM62x M4F platform supports the following hardware features:38 Other hardware features are not currently supported by the port.
10 periodically flushes to hardware using ringbuffer like26 The period of time is decided by how often to inform the hardware of30 int "Time in milliseconds to periodically flush writes to hardware"35 to hardware by informing the DMA hardware the contents of the ring
12 * Use devicetree to describe **hardware** and its **boot-time configuration**.19 In other words, devicetree mainly deals with hardware, and Kconfig with25 * The fact that the board has this UART **hardware** is described with two UART27 property) and certain settings such as the address range of the hardware41 * Devicetree should be used to describe the presence of the radio **hardware**,51 :ref:`status <dt-important-props>` keyword on the corresponding hardware59 specific to Zephyr drivers and not hardware description or configuration these64 instance of a hardware device to be used for a particular purpose. An example
7 hardware. Zephyr uses devicetree in two main ways:9 - to describe hardware to the :ref:`device_model_api`10 - to provide that hardware's initial configuration
7 hardware. The `Devicetree specification`_ defines its source and binary14 - the hardware available on its :ref:`boards`15 - that hardware's initial configuration17 As such, devicetree is both a hardware description language and a configuration
121 const char *hardware; member132 const char *hardware; member197 hardware, JSON_TOK_STRING),215 hardware, JSON_TOK_STRING),
20 bool "hardware supports scatter gather"23 The hardware is by default expected to support hardware LLI (scatter gather).32 with the DRAIN bit flag set to allow for the hardware FIFO to be drained
9 multiple software and hardware platforms.11 These sections describe the software and hardware abstraction layers
23 hardware to make them ready for thread mode consumers.32 buffer goes below this number hardware entropy generation will be41 hardware to make them ready for ISR consumers.50 buffer goes below this number hardware entropy generation will be
40 hardware to make them ready for thread mode consumers.49 buffer goes below this number hardware entropy generation will be58 hardware to make them ready for ISR consumers.67 buffer goes below this number hardware entropy generation will be
26 hardware to make them ready for thread mode consumers.35 buffer goes below this number hardware entropy generation will be44 hardware to make them ready for ISR consumers.53 buffer goes below this number hardware entropy generation will be
470 def _create_command(self, runner, hardware): argument489 board_id = hardware.probe_id or hardware.id490 product = hardware.product510 if hardware.runner_params:511 for param in hardware.runner_params:567 hardware = None569 hardware = self.device_is_available(self.instance)570 while not hardware:572 hardware = self.device_is_available(self.instance)577 return hardware[all …]
307 hardware = handler.get_hardware()308 if not hardware:311 self.reserved_serial = hardware.serial_pty or hardware.serial312 if hardware.serial_pty:321 if runner := hardware.runner or options.west_runner:327 if board_id := hardware.probe_id or hardware.id:330 if hardware.product:333 if hardware.pre_script:336 if hardware.post_flash_script:339 if hardware.post_script:
23 The following hardware features are supported:33 The kernel currently does not support other hardware features on this platform.47 default value, which should be corrected for user's actual hardware.59 Depending on the version of the GIC on your hardware, you may choose one of the69 hardware you might want to change this option in the same way as Interrupt78 configuration would not boot on your hardware. In this case you need to update99 - if your hardware is based on GICv2:105 - if your hardware is based on GICv3:161 As was said earlier, Xen describes hardware using device tree and expects that168 Zephyr xenvm image on new hardware.
26 # hardware45 # hardware47 …pytest --twister-harness --device-type=hardware --device-serial=/dev/ttyACM0 --build-dir=build -p …
19 with an actual nRF51 Microbit hardware system, or any other hardware system.26 The following hardware features are supported:40 The kernel currently does not support other hardware features on this platform.60 * Writing to the hardware's flash memory
30 Supported hardware33 Although the stack itself is hardware independent, Ethernet frame timestamping44 due to lack of hardware clock)45 - :ref:`qemu_x86` (emulated, limited capabilities due to lack of hardware clock)
23 message(WARNING "You appear to be using the GPT hardware timer. "25 "hardware timer resolution")
20 with an actual ZCU102 hardware system, or any other hardware system.27 The following hardware features are supported:40 The kernel currently does not support other hardware features on this platform.
18 Some PWM hardware cannot set the PWM period to 1 second to achieve the blinking19 frequency of 1 Hz. This sample calibrates itself to what the hardware supports21 supported by the hardware is found.34 No additional wiring is necessary if ``pwm_led0`` refers to hardware that is
20 with an actual MIPS Malta hardware system, or any other hardware system.28 The following hardware features are supported:41 The kernel currently does not support other hardware features on this platform.
19 with an actual ti_lm3s6965 hardware system, or any other hardware system.26 The following hardware features are supported:40 The kernel currently does not support other hardware features on this platform.66 * Writing to the hardware's flash memory
7 /* Use cortex systick as hardware timer */