Skip to content

Replace the VSCode peripheral viewer with mcu-debug #65

@kossnikita

Description

@kossnikita

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions