feat(board): add puchi_ble_v1 to boards

* feat(board): Add Puchi-BLE v1 board
This commit is contained in:
Ben
2022-09-06 00:15:24 +02:00
committed by GitHub
parent ce7a0e2b6c
commit 41bfc56e13
11 changed files with 309 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
# Copyright (c) 2022 The ZMK Contributors
# 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)