Kconfig 177 B

12345678910
  1. config EMSK_USING_UART0
  2. bool "Using UART0"
  3. select RT_USING_SERIAL
  4. default y
  5. config EMSK_USING_UART1
  6. bool "Using UART1"
  7. select RT_USING_SERIAL
  8. default y