mirror of
https://github.com/ARM-software/devlib.git
synced 2025-02-07 05:30:44 +00:00
beaf8d48ac
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.