-
Install Ubuntu 22
-
Install packages
sudo apt update sudo apt install -y \ build-essential \ qtbase5-dev \ clang-format-12 \ zip \ python3-pip \ x11-apps \ gcc-arm-none-eabi \ python3-serial \ xterm \ openocd \ python3-dev \ python3-venv \ valgrind \ firefox \ cmake sudo snap install \ firefox
-
Test your cmake version, and make sure it is at least 3.14.5:
cmake --version
-
Install VS Code https://code.visualstudio.com/