Home
last modified time | relevance | path

Searched +full:m1 +full:- +full:gpios (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/dts/bindings/stepper/ti/
Dti,drv8424.yaml1 # SPDX-FileCopyrightText: Copyright (c) 2024 Navimatix GmbH
2 # SPDX-License-Identifier: Apache-2.0
18 dir-gpios = <&arduino_header 18 0>;
19 step-gpios = <&arduino_header 19 0>;
20 sleep-gpios = <&arduino_header 15 GPIO_ACTIVE_LOW>;
21 en-gpios = <&arduino_header 14 0>;
22 m0-gpios = <&mikroe_stepper_gpios 0 0>;
23 m1-gpios = <&mikroe_stepper_gpios 1 0>;
31 - name: stepper-controller.yaml
32 property-allowlist:
[all …]
/Zephyr-latest/tests/drivers/stepper/drv8424/api/boards/
Dnucleo_f767zi.overlay3 * SPDX-License-Identifier: Apache-2.0
6 #include <zephyr/dt-bindings/gpio/gpio.h>
10 stepper-motors = <&drv8424 0>;
23 gpio-controller;
25 #gpio-cells = <2>;
27 gpio-reserved-ranges = <7 1>;
29 gpio-line-names =
31 "M1",
45 dir-gpios = <&arduino_header 18 0>; /* D12 */
46 step-gpios = <&arduino_header 19 0>; /* D13 */
[all …]
Dmimxrt1060_evk_mimxrt1062_qspi_B.overlay3 * SPDX-License-Identifier: Apache-2.0
6 #include <zephyr/dt-bindings/gpio/gpio.h>
10 stepper-motors = <&drv8424 0>;
23 gpio-controller;
25 #gpio-cells = <2>;
27 gpio-reserved-ranges = <7 1>;
29 gpio-line-names =
31 "M1",
45 dir-gpios = <&arduino_header 9 0>; /* D3 */
46 step-gpios = <&arduino_header 10 0>; /* D4 */
[all …]
Dnative_sim.overlay3 * SPDX-License-Identifier: Apache-2.0
6 #include <zephyr/dt-bindings/gpio/gpio.h>
14 dir-gpios = <&gpio1 0 0>; /* D3 */
15 step-gpios = <&gpio1 1 0>; /* D4 */
16 sleep-gpios = <&gpio2 0 GPIO_ACTIVE_LOW>; /* D2 */
17 en-gpios = <&gpio2 1 0>; /* 5 */
18 m0-gpios = <&gpio3 0 0>;
19 m1-gpios = <&gpio3 1 0>;
22 #address-cells = <1>;
23 #size-cells = <0>;
[all …]
/Zephyr-latest/tests/drivers/build_all/stepper/
Dgpio.dtsi3 * SPDX-License-Identifier: Apache-2.0
7 compatible = "zephyr,gpio-stepper";
9 micro-step-res = <1>;
10 gpios = <&test_gpio 0 0>,
19 micro-step-res = <1>;
20 msx-gpios = <&test_gpio 0 0>,
22 en-gpios = <&test_gpio 0 0>;
23 step-gpios = <&test_gpio 0 0>;
24 dir-gpios = <&test_gpio 0 0>;
32 dir-gpios = <&test_gpio 0 0>;
[all …]
/Zephyr-latest/tests/drivers/stepper/stepper_api/boards/
Dnucleo_f767zi.overlay3 * SPDX-License-Identifier: Apache-2.0
6 #include <zephyr/dt-bindings/gpio/gpio.h>
10 stepper-motors = <&motor_1 0>;
21 dir-gpios = <&arduino_header 18 0>; /* D12 */
22 step-gpios = <&arduino_header 19 0>; /* D13 */
23 sleep-gpios = <&arduino_header 15 GPIO_ACTIVE_LOW>; /* D9 */
24 en-gpios = <&arduino_header 14 0>; /* D8 */
25 m0-gpios = <&arduino_header 16 0>;
26 m1-gpios = <&arduino_header 17 0>;
29 #address-cells = <1>;
[all …]
/Zephyr-latest/tests/drivers/stepper/drv8424/emul/boards/
Dnative_sim.overlay3 * SPDX-License-Identifier: Apache-2.0
6 #include <zephyr/dt-bindings/gpio/gpio.h>
14 dir-gpios = <&gpio1 0 0>; /* D3 */
15 step-gpios = <&gpio1 1 0>; /* D4 */
16 sleep-gpios = <&gpio2 0 GPIO_ACTIVE_LOW>; /* D2 */
17 en-gpios = <&gpio2 1 0>; /* 5 */
18 m0-gpios = <&gpio3 0 0>;
19 m1-gpios = <&gpio3 1 0>;
22 #address-cells = <1>;
23 #size-cells = <0>;
[all …]
/Zephyr-latest/dts/bindings/gpio/
Dadi,max22190-gpio.yaml3 # SPDX-License-Identifier: Apache-2.0
10 filter-wbes = <CH0 CH1 CH2 ... CH7 > for wire break
12 filter-fbps and filter-delays.
16 pinctrl-names = "default";
18 compatible = "adi,max22190-gpio";
21 spi-max-frequency = <1000000>;
24 gpio-controller;
25 #gpio-cells = <2>;
29 max22190-mode = <1>; // modes range from 0-4
31 drdy-gpios = <&gpioj 12 GPIO_ACTIVE_LOW>; /* SDP-GPIO5 - PMOD-PIN8 */
[all …]
/Zephyr-latest/doc/releases/
Drelease-notes-2.4.rst33 * CVE-2020-10060: UpdateHub Might Dereference An Uninitialized Pointer
34 * CVE-2020-10064: Improper Input Frame Validation in ieee802154 Processing
35 * CVE-2020-10066: Incorrect Error Handling in Bluetooth HCI core
36 * CVE-2020-10072: all threads can access all socket file descriptors
37 * CVE-2020-13598: FS: Buffer Overflow when enabling Long File Names in FAT_FS and calling fs_stat
38 * CVE-2020-13599: Security problem with settings and littlefs
39 * CVE-2020-13601: Under embargo until 2020/11/18
40 * CVE-2020-13602: Remote Denial of Service in LwM2M do_write_op_tlv
50 <https://github.com/zephyrproject-rtos/zephyr/issues?q=is%3Aissue+is%3Aopen+label%3Abug>`_.
62 * The :c:func:`wdt_feed` function will now return ``-EAGAIN`` if
[all …]
Drelease-notes-3.3.rst14 * Introduced :ref:`USB-C <usbc_api>` device stack with PD (power delivery)
17 CMSIS-DSP as the default backend.
30 * CVE-2023-0359: Under embargo until 2023-04-20
32 * CVE-2023-0779: Under embargo until 2023-04-22
66 removed in favor of new :dtcompatible:`zephyr,flash-disk` devicetree binding.
71 * Starting from this release ``zephyr-`` prefixed tags won't be created
82 image states). Use of a truncated hash or non-sha256 hash will still work
88 registration function at boot-up. If applications register this then
93 application code, these will now automatically be registered at boot-up (this
129 This may cause out-of-tree scripts or commands to fail if they have relied
[all …]