Skip to content

Commit

Permalink
boards: frdm_kw41z: Default to daplink firmware and pyocd runner
Browse files Browse the repository at this point in the history
The frdm_kw41z board was originally configured in zephyr to use the
jlink runner by default because pyocd didn't yet support the kw41z soc.
Support for kw41z was added in pyocd v0.9.0, so we can now default to
daplink firmware and pyocd.

Now all freedom boards in zephyr consistently use daplink and pyocd.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
  • Loading branch information
MaureenHelm authored and nashif committed Mar 30, 2019
1 parent 201a5a2 commit 64f96bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/arm/frdm_kw41z/board.cmake
@@ -1,4 +1,4 @@
set_ifndef(OPENSDA_FW jlink)
set_ifndef(OPENSDA_FW daplink)

if(OPENSDA_FW STREQUAL jlink)
set_ifndef(BOARD_DEBUG_RUNNER jlink)
Expand Down

0 comments on commit 64f96bc

Please sign in to comment.