Open douglas-raillard-arm opened 5 months ago
Upon deeper inspection, the from_factory()
solution is still better than moving the code from <subclass of Target>._background()
to their associated BackgroundCommand
subclass, as it typically requires using a bunch of private function/method from the connection type.
PR rebased
Fixes https://github.com/ARM-software/devlib/issues/645 Supersedes https://github.com/ARM-software/devlib/pull/643
TODO: