System View Description or How to add clickable list tree in Extention #36787
gravl4
started this conversation in
Extensions and Themes
Replies: 1 comment
-
|
Zed extensions API has nothing related to the UI manipulations, so there's no way to add a "clickable list". |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Embedded firmware debug mean view perifral of MCU. This support via CMSIS-SVD file (System View Description) for link address from memory and Name and Value of register.

I can use phyton base PyCortexMDebug for view in terminal.
Ecplipse have special window:
VSC have extention mcu-debug and Peripheral Viewer in that.
How can add clickable list in Zed Extentions? Parse SVD and connect to debug server is solved for Rust embedd now.
Idea: add embedded tools into Zed.
Beta Was this translation helpful? Give feedback.
All reactions