4ae712a599
This commit adds support for Silicon Labs SLSTK3401A Pearl Gecko board. Signed-off-by: Rafael Dias Menezes <rdmeneze@gmail.com>
9 lines
217 B
CMake
9 lines
217 B
CMake
#
|
|
# Copyright (c) 2020, Rafael Dias Menezes <rdmeneze@gmail.com>
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
board_runner_args(jlink "--device=EFM32PG1BxxxF256")
|
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|