Skip to content

Commit

Permalink
boards: stm32: stm32l562e_dk: Add JLink support to board.cmake
Browse files Browse the repository at this point in the history
Add JLink runner configuration for the STM32L562E-DK board

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
  • Loading branch information
kartben authored and fabiobaltieri committed Mar 4, 2025
1 parent e5db751 commit 14f382b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boards/st/stm32l562e_dk/board.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ endif()
# keep first
board_runner_args(stm32cubeprogrammer "--port=swd" "--reset-mode=hw")
board_runner_args(pyocd "--target=stm32l562qeixq")
board_runner_args(jlink "--device=STM32L562QE" "--speed=4000")

# keep first
include(${ZEPHYR_BASE}/boards/common/stm32cubeprogrammer.board.cmake)
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)

0 comments on commit 14f382b

Please sign in to comment.