ftdi/flyswatter2.cfg: Define the LED signal
Change-Id: Ic5d85c0d855bcffba54de7df6cff4d726656af97 Signed-off-by: Peter Stuge <peter@stuge.se> Reviewed-on: http://openocd.zylin.com/940 Tested-by: jenkins
This commit is contained in:
parent
9064fa9081
commit
d2f61e1a45
|
@ -9,5 +9,6 @@ ftdi_device_desc "Flyswatter2"
|
||||||
ftdi_vid_pid 0x0403 0x6010
|
ftdi_vid_pid 0x0403 0x6010
|
||||||
|
|
||||||
ftdi_layout_init 0x0538 0x057b
|
ftdi_layout_init 0x0538 0x057b
|
||||||
|
ftdi_layout_signal LED -ndata 0x0400
|
||||||
ftdi_layout_signal nTRST -data 0x0010
|
ftdi_layout_signal nTRST -data 0x0010
|
||||||
ftdi_layout_signal nSRST -data 0x0020 -noe 0x0100
|
ftdi_layout_signal nSRST -data 0x0020 -noe 0x0100
|
||||||
|
|
Loading…
Reference in New Issue