summaryrefslogtreecommitdiff
path: root/app/boards/arm/nice60/board.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'app/boards/arm/nice60/board.cmake')
-rw-r--r--app/boards/arm/nice60/board.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/boards/arm/nice60/board.cmake b/app/boards/arm/nice60/board.cmake
new file mode 100644
index 0000000..7f511c5
--- /dev/null
+++ b/app/boards/arm/nice60/board.cmake
@@ -0,0 +1,6 @@
+# Copyright (c) 2021 Nick Winans
+# SPDX-License-Identifier: MIT
+
+board_runner_args(nrfjprog "--nrf-family=NRF52" "--softreset")
+include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
+include(${ZEPHYR_BASE}/boards/common/openocd-nrf5.board.cmake)