This is an automated email from Gerrit. Marc Schink ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/3530
-- gerrit commit 149b479972f18eeeb540dc2d600dbc40f9079404 Author: Marc Schink <[email protected]> Date: Sat Jun 11 16:00:18 2016 +0200 configure.ac: Fix J-Link adapter description The J-Link driver is not JTAG only and the correct spelling of the company is "SEGGER". Change-Id: Ic1062247d3bf0d564960f1ac6dfc86ffb34593e0 Signed-off-by: Marc Schink <[email protected]> diff --git a/configure.ac b/configure.ac index 98dddcd..ee93d74 100644 --- a/configure.ac +++ b/configure.ac @@ -221,7 +221,7 @@ m4_define([HIDAPI_ADAPTERS], [[[cmsis_dap], [CMSIS-DAP Compliant Debugger], [CMSIS_DAP]]]) m4_define([LIBJAYLINK_ADAPTERS], - [[[jlink], [Segger J-Link JTAG Programmer], [JLINK]]]) + [[[jlink], [SEGGER J-Link Programmer], [JLINK]]]) #======================================== # FTD2XXX support comes in 4 forms. -- ------------------------------------------------------------------------------ Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San Francisco, CA to explore cutting-edge tech and listen to tech luminaries present their vision of the future. This family event has something for everyone, including kids. Get more information and register today. http://sdm.link/attshape _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
