stlink: simplify maintenance of version and features
commit9252a94218b2f5af2507ededb6e62352a26ec32c
authorAntonio Borneo <borneo.antonio@gmail.com>
Thu, 20 Sep 2018 08:49:43 +0000 (20 10:49 +0200)
committerSpencer Oliver <spen@spen-soft.co.uk>
Thu, 6 Dec 2018 10:03:14 +0000 (6 10:03 +0000)
tree5f171ee12f9267d0b135a9bc07d9698e9248c85c
parent1822c2fb9487d56b2787d114275dadf42cb55053
stlink: simplify maintenance of version and features

The number of stlink firmware version is growing, each carrying new
features. Today's code has several check distributed here and there
and it's already hard to track them and verify the correctness.
The introduction of STLINK-V3 will make the situation much worst,
and the code much less readable.

Add a "flags" bitmask in the struct stlink_usb_version to allow
setting individual bits for each feature available or for specific
quirks and workarounds.
This patch does not implement setting nor testing "flags"; it would
be introduced in following patches, one bit at a time.

Change-Id: I09d78202646a6c8330731f8aa96dc9d295fa5655
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/4706
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
src/jtag/drivers/stlink_usb.c