Home
last modified time | relevance | path

Searched +full:device +full:- +full:spins (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/boards/intel_adsp/smoke/src/
Dtests.h2 * SPDX-License-Identifier: Apache-2.0
11 * instead of a hang. Spins with a relaxation loop so that it works
25 * underlying adsp_ipc device, then recover it later.
/Zephyr-latest/dts/bindings/pinctrl/
Drenesas,rzg-pinctrl.yaml3 # SPDX-License-Identifier: Apache-2.0
8 #include <zephyr/dt-bindings/pinctrl/renesas/pinctrl_rzg3s.h>
10 device-pinmux {
15 drive-strength = <1>;
18 device-spins {
20 input-enable;
22 drive-strength = <2>;
27 compatible: renesas,rzg-pinctrl
34 reg-names:
37 child-binding:
[all …]
/Zephyr-latest/doc/services/debugging/
Ddebugmon.rst3 Cortex-M Debug Monitor
6 Monitor mode debugging is a Cortex-M feature, that provides a non-halting approach to
7 debugging. With this it's possible to continue the execution of high-priority interrupts,
9 This strategy makes it possible to debug time-sensitive software, that would
15 SEGGER J-Link debuggers.
26 With a SEGGER debug probe, it's possible to use a ready, SEGGER-provided implementation
40 while processor spins on a breakpoint.
42 Using SEGGER-provided ISR
53 Example linux command: ``JLinkGDBServerCLExe -device <device> -if swd``.
56 …Example linux command: ``arm-none-eabi-gdb --ex="file build/zephyr.elf" --ex="target remote localh…
[all …]
/Zephyr-latest/drivers/i3c/
Di3c_mcux.c6 * SPDX-License-Identifier: Apache-2.0
13 #include <zephyr/device.h>
75 /** Pointer to the clock device. */
76 const struct device *clock_dev;
81 /** Pointer to pin control device. */
85 void (*irq_config_func)(const struct device *dev);
129 * @param reg Pointer to 32-bit Register.
135 * @retval -ETIMEDOUT Timedout without matching.
143 * quickly (some sub-microseconds) so no extra in reg32_poll_timeout()
147 return -ETIMEDOUT; in reg32_poll_timeout()
[all …]
/Zephyr-latest/doc/releases/
Drelease-notes-1.14.rst17 * CVE-2020-10066
18 * CVE-2020-10069
19 * CVE-2020-13601
20 * CVE-2020-13602
32 * :github:`issuenumber` - issue title
34 * :github:`18334` - DNS resolution is broken for some addresses in master/2.0-pre
35 * :github:`19917` - Bluetooth: Controller: Missing LL_ENC_RSP after HCI LTK Negative Reply
36 * :github:`21107` - LL_ASSERT and 'Imprecise data bus error' in LL Controller
37 * :github:`21257` - tests/net/net_pkt failed on mimxrt1050_evk board.
38 * :github:`21299` - bluetooth: Controller does not release buffer on central side after peripheral …
[all …]