From 11a751ac92f9b61c64cfeb3a87a54a5c4c5fd57f Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 28 Jan 2021 15:03:35 +0100 Subject: install some arm dev tools on ch-equinox-(ws|t450s) --- inventory/host_vars/ch-equinox-t450s.yml | 6 ++++++ inventory/host_vars/ch-equinox-ws.yml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/inventory/host_vars/ch-equinox-t450s.yml b/inventory/host_vars/ch-equinox-t450s.yml index c69f94a8..efb48fb2 100644 --- a/inventory/host_vars/ch-equinox-t450s.yml +++ b/inventory/host_vars/ch-equinox-t450s.yml @@ -101,6 +101,7 @@ ws_base_extra_packages: - freecad - freerdp2-x11 - fzf + - gcc-arm-none-eabi - gcc-avr - gdebi - gerbv @@ -131,6 +132,8 @@ ws_base_extra_packages: - kicad-packages3d - kpartx - libdbd-mysql-perl + - libusb-dev + - libusb-1.0-0-dev - make - mbr - meld @@ -141,6 +144,7 @@ ws_base_extra_packages: - nmap - ntpdate - nyx + - openocd - openscad - pandoc - parcimonie @@ -179,6 +183,8 @@ ws_base_extra_packages: - socat - sqlite3 - sshfs + - stlink-tools + - stm32flash - stun-client - subversion - swaks diff --git a/inventory/host_vars/ch-equinox-ws.yml b/inventory/host_vars/ch-equinox-ws.yml index 4500b175..ba18cd97 100644 --- a/inventory/host_vars/ch-equinox-ws.yml +++ b/inventory/host_vars/ch-equinox-ws.yml @@ -110,6 +110,7 @@ ws_base_extra_packages: - freecad - freerdp2-x11 - fzf + - gcc-arm-none-eabi - gcc-avr - gdebi - gerbv @@ -138,6 +139,8 @@ ws_base_extra_packages: - kicad-packages3d - kpartx - libdbd-mysql-perl + - libusb-dev + - libusb-1.0-0-dev - make - mbr - meld @@ -148,6 +151,7 @@ ws_base_extra_packages: - nmap - ntpdate - nyx + - openocd - openscad - pandoc - parcimonie @@ -188,6 +192,8 @@ ws_base_extra_packages: - sqlite3 - sshfs - steam + - stlink-tools + - stm32flash - stun-client - subversion - swaks -- cgit v1.2.3