probe-rs / rusty-probe-firmware

41 stars 15 forks source link

Support SWD Sequence Commands #24

Closed jonathanherbstgrapple closed 2 weeks ago

jonathanherbstgrapple commented 1 month ago

SWD Sequence commands are used for some debugging operations, see #23, and we don't yet support them. Needs to be supported in dap-rs first: https://github.com/probe-rs/dap-rs/issues/3

korken89 commented 2 weeks ago

Merged in #29