You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for bringing this up, this is definitely an oversight. If you wish to submit a patch to address this, I can review and merge it in, otherwise I will open up one when I find time available.
The functions in JLink class
set_reset_pin_high(self):
set_reset_pin_low(self):
set_tck_pin_high(self):
set_tck_pin_low(self):
set_tdi_pin_high(self):
set_tdi_pin_low(self):
set_tms_pin_high(self):
set_tms_pin_low(self):
set_trst_pin_high(self):
set_trst_pin_low(self):
are raw operations and hence should be @open_required, not @connection_required.
The text was updated successfully, but these errors were encountered: