Skip to content

Instantly share code, notes, and snippets.

@robotdad
Last active June 12, 2024 14:00
Show Gist options
  • Save robotdad/51554b62ca9b8b17a188764125be05bd to your computer and use it in GitHub Desktop.
Save robotdad/51554b62ca9b8b17a188764125be05bd to your computer and use it in GitHub Desktop.
VS and VS Code embedded development references

This page collects links to embedded development topics related to VS and VS Code from the C++ team at Microsoft.

We are seeking feedback on our embedded experiences from developers, it would be a great help to us if you could take our short survey. Even if you are not using our products today your feedback would be very helpful.

Arm announced that the desktop version of Keil MDK Version 6 will be an extension pack for VS Code.

ST has released the STM32 VS Code Extension which build on top of the functionality of our project importer below. See ST's announcment about VS Code support for more.

IAR has VS Code extensions that allow you to use your IAR Embedded Workbench projects in VS Code, including building and debugging your projects. These use the same views provided by our Embedded Tools extension.

GitHub supports CERT C++ and AUTOSAR C++ to help developers looking to demonstrate ISO 26262 Part 6 process compliance.

@vastris
Copy link

vastris commented Jun 12, 2024

This is a fantastic resource for anyone working with VS and VS Code in embedded development. It's especially helpful for teams looking to outsource embedded firmware development, providing essential links to streamline their projects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment