About HARDWARIO Code
This chapter focuses on HARDWARIO Code which is our slightly changed version of Visual Studio Code. It includes all needed tools that are needed to develop firmware for HARDWARIO TOWER.
If you already have your Visual Studio Code and don't want to install the new version, there is an extension available that you can install.
You will need to install all needed tools by yourself, on how to do that visit the TOWER VSCode Extension chapter.
Installation
There is a version available for each major operating system. Installation slightly differs.
- Windows
- Linux
- macOS
Download the HARDWARIO Code installer for windows
Complete the installer
infoAt the location selection, we recommend leaving the default path that leads to your user AppData (the portable version of Visual Studio Code does not support multiple user installations).
You should have HARDWARIO Code icon on the desktop
Wait for the HARDWARIO Code to open
You should see HARDWARIO Logo on the side panel and the HARDWARIO Code at the top of the window
- Download HARDWARIO Code
- Unpack the archive wherever you want
- If you want to have a shortcut available and some additional drivers installed you can run the
install.sh
script from the unpacked folder - Run the code binary from the terminal or find HARDWARIO Code with your search bar
- Wait for the HARDWARIO Code to open
- You should see HARDWARIO Logo on the side panel and the HARDWARIO Code at the top of the window
You might need to install an additional library with sudo apt-get install libncurses*
(for JLink debugging).
If you don’t have a git installed on your system, you will have to install it for the extension to work fully.
- Download the HARDWARIO Code installation package for macOS
- You need to select the correct version for your architecture
- Run the installer by double clicking it
- Follow the installer instruction
- You should see a hardwario-code folder in your user’s ~/Applications folder
- Run
~Applications/hardwario-code/Visual Studio Code
- Wait for the HARDWARIO Code to open
- You should see HARDWARIO Logo on the side panel and the HARDWARIO Code at the top of the window
You can now start using the HARDWARIO Code for developing HARDWARIO TOWER Firmware. To get some basic information on how to use the extension visit HARDWARIO Code Tutorial or you can go straight to the Firmware Quick Start chapter.