Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v0.2.0
    v0.2.0
    
    * use binaries from `PATH` if no system_path is specified
    * gently stop Trace32 on Windows OS
    * added timeout for `PowerView.stop()`
    * wait necessary time in `PowerView.start()` instead of waiting for a predefined amount of time
    * added exeptions `TimeoutExpiredError` and `AlreadyRunningError`
    * limit startup script parameter to be of type `Iterable[str]`
    * send `stdout` and `stderr` output of PowerView instance to a logger
  • v0.1.7
    6b3af3ac · v0.1.7 ·
    v0.1.7
    
    * fix datatype of `library_file` parameters in some Connection classes to allow `pathlib.Path`'s.
    * add `TCPConnection` for Lauterbach X-Series debugger.
    * rename `EthernetConnection` to `UDPConnection`
  • v0.1.6
    74d18384 · v0.1.6 - initial commit ·
    v0.1.6
    
    * initial release