boards: ezurio: bl654_usb: Add board.cmake file
Add board.cmake file for build system compatibility. Signed-off-by: Greg Leach <greg.leach@ezurio.com>
This commit is contained in:
parent
0abee981fe
commit
ae42950bd5
1 changed files with 8 additions and 0 deletions
8
boards/ezurio/bl654_usb/board.cmake
Normal file
8
boards/ezurio/bl654_usb/board.cmake
Normal file
|
@ -0,0 +1,8 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
board_runner_args(jlink "--device=nRF52840_xxAA" "--speed=4000")
|
||||
board_runner_args(pyocd "--target=nrf52840" "--frequency=4000000")
|
||||
include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake)
|
||||
include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
|
||||
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|
||||
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
|
Loading…
Add table
Add a link
Reference in a new issue