zephyr/boards/arm/curie_ble/board.cmake
Johann Fischer fe018a8716 boards: curie_ble: add board.cmake
Add board.cmake for curie_ble board and allow to flash
image using dfu-util.

Signed-off-by: Johann Fischer <j.fischer@phytec.de>
2018-07-05 10:35:08 -04:00

4 lines
123 B
CMake

board_runner_args(dfu-util "--pid=8087:0aba" "--alt=ble_core")
include(${ZEPHYR_BASE}/boards/common/dfu-util.board.cmake)