Skip to content

Commit

Permalink
boards: st: update board.cmake
Browse files Browse the repository at this point in the history
Update forgotten boards following PR 75284

Signed-off-by: Abderrahmane Jarmouni <[email protected]>
  • Loading branch information
JarmouniA committed Sep 15, 2024
1 parent 50b07f9 commit 1d81f13
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boards/st/nucleo_u031r8/board.cmake
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# keep first
board_runner_args(stm32cubeprogrammer "--port=swd" "--reset-mode=hw")

board_runner_args(pyocd "--target=stm32u031r8tx")

board_runner_args(jlink "--device=STM32U031R8" "--reset-after-load")

# keep first
include(${ZEPHYR_BASE}/boards/common/stm32cubeprogrammer.board.cmake)
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
2 changes: 2 additions & 0 deletions boards/st/nucleo_u083rc/board.cmake
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# keep first
board_runner_args(stm32cubeprogrammer "--port=swd" "--reset-mode=hw")

board_runner_args(pyocd "--target=stm32u083rctx")

board_runner_args(jlink "--device=STM32U083RC" "--reset-after-load")

# keep first
include(${ZEPHYR_BASE}/boards/common/stm32cubeprogrammer.board.cmake)
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
2 changes: 2 additions & 0 deletions boards/st/nucleo_wb05kz/board.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# SPDX-License-Identifier: Apache-2.0
# keep first
board_runner_args(stm32cubeprogrammer "--port=swd" "--reset-mode=sw")

# keep first
include(${ZEPHYR_BASE}/boards/common/stm32cubeprogrammer.board.cmake)
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
2 changes: 2 additions & 0 deletions boards/st/nucleo_wb09ke/board.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# SPDX-License-Identifier: Apache-2.0
# keep first
board_runner_args(stm32cubeprogrammer "--port=swd" "--reset-mode=sw")

# keep first
include(${ZEPHYR_BASE}/boards/common/stm32cubeprogrammer.board.cmake)
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
2 changes: 2 additions & 0 deletions boards/st/stm32u083c_dk/board.cmake
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# keep first
board_runner_args(stm32cubeprogrammer "--port=swd" "--reset-mode=hw")

board_runner_args(pyocd "--target=stm32u083mctx")

board_runner_args(jlink "--device=STM32U083C-DK" "--reset-after-load")

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

0 comments on commit 1d81f13

Please sign in to comment.