Skip to content

Commit bb7047e

Browse files
hfakkizkartben
authored andcommitted
boards: adi: Add JLink support to MAX78002EVKIT board
Segger started to support MAX78002 with JLink version V8.12. So, MAX78002EVKIT board has JLink support. Signed-off-by: Furkan Akkiz <[email protected]>
1 parent 8207a05 commit bb7047e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

boards/adi/max78002evkit/board.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@
33

44
board_runner_args(openocd --cmd-pre-init "source [find interface/cmsis-dap.cfg]")
55
board_runner_args(openocd --cmd-pre-init "source [find target/max78002.cfg]")
6+
board_runner_args(jlink "--device=MAX78002" "--reset-after-load")
67

78
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
9+
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)

0 commit comments

Comments
 (0)