mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 09:36:07 +00:00
Add board.cmake for curie_ble board and allow to flash image using dfu-util. Signed-off-by: Johann Fischer <j.fischer@phytec.de>
4 lines
123 B
CMake
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)
|