Searched +full:location +full:- +full:rts (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/dts/bindings/serial/ |
D | silabs,gecko-usart.yaml | 3 compatible: "silabs,gecko-usart" 5 include: [uart-controller.yaml, pinctrl-device.yaml] 14 peripheral-id: 18 # Note: Not all SoC series support setting individual pin location. If this 19 # is a case all location-* properties need to have identical value. 21 location-rx: 23 description: RX pin configuration defined as <location port pin> 25 location-tx: 27 description: TX pin configuration defined as <location port pin> 29 location-rts: [all …]
|
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/ |
D | gecko-pinctrl-s1.h | 3 * SPDX-License-Identifier: Apache-2.0 10 * The whole GECKO_pin configuration information is encoded in a 32-bit bitfield 13 * - 31..24: Pin function. 14 * - 23..16: Reserved. 15 * - 15..8: Port for UART_RX/UART_TX functions. 16 * - 7..0: Pin number for UART_RX/UART_TX functions. 17 * - 15..8: Reserved for UART_LOC function. 18 * - 7..0: Loc for UART_LOC function. 57 /** UART RTS */ 61 /** UART RX LOCATION */ [all …]
|
D | gecko-pinctrl.h | 3 * SPDX-License-Identifier: Apache-2.0 10 * The whole GECKO_pin configuration information is encoded in a 32-bit bitfield 13 * - 31..24: Pin function. 14 * - 23..16: Reserved. 15 * - 15..8: Port for UART_RX/UART_TX functions. 16 * - 7..0: Pin number for UART_RX/UART_TX functions. 17 * - 15..8: Reserved for UART_LOC function. 18 * - 7..0: Loc for UART_LOC function. 57 /** UART RTS */ 61 /** UART LOCATION */ [all …]
|
/Zephyr-latest/drivers/serial/ |
D | uart_gecko.c | 5 * SPDX-License-Identifier: Apache-2.0 40 : -1) 44 : -1) 49 : -1) 55 : -1) 62 : -1) 70 : -1) 77 : -1) 95 /* Has any enabled uart instance hw-flow-control enabled? */ 102 /* Has any enabled usart instance hw-flow-control enabled? */ [all …]
|
/Zephyr-latest/drivers/pinctrl/ |
D | pinctrl_gecko.c | 5 * SPDX-License-Identifier: Apache-2.0 72 base->ROUTEPEN |= USART_ROUTEPEN_RXPEN; in pinctrl_configure_pins() 73 base->ROUTELOC0 &= ~_USART_ROUTELOC0_RXLOC_MASK; in pinctrl_configure_pins() 74 base->ROUTELOC0 |= (loc << _USART_ROUTELOC0_RXLOC_SHIFT); in pinctrl_configure_pins() 78 base->ROUTEPEN |= USART_ROUTEPEN_TXPEN; in pinctrl_configure_pins() 79 base->ROUTELOC0 &= ~_USART_ROUTELOC0_TXLOC_MASK; in pinctrl_configure_pins() 80 base->ROUTELOC0 |= (loc << _USART_ROUTELOC0_TXLOC_SHIFT); in pinctrl_configure_pins() 84 base->ROUTEPEN |= USART_ROUTEPEN_RTSPEN; in pinctrl_configure_pins() 85 base->ROUTELOC1 &= ~_USART_ROUTELOC1_RTSLOC_MASK; in pinctrl_configure_pins() 86 base->ROUTELOC1 |= (loc << _USART_ROUTELOC1_RTSLOC_SHIFT); in pinctrl_configure_pins() [all …]
|
/Zephyr-latest/include/zephyr/drivers/ |
D | uart.h | 2 * Copyright (c) 2018-2019 Nordic Semiconductor ASA 5 * SPDX-License-Identifier: Apache-2.0 36 UART_LINE_CTRL_RTS = BIT(1), /**< Request To Send (RTS) */ 69 * RS-485 half-duplex. This error is only valid on UARTs that 112 UART_CFG_FLOW_CTRL_RTS_CTS, /**< RTS/CTS flow control */ 129 * @defgroup uart_interrupt Interrupt-driven UART API 161 * - Provide second buffer using uart_rx_buf_rsp, when first buffer is 163 * - Ignore the event, this way when current buffer is filled 214 * - When RX timeout occurred, and data was stored in provided buffer. 216 * - When provided buffer is full. [all …]
|
/Zephyr-latest/boards/renesas/rcar_h3ulcb/doc/ |
D | rcar_h3ulcb_r7.rst | 3 Renesas R-Car H3ULCB 8 - The H3 Starter Kit board is designed for evaluating the features and performance of the R-CAR H3 … 10 - The H3 Starter Kit, based on the R-CAR H3 SIP, comes with LPDDR4 @4GB in 2-channel, each 64-bit w… 16 :alt: R-Car starter kit 20 More information about the board can be found at `Renesas R-Car Starter Kit website`_. 29 :alt: R-Car starter kit features 35 - `Renesas R-Car H3 chip`_ 40 Here is the current supported features when running Zephyr Project on the R-Car ULCB CR7: 42 +-----------+------------------------------+--------------------------------+ 46 +-----------+------------------------------+--------------------------------+ [all …]
|
/Zephyr-latest/doc/releases/ |
D | release-notes-4.0.rst | 15 is now the standard way to provide device-specific protection to data at rest. (:github:`76222`) 18 :ref:`ZMS <zms_api>` is a new key-value storage subsystem compatible with all non-volatile storage 25 runtime configuration through vendor specific APIs. Initially the :dtcompatible:`nordic,nrf-comp`, 26 :dtcompatible:`nordic,nrf-lpcomp` and :dtcompatible:`nxp,kinetis-acmp` are supported. 31 Initially implemented drivers include a simple :dtcompatible:`zephyr,gpio-steppers` and a complex 32 sensor-less stall-detection capable with integrated ramp-controller :dtcompatible:`adi,tmc5041`. 50 directory for :zephyr:code-sample-category:`code samples <samples>`. 70 * :cve:`2024-8798`: Under embargo until 2024-11-22 71 * :cve:`2024-10395`: Under embargo until 2025-01-23 72 * :cve:`2024-11263` `Zephyr project bug tracker GHSA-jjf3-7x72-pqm9 [all …]
|
D | release-notes-3.7.rst | 10 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 …]
|
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 …]
|