refreshing stm32 tools (Cubeide, programmer, monitor)

This commit is contained in:
RR 2025-08-17 21:21:37 +02:00 committed by Gašper Fele-Žorž
parent 5954f4e3ba
commit e2b92f7a31
2 changed files with 38 additions and 36 deletions

View file

@ -8,13 +8,13 @@
# register: download
- name: Set filename
set_fact:
dest_fname: /tmp/st-stm32cubeide_1.16.0_21983_20240628_1741_amd64.sh
dest_fname: /tmp/st-stm32cubeide_1.19.0_25607_20250703_0907_amd64.sh
- name: Download stm32
command:
cmd: wget 'https://unilj-my.sharepoint.com/:u:/g/personal/rozman_fri1_uni-lj_si/EUrIkoWbod5OilNHLnReBvYBMK7mlwI-R1Qeqhb-ux7hjg?e=HGloHF&download=1' -O {{ dest_fname }}
cmd: wget 'https://unilj-my.sharepoint.com/:u:/g/personal/rozman_fri1_uni-lj_si/ERLZDFSgbO1Hm6TT9CLhyUIBZS-4anic7RWtvQliqN-thA?e=KZq4VJ' -O {{ dest_fname }}
creates: "{{ dest_fname }} "
# url: https://unilj-my.sharepoint.com/:u:/g/personal/rozman_fri1_uni-lj_si/EUrIkoWbod5OilNHLnReBvYBMK7mlwI-R1Qeqhb-ux7hjg?e=HGloHF?download=1
# url: https://unilj-my.sharepoint.com/:u:/g/personal/rozman_fri1_uni-lj_si/ERLZDFSgbO1Hm6TT9CLhyUIBZS-4anic7RWtvQliqN-thA?e=KZq4VJ
- name: Change script permissions
file: