Skip to content

Commit

Permalink
boards: cy8cproto_063_ble: Add pyocd support
Browse files Browse the repository at this point in the history
Allow support for flashing board with pyocd

Signed-off-by: Pavlo Havrylyuk <[email protected]>
  • Loading branch information
pavloinfineon authored and fabiobaltieri committed Sep 20, 2023
1 parent 5cc14b6 commit 215b248
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions boards/arm/cy8cproto_063_ble/board.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@
#***************************************************************************

include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)

board_runner_args(pyocd "--target=cy8c6xx7_nosmif")
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)

0 comments on commit 215b248

Please sign in to comment.