Browse Source

tcl/interface/dln-2-gpiod: Adapt to new linuxgpiod command syntax

Change-Id: Ife1e52fe5da0e0374a606072f1faf7c598cf0e2b
Signed-off-by: Marc Schink <dev@zapb.de>
Reviewed-on: http://openocd.zylin.com/6401
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
jim
Marc Schink 2 years ago
committed by Antonio Borneo
parent
commit
14cefe8206
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      tcl/interface/dln-2-gpiod.cfg

+ 6
- 6
tcl/interface/dln-2-gpiod.cfg View File

@@ -17,11 +17,11 @@


adapter driver linuxgpiod adapter driver linuxgpiod


linuxgpiod_gpiochip 0
linuxgpiod_jtag_nums 2 3 4 1
linuxgpiod_trst_num 5
linuxgpiod_swd_nums 2 3
linuxgpiod_srst_num 0
linuxgpiod_led_num 6
linuxgpiod gpiochip 0
linuxgpiod jtag_nums 2 3 4 1
linuxgpiod trst_num 5
linuxgpiod swd_nums 2 3
linuxgpiod srst_num 0
linuxgpiod led_num 6


reset_config trst_and_srst separate srst_push_pull reset_config trst_and_srst separate srst_push_pull

Loading…
Cancel
Save