stm32: Add serial USART serial port option for port PD9/PD8
Signed-off-by: Gerrit Sturm <gsturm16@gmail.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -111,9 +111,12 @@ choice
|
||||
bool "USART2"
|
||||
config STM32_SERIAL_USART3
|
||||
bool "USART3"
|
||||
config STM32_SERIAL_USART3_ALT
|
||||
bool "USART3 (on PD9/PD8)" if MACH_STM32F4
|
||||
endchoice
|
||||
config SERIAL_PORT
|
||||
int
|
||||
default 103 if STM32_SERIAL_USART3_ALT
|
||||
default 3 if STM32_SERIAL_USART3
|
||||
default 2 if STM32_SERIAL_USART2
|
||||
default 1
|
||||
|
||||
Reference in New Issue
Block a user