stm32mems-studio added (replaces unicleogui and algobuilder)

added to VIN recipe
This commit is contained in:
r.rozmann@jung-electronic.de 2025-08-14 16:37:18 +02:00 committed by Gašper Fele-Žorž
parent d985d8ff84
commit 529623497c

View file

@ -7,9 +7,9 @@
block:
- name: Download MEMS-Studio
#win_command: wget "https://unilj-my.sharepoint.com/:u:/g/personal/rozman_fri1_uni-lj_si/EXgZSDD5LgtMrikaKszPliwB1vXrwUxea3eYYObT3zXBaQ?e=eNJyLA" -O C:\mems-studio-2.1.2.exe
win_command: wget "{{ installers }}\RAVINOR\2025\mems-studio-2.1.2.exe" -O C:\mems-studio-2.1.2.exe
win_command: copy "{{ installers }}\RAVINOR\2025\mems-studio-2.1.2.exe" -O { large_prog_dir }\mems-studio-2.1.2.exe
args:
creates: C:\mems-studio-2.1.2.exe
creates: {large_prog_dir}\mems-studio-2.1.2.exe
#win_get_url:
# follow_redirects: all
# http_agent: Wget/1.21.3
@ -19,13 +19,13 @@
- name: Install MEMS-Studio
win_package:
path: C:\mems-studio-2.1.2.exe
path: {large_prog_dir}\mems-studio-2.1.2.exe
# path: "{{ download.dest }}"
arguments: /Verysilent /AllUsers
- name: Remove temporary files
win_file:
path: C:\mems-studio-2.1.2.exe
path: {large_prog_dir}\mems-studio-2.1.2.exe
# path: "{{ download.dest }}"
state: absent