diff options
author | Nick <nick.win999@gmail.com> | 2020-08-02 10:29:07 -0500 |
---|---|---|
committer | Nick <nick.win999@gmail.com> | 2020-08-02 10:29:07 -0500 |
commit | bc282a0a4f1af4f6f78a0dd63e5b022eb76a603c (patch) | |
tree | 3b65b05e84d864964922d2a97e0b79438c2cda62 /app/boards/arm/dz60rgb/board.cmake | |
parent | 2ba4385f4954a1bec9b080a35c15a4311d7cb28e (diff) |
WIP DZ60RGB board definition
Diffstat (limited to 'app/boards/arm/dz60rgb/board.cmake')
-rw-r--r-- | app/boards/arm/dz60rgb/board.cmake | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/boards/arm/dz60rgb/board.cmake b/app/boards/arm/dz60rgb/board.cmake new file mode 100644 index 0000000..4843c41 --- /dev/null +++ b/app/boards/arm/dz60rgb/board.cmake @@ -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) |