提交 9fae4cce 编写于 作者: X XBurst

Add GPIO function pins select for UART2.

上级 fefbea7b
......@@ -30,6 +30,19 @@ if RT_USING_SERIAL
config RT_USING_UART2
bool "Using UART2"
default y
if RT_USING_UART2
choice
prompt "GPIO function pins select"
default CONFIG_SYS_UART2_PC
config CONFIG_SYS_UART2_PC
bool "PORT C"
config CONFIG_SYS_UART2_PD
bool "PORT D"
endchoice
endif
endif
if RT_USING_SDIO
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册