1# Copyright (c) 2025 Arduino SA 2# SPDX-License-Identifier: Apache-2.0 3 4 5# FIXME: Arduino dfu-util provides -Q to reset the board after flashing 6board_runner_args(dfu-util "--pid=2341:0368" "--alt=0") 7board_runner_args(jlink "--device=R7FA6M5BH" "--speed=4000") 8board_runner_args(pyocd "--target=r7fa6m5bh" "--frequency=4000000") 9 10include(${ZEPHYR_BASE}/boards/common/dfu-util.board.cmake) 11include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) 12include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake) 13