forked from auracaster/openocd
3bec165e25
Add a user-specific signal 'user0' which can be used for custom functionality. For now, only a single user-specific signal is supported. Additional signals 'userX' or a more generic handling can be added in the future. Also, the signal state can only be configured during the adapter initialization and termination. Commands to change the signal state at run-time may be added in the future. Change-Id: I3f31242f6a693e11565542c3bd4521a245b4ff95 Signed-off-by: Marc Schink <dev@zapb.de> Reviewed-on: https://review.openocd.org/c/openocd/+/9088 Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com> Tested-by: jenkins