Searched +full:fault +full:- +full:gpios (Results 1 – 25 of 32) sorted by relevance
12
/Zephyr-latest/dts/bindings/gpio/ |
D | adi,max14916-gpio.yaml | 3 # SPDX-License-Identifier: Apache-2.0 7 compatible: "adi,max14916-gpio" 10 "#gpio-cells": 16 description: Number of gpios supported 17 drdy-gpios: 19 High-Side Open-Drain Output. READY is passive low when the internal 22 type: phandle-array 23 fault-gpios: 25 Fault pin indicates when there is Fault state in either FAULT1 or FAULT2 27 type: phandle-array [all …]
|
D | adi,max14906-gpio.yaml | 3 # SPDX-License-Identifier: Apache-2.0 7 compatible: "adi,max14906-gpio" 10 "#gpio-cells": 16 description: Number of gpios supported 17 drdy-gpios: 19 High-Side Open-Drain Output. READY is passive low when the internal 22 type: phandle-array 23 fault-gpios: 25 Fault pin indicates when there is Fault state in either FAULT1 or FAULT2 27 type: phandle-array [all …]
|
D | adi,max22190-gpio.yaml | 3 # 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/dts/bindings/stepper/ti/ |
D | ti,drv8424.yaml | 1 # 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/dts/bindings/sensor/ |
D | lm77.yaml | 2 # SPDX-License-Identifier: Apache-2.0 9 include: [sensor-device.yaml, i2c-device.yaml] 12 int-gpios: 13 type: phandle-array 15 Identifies the INT signal, which is active-low open drain by default 18 int-inverted: 21 When present, the polarity on the INT signal is inverted (active-high). 23 tcrita-inverted: 27 (active-high). 29 enable-fault-queue: [all …]
|
D | ti,tmp1075.yaml | 2 # SPDX-License-Identifier: Apache-2.0 10 include: [sensor-device.yaml, i2c-device.yaml] 13 conversion-rate: 17 - 27500 # 27.5ms 18 - 55000 # 55ms 19 - 110000 # 110ms 20 - 220000 # 220ms 21 alert-gpios: 22 type: phandle-array 24 Identifies the ALERT signal, which is active-low open drain when [all …]
|
/Zephyr-latest/samples/sensor/thermometer/boards/ |
D | nucleo_h7a3zi_q.overlay | 4 * SPDX-License-Identifier: Apache-2.0 9 ambient-temp0 = &tmp1075_temperature; 14 * Note - TMP1075 is not present on the Nucleo h7a3zi_q eval board, and must be 18 pinctrl-0 = <&i2c1_sda_pb7 &i2c1_scl_pb6>; 19 pinctrl-names = "default"; 20 compatible = "st,stm32-i2c-v2"; 24 friendly-name = "texas_temperature_tmp1075"; 26 alert-gpios = <&gpiob 8 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>; 27 conversion-rate = <220000>; 28 lower-threshold = <27>; [all …]
|
/Zephyr-latest/tests/drivers/build_all/gpio/ |
D | app.overlay | 4 * SPDX-License-Identifier: Apache-2.0 9 * with real-world devicetree nodes, to allow these tests to run on 15 #address-cells = <1>; 16 #size-cells = <1>; 20 gpio-controller; 22 #gpio-cells = <0x2>; 27 compatible = "snps,designware-gpio"; 28 gpio-controller; 30 #gpio-cells = <0x2>; 35 #address-cells = <1>; [all …]
|
/Zephyr-latest/boards/wemos/esp32s2_lolin_mini/doc/ |
D | index.rst | 6 ESP32-S2 is a highly integrated, low-power, single-core Wi-Fi Microcontroller SoC, designed to be s… 7 cost-effective, with a high performance and a rich set of IO capabilities. [1]_ 11 - RSA-3072-based secure boot 12 - AES-XTS-256-based flash encryption 13 - Protected private key and device secrets from software access 14 - Cryptographic accelerators for enhanced performance 15 - Protection against physical fault injection attacks 16 - Various peripherals: 18 - 43x programmable GPIOs 19 - 14x configurable capacitive touch GPIOs [all …]
|
/Zephyr-latest/boards/st/stm32h7b3i_dk/ |
D | stm32h7b3i_dk.dts | 2 * Copyright (c) 2022 Byte-Lab d.o.o. <dev@byte-lab.com> 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include <st/h7/stm32h7b3lihxq-pinctrl.dtsi> 10 #include <zephyr/dt-bindings/memory-attr/memory-attr-arm.h> 12 #include <zephyr/dt-bindings/input/input-event-codes.h> 16 compatible = "st,stm32h7b3i-dk"; 20 zephyr,shell-uart = &usart1; 29 compatible = "gpio-leds"; 31 gpios = <&gpiog 11 GPIO_ACTIVE_HIGH>; [all …]
|
/Zephyr-latest/boards/st/stm32h573i_dk/ |
D | stm32h573i_dk.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include <st/h5/stm32h573iikxq-pinctrl.dtsi> 11 #include <zephyr/dt-bindings/input/input-event-codes.h> 12 #include <zephyr/dt-bindings/memory-attr/memory-attr.h> 13 #include <zephyr/dt-bindings/memory-attr/memory-attr-arm.h> 16 compatible = "st,stm32h573i-dk"; 20 zephyr,shell-uart = &usart1; 23 zephyr,code-partition = &slot0_partition; 28 compatible = "gpio-leds"; [all …]
|
/Zephyr-latest/boards/franzininho/esp32s2_franzininho/doc/ |
D | index.rst | 6 …n educational development board based on ESP32-S2 which is a highly integrated, low-power, single-… 7 designed to be secure and cost-effective, with a high performance and a rich set of IO capabilities… 11 - RSA-3072-based secure boot 12 - AES-XTS-256-based flash encryption 13 - Protected private key and device secrets from software access 14 - Cryptographic accelerators for enhanced performance 15 - Protection against physical fault injection attacks 16 - Various peripherals: 18 - 43x programmable GPIOs 19 - 14x configurable capacitive touch GPIOs [all …]
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | i2c.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 9 #include <zephyr/dt-bindings/sensor/lsm6dsv16x.h> 10 #include <zephyr/dt-bindings/sensor/lsm6dso.h> 11 #include <zephyr/dt-bindings/sensor/lsm6dso16is.h> 12 #include <zephyr/dt-bindings/sensor/lps22hh.h> 13 #include <zephyr/dt-bindings/sensor/lps2xdf.h> 14 #include <zephyr/dt-bindings/sensor/lis2ds12.h> 15 #include <zephyr/dt-bindings/sensor/lis2dw12.h> 16 #include <zephyr/dt-bindings/sensor/ism330dhcx.h> 17 #include <zephyr/dt-bindings/sensor/iis2dlpc.h> [all …]
|
/Zephyr-latest/boards/st/stm32h750b_dk/ |
D | stm32h750b_dk.dts | 2 * Copyright (c) 2023-2024 STMicroelectronics 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include <st/h7/stm32h750xbhx-pinctrl.dtsi> 11 #include <zephyr/dt-bindings/input/input-event-codes.h> 15 compatible = "st,stm32h750b-dk"; 19 zephyr,shell-uart = &usart3; 22 zephyr,flash-controller = &mt25ql512ab1; 27 compatible = "zephyr,memory-region", "mmio-sram"; 30 zephyr,memory-region = "SDRAM2"; [all …]
|
/Zephyr-latest/drivers/dp/ |
D | swdp_bitbang.c | 2 * Copyright (c) 2018-2019 PHYTEC Messtechnik GmbH 5 * SPDX-License-Identifier: Apache-2.0 9 * This file is based on SW_DP.c from CMSIS-DAP Source (Revision: V2.0.0) 10 * https://github.com/ARM-software/CMSIS_5/tree/develop/CMSIS/DAP/Firmware 11 * Copyright (c) 2013-2017, ARM Limited, All Rights Reserved 12 * SPDX-License-Identifier: Apache-2.0 16 /* Serial Wire Debug Port interface bit-bang driver */ 69 * - CMSIS-DAP Command Specification, DAP_Transfer 70 * - ARM Debug Interface v5 Architecture Specification 91 const struct sw_config *config = dev->config; in pin_swclk_set() [all …]
|
/Zephyr-latest/boards/st/stm32h747i_disco/ |
D | stm32h747i_disco_stm32h747xx_m7.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include <st/h7/stm32h747xihx-pinctrl.dtsi> 10 #include <zephyr/dt-bindings/memory-attr/memory-attr-arm.h> 15 compatible = "st,stm32h747i-disco"; 20 zephyr,shell-uart = &usart1; 23 zephyr,flash-controller = &mt25ql512ab1; 27 compatible = "zephyr,memory-region", "mmio-sram"; 30 zephyr,memory-region = "SDRAM2"; 31 zephyr,memory-attr = <( DT_MEM_ARM(ATTR_MPU_RAM) )>; [all …]
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.14.rst | 17 * 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 …]
|
D | release-notes-3.2.rst | 13 * Added support for :ref:`bin-blobs` (also see :ref:`west-blobs`). 15 * Converted all supported boards from ``pinmux`` to :ref:`pinctrl-guide`. 31 * CVE-2022-2993: Under embargo until 2022-11-03 33 * CVE-2022-2741: Under embargo until 2022-10-14 56 This definition can be used by third-party code to compile code conditional 58 Therefore, any third-party code integrated using the Zephyr build system will 91 changed from ``-ENETDOWN`` to ``-ENETUNREACH``. A return value of ``-ENETDOWN`` now indicates 129 * Removed support for configuring the CAN-FD maximum DLC value via Kconfig 156 valid for specific bindings to specify like :dtcompatible:`gpio-leds` and 157 :dtcompatible:`fixed-partitions`. [all …]
|
D | release-notes-2.4.rst | 33 * 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 …]
|
/Zephyr-latest/drivers/usb_c/tcpc/ |
D | ucpd_numaker.c | 4 * SPDX-License-Identifier: Apache-2.0 36 * by Timer-trigger EADC. To implement this interconnection, TCPC node_id 39 * NOTE: EADC and Timer interrupts needn't enable for Timer-triggered EADC. 49 * (1) DPM-supplied callback 76 #define NUMAKER_SYS_REG_DUMP(dev, reg_name) LOG_INF("SYS: %8s: 0x%08x", #reg_name, SYS->reg_name); 82 LOG_INF("%s: %8s: 0x%08x", #port, #reg_name, port->reg_name); 98 utcpd_base->reg_name = (val); \ 110 LOG_ERR("UTCPD register (%s) write timeout, force-write", #reg_name); \ 112 utcpd_base->reg_name = (val); \ 137 LOG_ERR("UTCPD register (0x%04x) write timeout, force-write", reg_offset); \ [all …]
|
/Zephyr-latest/boards/st/nucleo_g031k8/doc/ |
D | index.rst | 5 The STM32 Nucleo-32 board provides an affordable and flexible way for users to try 14 The STM32 Nucleo-32 board does not require any separate probe as it integrates the 15 ST-LINK debugger/programmer. 17 The STM32 Nucleo-32 board comes with the STM32 comprehensive free software 27 - STM32 microcontroller in 32-pin package featuring 64 Kbytes of Flash memory 29 - Extension resource: 31 - Arduino* Nano V3 connectivity 33 - On-board ST-LINK/V2-1 debugger/programmer with SWD connector: 35 - Flexible board power supply: 37 - USB VBUS or external source (3.3V, 5V, 7 - 12V) [all …]
|
/Zephyr-latest/boards/espressif/esp32s2_saola/doc/ |
D | index.rst | 6 ESP32-S2-Saola is a small-sized ESP32-S2 based development board produced by Espressif. 8 Developers can either connect peripherals with jumper wires or mount ESP32-S2-Saola on a breadboard. 9 For more information, check `ESP32-S3-DevKitC`_. 14 ESP32-S2 is a highly integrated, low-power, single-core Wi-Fi Microcontroller SoC, designed to be s… 15 cost-effective, with a high performance and a rich set of IO capabilities. 19 - RSA-3072-based secure boot 20 - AES-XTS-256-based flash encryption 21 - Protected private key and device secrets from software access 22 - Cryptographic accelerators for enhanced performance 23 - Protection against physical fault injection attacks [all …]
|
/Zephyr-latest/boards/espressif/esp32s2_devkitc/doc/ |
D | index.rst | 6 ESP32-S2-DevKitC is an entry-level development board. This board integrates complete Wi-Fi function… 8 Developers can either connect peripherals with jumper wires or mount ESP32-S2-DevKitC on a breadboa… 9 For more information, check `ESP32-S2-DevKitC`_. 14 ESP32-S2 is a highly integrated, low-power, single-core Wi-Fi Microcontroller SoC, designed to be s… 15 cost-effective, with a high performance and a rich set of IO capabilities. 19 - RSA-3072-based secure boot 20 - AES-XTS-256-based flash encryption 21 - Protected private key and device secrets from software access 22 - Cryptographic accelerators for enhanced performance 23 - Protection against physical fault injection attacks [all …]
|
/Zephyr-latest/boards/st/nucleo_c031c6/doc/ |
D | index.rst | 5 The STM32 Nucleo-64 development board with STM32C031C6 MCU, supports Arduino and ST morpho connecti… 11 The STM32 Nucleo board integrates the ST-LINK/V2-1 debugger and programmer. 22 - STM32 microcontroller in 48-pin package featuring 32 Kbytes of Flash memory 24 - Extension resource: 26 - Arduino* Uno V3 connectivity 28 - On-board ST-LINK/V2-1 debugger/programmer with SWD connector: 30 - Flexible board power supply: 32 - USB VBUS or external source (3.3V, 5V, 7 - 12V) 33 - Current consumption measurement (IDD) 35 - Four LEDs: [all …]
|
/Zephyr-latest/boards/st/nucleo_c071rb/doc/ |
D | index.rst | 5 The STM32 Nucleo-64 development board with STM32C071RB MCU, supports Arduino and ST morpho connecti… 11 The STM32 Nucleo board integrates the ST-LINK/V2-1 debugger and programmer. 26 - STM32 microcontroller in 64-pin package featuring 128 Kbytes of Flash memory 28 - Extension resource: 30 - Arduino* Uno V3 connectivity 32 - On-board ST-LINK/V2-1 debugger/programmer with SWD connector: 34 - Flexible board power supply: 36 - USB VBUS or external source (3.3V, 5V, 7 - 12V) 37 - Current consumption measurement (IDD) 39 - Four LEDs: [all …]
|
12