Release v0.8.2
Changed
- @Gargy007: Changed decorator for functions for toggling the reset line (
set_reset_pin_high()andset_reset_pin_low()) toopen_required()instead ofconnection_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.