Kconfig 449 B

123456789101112131415161718
  1. menu "Hardware Drivers Config"
  2. menu "On-chip Peripheral Drivers"
  3. menu "UART Drivers"
  4. config BSP_USING_UART1
  5. bool "Enable UART1 PA9/10(T/R)"
  6. select RT_USING_SERIAL
  7. default n
  8. config BSP_USING_UART2
  9. bool "Enable UART2 PA2/3(T/R)"
  10. select RT_USING_SERIAL
  11. default y
  12. endmenu
  13. endmenu
  14. endmenu