2018-08-17 19:04:36 +08:00
|
|
|
config RT_USING_UART1
|
|
|
|
bool "Enable UART1 (PA9/10)"
|
|
|
|
default n
|
|
|
|
|
|
|
|
config RT_USING_UART2
|
|
|
|
bool "Enable UART2 (PD5/6)"
|
|
|
|
default y
|
|
|
|
|
|
|
|
config RT_USING_UART3
|
|
|
|
bool "Enable UART3 (PC10/11)"
|
|
|
|
default n
|
2018-08-18 11:20:41 +08:00
|
|
|
|
|
|
|
config BSP_USING_RTC
|
|
|
|
bool "Enable RTC"
|
|
|
|
select RT_USING_RTC
|
|
|
|
default n
|
|
|
|
|
|
|
|
config BSP_USING_PIN
|
|
|
|
bool "Enable PIN device for GPIO"
|
|
|
|
select RT_USING_PIN
|
|
|
|
default y
|