feat(boards): Add preonic_rev3 board.
This commit is contained in:
parent
4faf6eba97
commit
984b16e03b
9 changed files with 284 additions and 0 deletions
7
app/boards/arm/preonic/board.cmake
Normal file
7
app/boards/arm/preonic/board.cmake
Normal 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue