Skip to content

Release v0.8.2

Choose a tag to compare

@hkpeprah hkpeprah released this 02 Feb 14:53
· 72 commits to master since this release

Changed

  • @Gargy007: Changed decorator for functions for toggling the reset line (set_reset_pin_high() and set_reset_pin_low()) to open_required() instead of connection_required() to allow toggling the reset line when the debugger is attached instead of only when the target is connected. This allows toggling of the reset line before connection to enable connect under reset.