From 4c794c1122cb8f3399b4fbe5bc4bad4c50eb87ed Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Wed, 16 Oct 2019 14:53:42 +0200 Subject: [PATCH] boards/frdm: document more the OpenOCD version requirement Add the need to have a built from source version of OpenOCD for kw41z and give the url of the commit adding the change in OpenOCD --- boards/common/frdm/Makefile.include | 3 +++ 1 file changed, 3 insertions(+) diff --git a/boards/common/frdm/Makefile.include b/boards/common/frdm/Makefile.include index d57d9dc6b9..7769a8e6ed 100644 --- a/boards/common/frdm/Makefile.include +++ b/boards/common/frdm/Makefile.include @@ -8,6 +8,9 @@ DEBUG_ADAPTER ?= dap #DEBUG_ADAPTER ?= jlink # Configuration for OpenOCD v0.10.0 and newer +# For KW41Z, an OpenOCD version built from source is required. The support for +# kw41z was introduced in +# https://github.com/ntfreak/openocd/2c8602ed9f084d6680cec7d0ca1d5dc71c865a5f export OPENOCD_CONFIG ?= $(RIOTBOARD)/common/frdm/dist/openocd-$(CPU_FAMILY).cfg # Check the flash configuration field before flashing