From: openocd-gerrit <ope...@us...> - 2024-12-22 09:55:10
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via bb2fc63357a01a106ea628fb4b7e789f6a747901 (commit) from cd9e64a25ac167d188859e991201d3fe492a91e1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit bb2fc63357a01a106ea628fb4b7e789f6a747901 Author: R. Diez <rdi...@ya...> Date: Fri Nov 29 21:24:23 2024 +0100 configure.ac: enable the Dummy adapter by default The Dummy adapter is useful when developing generic JimTcl code. Besides, the distributed BUGS file states that you should try to reproduce any crashes with the Dummy adapter, so it does not make sense that it is not enabled by default. Change-Id: I145de06de4d2c0011619b1b941200b63e200db23 Signed-off-by: R. Diez <rdi...@ya...> Reviewed-on: https://review.openocd.org/c/openocd/+/8608 Reviewed-by: Antonio Borneo <bor...@gm...> Tested-by: jenkins Reviewed-by: Paul Fertser <fer...@gm...> diff --git a/configure.ac b/configure.ac index 567152b0a..1e545dcc4 100644 --- a/configure.ac +++ b/configure.ac @@ -290,12 +290,11 @@ AC_ARG_ADAPTERS([ LIBFTDI_USB1_ADAPTERS, LIBGPIOD_ADAPTERS, SERIAL_PORT_ADAPTERS, + DUMMY_ADAPTER, PCIE_ADAPTERS, LIBJAYLINK_ADAPTERS ],[auto]) -AC_ARG_ADAPTERS([DUMMY_ADAPTER],[no]) - AC_ARG_ENABLE([parport], AS_HELP_STRING([--enable-parport], [Enable building the pc parallel port driver]), [build_parport=$enableval], [build_parport=no]) ----------------------------------------------------------------------- Summary of changes: configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) hooks/post-receive -- Main OpenOCD repository |