drivers/ftdi: warn the user if he tries to use undefined reset signals
authorPaul Fertser <fercerpav@gmail.com>
Sat, 15 Feb 2014 18:43:38 +0000 (22:43 +0400)
committerSpencer Oliver <spen@spen-soft.co.uk>
Mon, 24 Feb 2014 11:57:07 +0000 (11:57 +0000)
commit1f35e124d36b0f7741a8dadd247b8fa76ece5b7b
tree72a190a65f8fa20e215f4bea64658b4c949ec4cd
parent6d46ad11b539549fc7fc2d0c0a94653f29388068
drivers/ftdi: warn the user if he tries to use undefined reset signals

It is really an error to try to use a reset_config that doesn't match
adapter's capabilities, however OpenOCD has no way to specify them.

Using wrong reset_config might lead to very confusing behaviour, so I
think LOG_ERROR is justified here.

Change-Id: I1c6dcfa7c0d78829229a850189cad646b565dd66
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Reviewed-on: http://openocd.zylin.com/1948
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
src/jtag/drivers/ftdi.c