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:
parent
f81baf2bf6
commit
4c794c1122
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user