prog/openocd_ecpix5.cfg: refresh/fix
This commit is contained in:
parent
7c64727c0d
commit
4166a94a1f
|
@ -1,9 +1,10 @@
|
|||
interface ftdi
|
||||
ftdi_vid_pid 0x0403 0x6010
|
||||
ftdi_channel 0
|
||||
ftdi_layout_init 0xfff8 0xfffb
|
||||
adapter driver ftdi
|
||||
adapter speed 25000
|
||||
transport select jtag
|
||||
ftdi vid_pid 0x0403 0x6010
|
||||
ftdi channel 0
|
||||
ftdi layout_init 0xfff8 0xfffb
|
||||
reset_config none
|
||||
|
||||
adapter_khz 25000
|
||||
|
||||
jtag newtap ecp5 tap -irlen 8 -expected-id 0x81113043
|
||||
set _CHIPNAME ecp5
|
||||
jtag newtap $_CHIPNAME tap -irlen 8 -expected-id 0x81113043
|
||||
|
|
Loading…
Reference in New Issue