probe-rs icon indicating copy to clipboard operation
probe-rs copied to clipboard

Feat: Better multicore connection

Open Tiwalun opened this issue 3 years ago • 2 comments

This is not yet final, just for feedback.

This adds a new Configuration struct, which can be used to select the cores for a Session. This is helpful for chips where one of the cores could be locked, or otherwise not accessible for debugging, so that it's still possible to work with the other core(s).

Tiwalun avatar Feb 23 '23 22:02 Tiwalun

I like that the core selector can be both an index or a name :)

diondokter avatar Feb 23 '23 22:02 diondokter

What's the status on this? :)

Yatekii avatar Sep 26 '23 06:09 Yatekii