commit | 946ed0e3695a0744f3b58fa741ec0204a8ac8d5f | [log] [tgz] |
---|---|---|
author | Alexey Brodkin <abrodkin@synopsys.com> | Fri Feb 07 10:03:27 2020 +0300 |
committer | Johan Hedberg <johan.hedberg@gmail.com> | Thu Feb 13 10:45:44 2020 +0200 |
tree | 3db9c8c7bbea0cfc88425f839ef8d2d33ab50748 | |
parent | 5a4237ed3b569af0efa46374ace3a08a0aa6eb9c [diff] |
board: arc: Enable selection of FTDI instance by its serial number To be used in setups with multiple boards attached to the same one host we need to have an ability to specify precisely which JTAG probe to use for a particular board. This is done by passing "ftdi_serial XXX" command to OpenOCD. And the serial ("XXX") is supposed to be passed from higher level, typically via west's options. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>