Extension for Visual Studio Code made to help with firmware development
This extension works with a HARDWARIO TOWER Modular IoT Kit.
This extension takes care of building, flashing and console logging of your firmware. You can also clone firmware from GitHub so you don't have to start development from scratch.
This extension also autodetect any connected HARDWARIO TOWER devices that you can roll through and work with them.
To work with the extension you can use the bottom bar of the VS Code or open the command palette on the left sidebar.
You can download the Portable Visual Studio Code version that contains all the dependencies. And will work right after download.
You can learn more about the HARDWARIO Code in the About HARDWARIO Code documentation chapter.
If you want to put this extension into your already installed version of Visual Studio Code you will have to install all dependencies and put them into the PATH. The extension will warn you about everything you are missing at the start. If you see no warning you are good to go.
You can learn more about the extension in the TOWER VSCode Extension documentation chapter.
To install the extension, download *.vsix from releases, open your Visual Studio Code and go to Extensions->...->Install from v VSIX...
and select the downloaded *.vsix
- cmake
- ninja
- arm-none-eabi-gcc
- git - for cloning submodules and firmware
- Linux commands - you will need commands like rm mkdir
- This is Windows only
- You have to install git to your machine and then add the
\usr\bin\
folder to PATH. The folder path should look something likeC:\Program Files\Git\usr\bin\
This project is licensed under the MIT License - see the LICENSE file for details.
Made with ❤ by HARDWARIO a.s. in the heart of Europe.