The byteSENSI-L is a fun LoRa device based on nRF52 MCU that integrates many sensors. Signed-off-by: Rico Ganahl <rico.ganahl@bytesatwork.ch> Signed-off-by: Guy Morand <guy.morand@bytesatwork.ch>
5 lines
196 B
CMake
5 lines
196 B
CMake
# Copyright (c) 2024 bytesatwork AG
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
board_runner_args(jlink "--device=nRF52832_xxAA" "--speed=4000")
|
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|