commit | beaf8d48ac388ee0c1761c497dcf36b5c5be7605 | [log] [tgz] |
---|---|---|
author | Sergei Trofimov <sergei.trofimov@arm.com> | Wed Dec 07 15:11:32 2016 +0000 |
committer | Sergei Trofimov <sergei.trofimov@arm.com> | Wed Dec 07 18:13:55 2016 +0000 |
tree | 0c6d2192e1bf4e94f8815770b10a412905538a89 | |
parent | c35230890e204a66a8dee84bc51f376c299f2dda [diff] |
target: switching conn_cls to an __init__ parameter 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.