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>
This commit is contained in:
parent
620211bec6
commit
14cefe8206
|
@ -17,11 +17,11 @@
|
|||
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue