We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34629d2 commit a6400b4Copy full SHA for a6400b4
boards/st/b_u585i_iot02a/board.cmake
@@ -19,7 +19,10 @@ board_runner_args(openocd "--tcl-port=6666")
19
board_runner_args(openocd --cmd-pre-init "gdb_report_data_abort enable")
20
board_runner_args(openocd "--no-halt")
21
22
+board_runner_args(jlink "--device=STM32U585AI" "--reset-after-load")
23
+
24
include(${ZEPHYR_BASE}/boards/common/stm32cubeprogrammer.board.cmake)
25
# FIXME: openocd runner requires use of STMicro openocd fork.
26
# Check board documentation for more details.
27
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
28
+include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
0 commit comments