mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-14 12:41:56 +00:00
Add support for Nordic's new nRF Util tool, aka nrfutil. Via its "device" command, nrfutil now supports most of the functionality offered by nrfjprog. The tool itself can be found here: https://www.nordicsemi.com/Products/Development-tools/nrf-util Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
5 lines
144 B
CMake
5 lines
144 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
board_set_flasher_ifnset(nrfutil)
|
|
board_finalize_runner_args(nrfutil) # No default arguments to provide.
|