Browse Source

boards: blues: Update Programmers Cygnet & Swan

Adds STM32Cube programmer to Swan and prioritises openocd

Signed-off-by: Alex Bucknall <alex.bucknall@gmail.com>
pull/74629/head
Alex Bucknall 1 month ago committed by Benjamin Cabé
parent
commit
6e79a94c4b
  1. 2
      boards/blues/cygnet/board.cmake
  2. 4
      boards/blues/swan_r5/board.cmake

2
boards/blues/cygnet/board.cmake

@ -5,6 +5,6 @@ board_runner_args(stm32cubeprogrammer "--port=swd" "--reset-mode=hw") @@ -5,6 +5,6 @@ board_runner_args(stm32cubeprogrammer "--port=swd" "--reset-mode=hw")
board_runner_args(jlink "--device=STM32L433CC" "--speed=4000")
# keep first
include(${ZEPHYR_BASE}/boards/common/stm32cubeprogrammer.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)

4
boards/blues/swan_r5/board.cmake

@ -1,6 +1,10 @@ @@ -1,6 +1,10 @@
# 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)

Loading…
Cancel
Save