Searched +full:remap +full:- +full:pa11 (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/dts/bindings/pinctrl/ |
D | st,stm32-pinctrl.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 Based on pincfg-node.yaml binding. 8 Note: `bias-disable` and `drive-push-pull` are default pin configurations. 9 They will be applied in case no `bias-foo` or `driver-bar` properties 12 compatible: "st,stm32-pinctrl" 20 remap-pa11: 22 description: Remaps the PA11 pin to operate as PA9 pin. 25 remap-pa12: 30 remap-pa11-pa12: 32 description: Remaps the PA11/PA12 pin to operate as PA9/PA10 pin. [all …]
|
D | gd,gd32-pinctrl-afio.yaml | 2 # SPDX-License-Identifier: Apache-2.0 7 use this node to route USART0 RX to pin PA10 and enable the pull-up resistor 20 /* You can put this in places like a board-pinctrl.dtsi file in 24 /* include pre-defined combinations for the SoC variant used by the board */ 25 #include <dt-bindings/pinctrl/gd32f403z(k-i-g-e-c-b)xx-pinctrl.h> 32 /* configure PA9 as USART0 TX and PA11 as USART0 CTS (no remap) */ 37 /* configure PA10 as USART0 RX and PA12 as USART0 RTS (no remap) */ 39 /* both PA10 and PA12 have pull-up enabled */ 40 bias-pull-up; 47 /* configure PA9, PA10, PA11 and PA12 in analog mode */ [all …]
|
/Zephyr-latest/drivers/pinctrl/ |
D | Kconfig.stm32 | 2 # SPDX-License-Identifier: Apache-2.0 12 int "Remap initialization priority" 17 remap for pins PA11/12.
|
/Zephyr-latest/boards/st/stm32g0316_disco/ |
D | stm32g0316_disco.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include <st/g0/stm32g031j(4-6)mx-pinctrl.dtsi> 10 #include <zephyr/dt-bindings/input/input-event-codes.h> 14 compatible = "st,stm32g0316-disco"; 24 zephyr,shell-uart = &usart1; 30 compatible = "gpio-leds"; 38 compatible = "gpio-keys"; 52 div-m = <1>; 53 mul-n = <8>; [all …]
|
/Zephyr-latest/boards/st/stm32c0116_dk/ |
D | stm32c0116_dk.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include <st/c0/stm32c011f(4-6)ux-pinctrl.dtsi> 10 #include <zephyr/dt-bindings/input/input-event-codes.h> 13 model = "STMicroelectronics STM32C0116-DK Discovery board"; 14 compatible = "st,stm32c011f6-dk"; 18 zephyr,shell-uart = &usart1; 24 compatible = "gpio-leds"; 32 compatible = "pwm-leds"; 40 compatible = "gpio-keys"; [all …]
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.3.rst | 14 * 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 …]
|