mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 23:51:56 +00:00
The initial support of iotdk which is a board based on Synopsys ARC IoT SoC. In this commit, it includes * processor support * UART driver Signed-off-by: Wayne Ren <wei.ren@synopsys.com>
5 lines
176 B
CMake
5 lines
176 B
CMake
# TODO: can this board just use the usual openocd runner?
|
|
set(BOARD_FLASH_RUNNER em-starterkit)
|
|
set(BOARD_DEBUG_RUNNER em-starterkit)
|
|
board_finalize_runner_args(em-starterkit)
|