microsoft / vscode-embedded-tools

Official issue tracking repository for Microsoft's Embedded Tools VS Code extension.
MIT License
43 stars 3 forks source link

Cortex Peripherials #72

Open svcguy opened 7 months ago

svcguy commented 7 months ago

I know that I have to be missing something very basic here, but how do I get the base Cortex peripherals (SYSTICK, NVIC, etc) to show in Peripheral View? For reference I'm using an STM32F767 with the .svd from ST.

Thanks