Skip to content

Commit

Permalink
boards/frdm: set openocd as only supported programmer
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie committed Feb 24, 2021
1 parent b53d750 commit 278bfff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions boards/common/frdm/Makefile.include
Expand Up @@ -24,3 +24,6 @@ OPENOCD_PRE_FLASH_CHECK_SCRIPT = $(RIOTCPU)/$(CPU)/dist/check-fcfield.sh
# The board can become un-flashable after some execution,
# use connect_assert_srst to always be able to flash or reset the board.
OPENOCD_RESET_USE_CONNECT_ASSERT_SRST ?= 1

# openocd programmer is supported with FRDM boards
PROGRAMMERS_SUPPORTED += openocd

0 comments on commit 278bfff

Please sign in to comment.