telem3-fw/boards/vendor/telem3/board.cmake

8 lines
306 B
CMake
Raw Normal View History

2024-03-31 16:31:24 +00:00
board_runner_args(pyocd "--target=stm32l562zetx")
board_runner_args(stm32cubeprogrammer "--port=swd" "--reset-mode=hw")
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
include(${ZEPHYR_BASE}/boards/common/stm32cubeprogrammer.board.cmake)
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)