Releases: square/pylink
Releases · square/pylink
Release v0.2.0
Added
- @bojanpotocnik: Implemented context manager to enable automatic debugger connection opening when context is entered, and connection closed when exited.
Changed
- @bojanpotocnik: Implemented finalizer method '_finalize()' to tear down connection on destructor.
Release v0.1.3
Changed
- @michalfita: Fixed handling for DLL in 64-bit Python instances: on 64-bit Windows platforms running 64-bit Python, the 32-bit DLL was always being loaded; now the 64-bit DLL will be loaded instead.
Release v0.1.2
Changed
- @wallacbe: Removed
sleepafterconnect; no-op issued to make sure the target is ready for debugging.
Release v0.1.1
Changed
asyncdecorator renamed toasync_decoratordue to collision with Python3
Added
open_tunnel()method added to open a connection to a debugger connected to a Remote Server.
Release v0.1.0
First minor release. Changes as follow:
jlink.flash_file()andjlink.flash()do not supply power to the target by default.- Optional
power_onparameter added toflash_file()andflash()to power on target during flashing.
Release v0.0.10
Fixes for SWD read. Incorrect value was returned when the MSB was set.
Release v0.0.9
Fixes a bug when the DLL is unloaded on a Linux platform.
Release v0.0.8
Added support for unlocking NXP (read: Freescale/Kinetis) devices.
Release v0.0.7
Adds support for RTT. Pull requests included:
- PR #5
Release v0.0.6
Release v0.0.6