feat(boards): Add preonic_rev3 board.

This commit is contained in:
Jerome Olivier
2022-12-16 11:52:26 -05:00
committed by GitHub
parent 4faf6eba97
commit 984b16e03b
9 changed files with 284 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# SPDX-License-Identifier: MIT
board_runner_args(dfu-util "--pid=0483:df11" "--alt=0" "--dfuse")
board_runner_args(jlink "--device=STM32F303VC" "--speed=4000")
include(${ZEPHYR_BASE}/boards/common/dfu-util.board.cmake)
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)