ARM-software / devlib

Library for interaction with and instrumentation of remote devices.
Apache License 2.0
47 stars 78 forks source link

target: Ensure max_async is used during `connect` method #615

Closed marcbonnici closed 1 year ago

marcbonnici commented 1 year ago

The value for max_async when creating a target was being ignored if a connection was not established as part of the init method. Save this value for use via connect if called directly.