1# SPDX-License-Identifier: Apache-2.0 2 3board_runner_args(jlink "--device=STM32F446RE" "--speed=4000") 4 5include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake) 6include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) 7
1# SPDX-License-Identifier: Apache-2.0 2 3board_runner_args(jlink "--device=STM32F446RE" "--speed=4000") 4 5include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake) 6include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) 7