]> git.sur5r.net Git - openocd/commit
jlink: Add EMUCOM support
authorMarc Schink <openocd-dev@marcschink.de>
Wed, 30 Sep 2015 16:58:19 +0000 (18:58 +0200)
committerPaul Fertser <fercerpav@gmail.com>
Thu, 8 Dec 2016 13:32:11 +0000 (13:32 +0000)
commit2e0e11b76645d6b38bc4986d8000e4e47e391596
treeb0edd6e3e265e63af932fec3b1d50752049d867c
parentc37a88c92f0234df6206a4b58c23d20563a22afc
jlink: Add EMUCOM support

EMUCOM is a way to communicate with a J-Link device via so called
channels. A channel can either be read or written in a single
operation.

Beside the reserved channels for SEGGER, there are channels available to
implement vendor and/or device specific functionalities. For example,
EMUCOM is used on many starter and development kits from Silicon Labs to
access power measurements and various other information and settings.

Change-Id: I6094109c043b34aed4a40ceabe71f30ff896bf1d
Signed-off-by: Marc Schink <openocd-dev@marcschink.de>
Reviewed-on: http://openocd.zylin.com/3794
Tested-by: jenkins
Reviewed-by: Paul Fertser <fercerpav@gmail.com>
doc/openocd.texi
src/jtag/drivers/jlink.c