Initial work on Proton-C board definition.

This commit is contained in:
Pete Johanson
2020-06-11 23:37:47 -04:00
parent 488bcc4656
commit 7614e7e52b
9 changed files with 239 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
# SPDX-License-Identifier: MIT
board_runner_args(jlink "--device=STM32F303VC" "--speed=4000")
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)