summaryrefslogtreecommitdiff
path: root/app/boards/arm/mikoto/board.cmake
diff options
context:
space:
mode:
authorHai-Ninh Dang <30751439+mrninhvn@users.noreply.github.com>2021-11-09 12:57:24 +0700
committerGitHub <noreply@github.com>2021-11-09 00:57:24 -0500
commitf2e0642291621611f3abce69f73a22c33b1ce801 (patch)
treeb19c681188373e28fc7e03b9f8366a99c11a5d96 /app/boards/arm/mikoto/board.cmake
parent944f93170454008759200a27a11225da40935edf (diff)
feat(boards): Add Mikoto board
* Supports selecting from several possible charge currents Co-authored-by: Pete Johanson <peter@peterjohanson.com>
Diffstat (limited to 'app/boards/arm/mikoto/board.cmake')
-rw-r--r--app/boards/arm/mikoto/board.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/boards/arm/mikoto/board.cmake b/app/boards/arm/mikoto/board.cmake
new file mode 100644
index 0000000..fa847d5
--- /dev/null
+++ b/app/boards/arm/mikoto/board.cmake
@@ -0,0 +1,5 @@
+# SPDX-License-Identifier: MIT
+
+board_runner_args(nrfjprog "--nrf-family=NRF52" "--softreset")
+include(${ZEPHYR_BASE}/boards/common/blackmagicprobe.board.cmake)
+include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)