Home
last modified time | relevance | path

Searched +full:dtr +full:- +full:gpios (Results 1 – 16 of 16) sorted by relevance

/Zephyr-latest/dts/bindings/serial/
Drenesas,smartbond-uart.yaml3 compatible: "renesas,smartbond-uart"
5 include: [uart-controller.yaml, pinctrl-device.yaml]
14 periph-clock-config:
19 current-speed:
24 - 4800
25 - 9600
26 - 14400
27 - 19200
28 - 28800
29 - 38400
[all …]
/Zephyr-latest/dts/bindings/modem/
Dquectel,eg25-g.yaml1 description: Quectel EG25-G modem
3 compatible: "quectel,eg25-g"
5 include: uart-device.yaml
8 mdm-reset-gpios:
9 type: phandle-array
12 mdm-dtr-gpios:
13 type: phandle-array
15 mdm-wdisable-gpios:
16 type: phandle-array
Dquectel,bg9x.yaml2 # SPDX-License-Identifier: Apache-2.0
8 include: uart-device.yaml
11 mdm-power-gpios:
12 type: phandle-array
15 mdm-reset-gpios:
16 type: phandle-array
18 mdm-dtr-gpios:
19 type: phandle-array
21 mdm-wdisable-gpios:
22 type: phandle-array
Dtelit,me910g1.yaml2 # SPDX-License-Identifier: Apache-2.0
8 include: uart-device.yaml
11 mdm-power-gpios:
12 type: phandle-array
15 mdm-reset-gpios:
16 type: phandle-array
19 mdm-dtr-gpios:
20 type: phandle-array
22 mdm-ri-gpios:
23 type: phandle-array
Dtelit,me310g1.yaml5 include: uart-device.yaml
8 mdm-power-gpios:
9 type: phandle-array
12 mdm-dtr-gpios:
13 type: phandle-array
/Zephyr-latest/samples/subsys/modbus/rtu_server/src/
Dmain.c5 * SPDX-License-Identifier: Apache-2.0
21 GPIO_DT_SPEC_GET(DT_ALIAS(led0), gpios),
22 GPIO_DT_SPEC_GET(DT_ALIAS(led1), gpios),
23 GPIO_DT_SPEC_GET(DT_ALIAS(led2), gpios),
29 return -ENOTSUP; in coil_rd()
48 return -ENOTSUP; in coil_wr()
70 return -ENOTSUP; in holding_reg_rd()
83 return -ENOTSUP; in holding_reg_wr()
148 uint32_t dtr = 0; in main() local
154 while (!dtr) { in main()
[all …]
/Zephyr-latest/tests/drivers/build_all/modem/
Duart.dtsi4 * SPDX-License-Identifier: Apache-2.0
11 mdm-reset-gpios = <&test_gpio 0 0>;
12 mdm-wake-gpios = <&test_gpio 0 0>;
13 mdm-pwr-on-gpios = <&test_gpio 0 0>;
14 mdm-fast-shutd-gpios = <&test_gpio 0 0>;
15 mdm-uart-dsr-gpios = <&test_gpio 0 0>;
16 mdm-uart-cts-gpios = <&test_gpio 0 0>;
17 mdm-gpio6-gpios = <&test_gpio 0 0>;
18 mdm-vgpio-gpios = <&test_gpio 0 0>;
23 mdm-boot-mode-sel-gpios = <&test_gpio 0 0>;
[all …]
/Zephyr-latest/boards/contextualelectronics/abc/
Dcontextualelectronics_abc.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include "contextualelectronics_abc-pinctrl.dtsi"
14 compatible = "nordic,nrf52840-ble-cell";
18 zephyr,shell-uart = &uart0;
27 regulator-initial-mode = <NRF5X_REG_MODE_DCDC>;
31 gpio-as-nreset;
47 compatible = "nordic,nrf-uart";
49 current-speed = <115200>;
51 pinctrl-0 = <&uart0_default>;
[all …]
/Zephyr-latest/dts/bindings/flash_controller/
Dst,stm32-ospi-nor.yaml2 # SPDX-License-Identifier: Apache-2.0
9 mx25lm51245: ospi-nor-flash@70000000 {
10 compatible = "st,stm32-ospi-nor";
12 data-mode = <OSPI_OPI_MODE>; /* access on 8 data lines */
13 data-rate = <OSPI_DTR_TRANSFER>; /* access in DTR */
14 ospi-max-frequency = <DT_FREQ_M(50)>;
18 compatible: "st,stm32-ospi-nor"
20 include: ["flash-controller.yaml", "jedec,jesd216.yaml"]
22 on-bus: ospi
28 ospi-max-frequency:
[all …]
/Zephyr-latest/samples/boards/st/sensortile_box/src/
Dmain.c4 * SPDX-License-Identifier: Apache-2.0
252 static const struct gpio_dt_spec led0_gpio = GPIO_DT_SPEC_GET(DT_ALIAS(led0), gpios); in main()
253 static const struct gpio_dt_spec led1_gpio = GPIO_DT_SPEC_GET(DT_ALIAS(led1), gpios); in main()
257 uint32_t dtr = 0; in main() local
264 /* Poll if the DTR flag was set, optional */ in main()
265 while (!dtr) { in main()
266 uart_line_ctrl_get(dev, UART_LINE_CTRL_DTR, &dtr); in main()
270 printk("%s: device not ready.\n", led0_gpio.port->name); in main()
276 printk("%s: device not ready.\n", led1_gpio.port->name); in main()
302 printk("%s: device not ready.\n", hts221->name); in main()
[all …]
/Zephyr-latest/drivers/serial/
Duart_mchp_xec.c2 * Copyright (c) 2010, 2012-2015 Wind River Systems, Inc.
6 * SPDX-License-Identifier: Apache-2.0
97 * RXRDY pin will go inactive when there are no more charac-
102 * reached, the RXRDY pin will go low active. Once it is acti-
107 * FIFO Mode (FCR0 = 1, FCR3 = 0) and there are no charac-
144 #define MCR_DTR 0x01 /* dtr output */
173 #define IIRC(dev) (((struct uart_xec_dev_data *)(dev)->data)->iir_cache)
242 struct uart_xec_device_config const *dev_cfg = dev->config; in uart_clr_slp_en()
244 z_mchp_xec_pcr_periph_sleep(dev_cfg->pcr_idx, dev_cfg->pcr_bitpos, 0); in uart_clr_slp_en()
249 struct uart_xec_device_config const *dev_cfg = dev->config; in uart_xec_girq_clr()
[all …]
/Zephyr-latest/doc/releases/
Drelease-notes-3.2.rst13 * 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 …]
Drelease-notes-3.7.rst10 This release is the last non-maintenance 3.x release and, as such, will be the next
18 * A long-awaited :ref:`HTTP Server <http_server_interface>` library, and associated service API,
21 * :ref:`POSIX support <posix_support>` has been extended, with most Options of the IEEE 1003-2017
25 * Bluetooth Host has been extended with support for the Nordic UART Service (NUS), Hands-free Audio
29 :ref:`read-then-decode approach <sensor-read-and-decode>` that enables more types of sensors and
35 * Trusted Firmware-M (TF-M) 2.1.0 and Mbed TLS 3.6.0 have been integrated into Zephyr.
39 1588) allows to synchronize time across devices with sub-microsecond accuracy.
52 * 1-Wire
71 :ref:`pinctrl-guide` for more details.
88 * CVE-2024-3077 `Zephyr project bug tracker GHSA-gmfv-4vfh-2mh8
[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 …]
Drelease-notes-2.0.rst12 * The kernel now supports both 32- and 64-bit architectures.
17 * We added support for :ref:`Point-to-Point Protocol (PPP) <ppp>`. PPP is a
20 * We added support for UpdateHub, an end-to-end solution for large scale
21 over-the-air device updates.
22 * We added support for ARM Cortex-R Architecture (Experimental).
32 * Fixes CVE-2019-9506: The Bluetooth BR/EDR specification up to and
35 negotiation. This allows practical brute-force attacks (aka "KNOB")
42 * New kernel API for per-thread disabling of Floating Point Services for
43 ARC, ARM Cortex-M, and x86 architectures.
45 * Additional support for compatibility with 64-bit architectures.
[all …]
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 …]