vscode icon indicating copy to clipboard operation
vscode copied to clipboard

Replace the VSCode peripheral viewer with mcu-debug

Open kossnikita opened this issue 8 months ago • 6 comments

Currently, the built-in peripheral viewer has less functionality compared to mcu-debug/peripheral-viewer.

From what I noticed:

  • Enumerations are ignored
  • Ignored register size (always 32 bits)
  • Writing does not work in my case

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 image image

kossnikita avatar Oct 24 '23 12:10 kossnikita