You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
501 B
12 lines
501 B
# Copyright (c) 2025 Arduino SA |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
|
|
# FIXME: Arduino dfu-util provides -Q to reset the board after flashing |
|
board_runner_args(dfu-util "--pid=2341:0368" "--alt=0") |
|
board_runner_args(jlink "--device=R7FA6M5BH" "--speed=4000") |
|
board_runner_args(pyocd "--target=r7fa6m5bh" "--frequency=4000000") |
|
|
|
include(${ZEPHYR_BASE}/boards/common/dfu-util.board.cmake) |
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) |
|
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
|
|
|