Zephyr IDE for Visual Studio Code
Get Zephyr IDE
VS Code Marketplace Open VSX Registry
Documentation & Source Code
- Documentation: https://zephyr-ide.mylonics.com/
- GitHub Repository: https://github.com/mylonics/zephyr-ide
Motivation
I switched from Mbed to Zephyr as my primary RTOS. I chose Mbed as a framework for my previous company because at the time it was one of the more fully featured RTOS with a HAL. In recent years the Zephyr Project has become more popular and now supports the microcontroller lines that I primarily use in my embedded systems contracting work.
An important part of embedded systems work is the ability to easily distribute, setup and build projects. As there is no direct IDE-style support for Visual Studio Code with Zephyr, I set about creating an extension that would suit my needs. I wanted an IDE that could create multiple projects and builds, and be able to easily save/share the workspace via git. These features would allow me to easily share projects in a mono repository with clients.
