ARM-software / devlib

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

New Release #671

Open setrofim opened 8 months ago

setrofim commented 8 months ago

It's been well over a year since the last release. Should probably consider making one, to make new functionality (e.g. PerfettoCollector) available via PyPI.

douglas-raillard-arm commented 6 months ago

That would be great, as it would also include async stuff. For now, the benefits can only be used inside devlib as this otherwise means using APIs that are not available on PyPI.

douglas-raillard-arm commented 5 months ago

This might be a blocker in case the user-visible async functions start requiring a setup before being called: https://github.com/ARM-software/devlib/pull/683