zephyr/boards/sparc/generic_leon3/board.cmake
Martin Åberg 697baf1c47 boards/sparc: default to UART_INTERRUPT_DRIVEN
Use the UART interrupt support.

Signed-off-by: Martin Åberg <martin.aberg@gaisler.com>
2021-01-21 15:53:03 -05:00

8 lines
120 B
CMake

# SPDX-License-Identifier: Apache-2.0
set(EMU_PLATFORM tsim)
find_program(TSIM tsim-leon3)
set(TSIM_SYS -uart_fs 32)