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
HyperDebug has memory to buffer tens of thousands of GPIO edge events,
when using the `GpioMonitoring` functionality. However, transferring
them to opentitantool via the text console protocol over USB was
inefficient. This change includes a new "vendor extension" to the
binary CMSIS-DAP protocol, to be used for efficiently retrieving many
events (basically a memory dump of the internal buffer.)
Signed-off-by: Jes B. Klinke <[email protected]>
0 commit comments