mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-03 00:21:56 +00:00
Added board definition additions for adafruit_feather_stm32f405 board. Signed-off-by: Lucian Copeland <hierophect@gmail.com>
8 lines
284 B
CMake
8 lines
284 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
board_runner_args(dfu-util "--pid=0483:df11" "--alt=0" "--dfuse")
|
|
board_runner_args(jlink "--device=STM32F405RG" "--speed=4000")
|
|
|
|
include(${ZEPHYR_BASE}/boards/common/dfu-util.board.cmake)
|
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|