feat: uf2 support for west flash

This commit is contained in:
honorless 2024-11-12 22:10:14 -05:00
parent 4dc56f9599
commit cd162ea823
No known key found for this signature in database
GPG Key ID: 1B48A311ABE8DA4D

View File

@ -1,6 +1,8 @@
# Copyright (c) 2021 @MangoIV # Copyright (c) 2024 The ZMK Contributors
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
board_runner_args(nrfjprog "--nrf-family=NRF52" "--softreset") board_runner_args(nrfjprog "--nrf-family=NRF52" "--softreset")
include(${ZEPHYR_BASE}/boards/common/uf2.board.cmake)
include(${ZEPHYR_BASE}/boards/common/blackmagicprobe.board.cmake) include(${ZEPHYR_BASE}/boards/common/blackmagicprobe.board.cmake)
include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake) include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)