Kconfig 280 B

123456789101112131415
  1. config RT_USING_UART1
  2. bool "Enable UART1 (PA9/10)"
  3. default y
  4. config RT_USING_UART2
  5. bool "Enable UART2 (PA2/3)"
  6. default y
  7. config RT_USING_UART3
  8. bool "Enable UART3 (PB10/11)"
  9. default y
  10. config RT_USING_UART4
  11. bool "Enable UART4 (PC10/11)"
  12. default n