From: Edward Fewell Date: Wed, 5 Dec 2018 23:54:42 +0000 (-0600) Subject: icepick.cfg: add cancel reset bit to TAP register writes X-Git-Tag: v0.11.0-rc1~888 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=5fd1cb0e5b4ec60d34109febac25443a9394b8f1;hp=5fd1cb0e5b4ec60d34109febac25443a9394b8f1 icepick.cfg: add cancel reset bit to TAP register writes The Agama family of devices (CC26x2/CC13x2) required an additional bit to be set when adding the core's TAP into the scan chain. The cancel reset bit 0x10000 tells the ICEPick to take the bus out of reset so that the other bits will take effect. This bit is a NOP on other devices and ICEPicks, so the change shouldn't adversely affect other devices. Change-Id: I9245eef0936ea7eea28ae84ab5e8ce05fa63af40 Signed-off-by: Edward Fewell Reviewed-on: http://openocd.zylin.com/4789 Tested-by: jenkins Reviewed-by: Spencer Oliver ---