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.
10 lines
383 B
10 lines
383 B
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
# keep first |
|
board_runner_args(stm32cubeprogrammer "--port=swd" "--reset-mode=hw") |
|
board_runner_args(jlink "--device=STM32L4R5ZI" "--speed=4000") |
|
|
|
# keep first |
|
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake) |
|
include(${ZEPHYR_BASE}/boards/common/stm32cubeprogrammer.board.cmake) |
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|
|
|