TOWER VSCode Extension
This chapter focuses on the HARDWARIO TOWER Visual Studio Code extension, you will need to install some tools for this extension to work fully. If you don't want to bother with this, you can install our standalone HARDWARIO Code, on how to do that visit the About HARDWARIO Code chapter.
Installation
To install the extension you will have to download the latest release from GitHub Releases.
To install the downloaded .vsix extension file just go to the Extensions Tab, click the three dots and Install from VSIX...
Tools Setup
You will need some dependencies for the extension to work as intended:
The extension will warn you that you are missing some of those and provide you with a corresponding link in the bottom right corner.
- Windows
- Linux
- macOS
- CMake
- Ninja
- arm-none-eabi-gcc
- git
- Linux commands
- 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\
- You have to install git to your machine and then add the
- make (LEGACY)
- CMake
- Ninja
- arm-none-eabi-gcc
- git
- make (LEGACY)
- CMake
- Ninja
- arm-none-eabi-gcc
- git
- make (LEGACY)
You can now start using the Visual Studio Code for developing HARDWARIO TOWER Firmware. To get some basic information on how to use the extension visitHARDWARIO Code Tutorial or you can go straight to the Firmware Quick Start chapter.