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
This commit is contained in:
Alexandre Abadie 2019-10-16 14:53:42 +02:00
parent f81baf2bf6
commit 4c794c1122
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -8,6 +8,9 @@ DEBUG_ADAPTER ?= dap
#DEBUG_ADAPTER ?= jlink #DEBUG_ADAPTER ?= jlink
# Configuration for OpenOCD v0.10.0 and newer # 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 export OPENOCD_CONFIG ?= $(RIOTBOARD)/common/frdm/dist/openocd-$(CPU_FAMILY).cfg
# Check the flash configuration field before flashing # Check the flash configuration field before flashing