mirror of
https://github.com/ARM-software/devlib.git
synced 2025-03-14 13:57:51 +00:00
conn_cls is no longer a class attribute and is specified on instantiaation as well. This more flexible -- new connection types no longer require a corresponding new Target subclass but can be used with existing targets. This is also more consistent with how Platforms are handled.