-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace the VSCode peripheral viewer with mcu-debug #65
Comments
This is something that I was working on but never finished. I wrote a web based viewer that is more featureful than either of the two :) I wanna continue that at some point. |
Should be moved to https://github.com/probe-rs/vscode |
I wasn't sure that this relative to this repository, because I didn't find device peripheral logic in it |
Is this already published somewhere? |
It's a branch in the |
There is no reason why such functionality cannot be delivered as part of the VSCode extension. The VSCode API, and DAP Protocol extensibility, would make it relatively smooth to present it in a integrated view as part of the debug extension. I wrote the current integration as a "proof of concept", to judge usage and requirement, and because I use it myself. The total lack of feedback to this point has lowered the priority in terms of my own efforts. That said, if you @kossnikita (or anybody else) were interested in PR'ing, I'd be happy to review and support. |
Currently, the built-in peripheral viewer has less functionality compared to mcu-debug/peripheral-viewer.
From what I noticed:
Does it make sense to use peripheral-viewer instead? I think the idea behind this extension is very similar to the viewer in your extension. It has been used with cortex-debug for quite some time, so it will be a little familiar to developers switching to Rust from C.
If replacement is not possible, is it at least possible to transfer the functionality of this extension to your extension?
Extensions comparison
The text was updated successfully, but these errors were encountered: