mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-16 09:59:24 +08:00
d8aa99a29c
* the initial support of synopsys designware arc processor * the initial support of synospsy ARC EM Starter Kit * the bsp code is based on embarc which is a common SDK for all synopsys ARC-based boards * use "scons --gdb" to debug emsk with em9d configuration * for detailed board information, pls go embarc.org Signed-off-by: Wayne Ren <wei.ren@synopsys.com>
10 lines
177 B
Plaintext
10 lines
177 B
Plaintext
|
|
config EMSK_USING_UART0
|
|
bool "Using UART0"
|
|
select RT_USING_SERIAL
|
|
default y
|
|
|
|
config EMSK_USING_UART1
|
|
bool "Using UART1"
|
|
select RT_USING_SERIAL
|
|
default y |