Browse Source
Adds STM32Cube programmer to Swan and prioritises openocd Signed-off-by: Alex Bucknall <alex.bucknall@gmail.com>pull/74629/head
2 changed files with 5 additions and 1 deletions
@ -1,6 +1,10 @@ |
|||||||
# SPDX-License-Identifier: Apache-2.0 |
# 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") |
board_runner_args(jlink "--device=STM32L4R5ZI" "--speed=4000") |
||||||
|
|
||||||
|
# keep first |
||||||
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake) |
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake) |
||||||
|
include(${ZEPHYR_BASE}/boards/common/stm32cubeprogrammer.board.cmake) |
||||||
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) |
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) |
||||||
|
Loading…
Reference in new issue