This is an automated email from Gerrit. "Laszlo Sitzer <dlsit...@gmail.com>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/6714
-- gerrit commit 2ec8b8101129302157d400b63cce5a8378d3cdb0 Author: Laszlo Sitzer <dlsit...@gmail.com> Date: Fri Nov 19 12:14:57 2021 +0100 dln-2-gpiod.cfg: Update config to use multi-gpiochip support. Signed-off-by: Laszlo Sitzer <dlsit...@gmail.com> Change-Id: I4fdd4ba47eae2ef68a0adf633867497ab8eefb37 diff --git a/tcl/interface/dln-2-gpiod.cfg b/tcl/interface/dln-2-gpiod.cfg index cd6061fd9..084e83a5a 100644 --- a/tcl/interface/dln-2-gpiod.cfg +++ b/tcl/interface/dln-2-gpiod.cfg @@ -17,11 +17,14 @@ adapter driver linuxgpiod -linuxgpiod gpiochip 0 linuxgpiod jtag_nums 2 3 4 1 +linuxgpiod trst_gpiochip 0 linuxgpiod trst_num 5 +linuxgpiod swd_gpiochip 0 linuxgpiod swd_nums 2 3 +linuxgpiod srst_gpiochip 0 linuxgpiod srst_num 0 +linuxgpiod led_gpiochip 0 linuxgpiod led_num 6 reset_config trst_and_srst separate srst_push_pull --