-
CONFIG_UART_3
¶
Enable STM32 USART3 Port
Type: bool
Help¶
Enable support for USART3 port in the driver. Say y here if you want to use USART3 device.
Direct dependencies¶
(UART_CONSOLE
&& BOARD_NUCLEO_F207ZG
) || (SERIAL
&& BOARD_NUCLEO_F302R8
) || (UART_CONSOLE
&& BOARD_NUCLEO_F412ZG
) || (UART_CONSOLE
&& BOARD_NUCLEO_F413ZH
) || (UART_CONSOLE
&& BOARD_NUCLEO_F429ZI
) || (UART_CONSOLE
&& BOARD_NUCLEO_F746ZG
) || (UART_CONSOLE
&& BOARD_NUCLEO_F756ZG
) || (UART_CONSOLE
&& BOARD_STM32F469I_DISCO
) || (UART_STM32
&& SERIAL
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
UART_CONSOLE
&&BOARD_NUCLEO_F207ZG
- “y” if
SERIAL
&&BOARD_NUCLEO_F302R8
- “y” if
UART_CONSOLE
&&BOARD_NUCLEO_F412ZG
- “y” if
UART_CONSOLE
&&BOARD_NUCLEO_F413ZH
- “y” if
UART_CONSOLE
&&BOARD_NUCLEO_F429ZI
- “y” if
UART_CONSOLE
&&BOARD_NUCLEO_F746ZG
- “y” if
UART_CONSOLE
&&BOARD_NUCLEO_F756ZG
- “y” if
UART_CONSOLE
&&BOARD_STM32F469I_DISCO
Kconfig definitions¶
At boards/arm/nucleo_f207zg/Kconfig.defconfig:15
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config UART_3 bool default "y" ifUART_CONSOLE
&&BOARD_NUCLEO_F207ZG
depends onUART_CONSOLE
&&BOARD_NUCLEO_F207ZG
At boards/arm/nucleo_f302r8/Kconfig.defconfig:22
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config UART_3 bool default "y" ifSERIAL
&&BOARD_NUCLEO_F302R8
depends onSERIAL
&&BOARD_NUCLEO_F302R8
At boards/arm/nucleo_f412zg/Kconfig.defconfig:15
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config UART_3 bool default "y" ifUART_CONSOLE
&&BOARD_NUCLEO_F412ZG
depends onUART_CONSOLE
&&BOARD_NUCLEO_F412ZG
At boards/arm/nucleo_f413zh/Kconfig.defconfig:16
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config UART_3 bool default "y" ifUART_CONSOLE
&&BOARD_NUCLEO_F413ZH
depends onUART_CONSOLE
&&BOARD_NUCLEO_F413ZH
At boards/arm/nucleo_f429zi/Kconfig.defconfig:15
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config UART_3 bool default "y" ifUART_CONSOLE
&&BOARD_NUCLEO_F429ZI
depends onUART_CONSOLE
&&BOARD_NUCLEO_F429ZI
At boards/arm/nucleo_f746zg/Kconfig.defconfig:15
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config UART_3 bool default "y" ifUART_CONSOLE
&&BOARD_NUCLEO_F746ZG
depends onUART_CONSOLE
&&BOARD_NUCLEO_F746ZG
At boards/arm/nucleo_f756zg/Kconfig.defconfig:15
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config UART_3 bool default "y" ifUART_CONSOLE
&&BOARD_NUCLEO_F756ZG
depends onUART_CONSOLE
&&BOARD_NUCLEO_F756ZG
At boards/arm/stm32f469i_disco/Kconfig.defconfig:15
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config UART_3 bool default "y" ifUART_CONSOLE
&&BOARD_STM32F469I_DISCO
depends onUART_CONSOLE
&&BOARD_STM32F469I_DISCO
At drivers/serial/Kconfig.stm32:38
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:22
→ drivers/serial/Kconfig:91
Menu path: (top menu) → Device Drivers → Serial Drivers → STM32 MCU serial driver
config UART_3 bool prompt "Enable STM32 USART3 Port" ifUART_STM32
&&SERIAL
depends onUART_STM32
&&SERIAL
help Enable support for USART3 port in the driver. Say y here if you want to use USART3 device.
(Definitions include propagated dependencies, including from if’s and menus.)