STM32Duino role fixed - not sure if correct
This commit is contained in:
parent
2bb0441b44
commit
c689083936
1 changed files with 10 additions and 0 deletions
|
@ -8,6 +8,16 @@
|
||||||
# 2024: update: Full directory structure ready zip for Windows only on this URL:
|
# 2024: update: Full directory structure ready zip for Windows only on this URL:
|
||||||
# https://unilj-my.sharepoint.com/:u:/g/personal/rozman_fri1_uni-lj_si/EYTFhlsJOFtFk9xsaViP0eYBtILVS24ZF_dlkgodu_L9Nw?e=geavvJ
|
# https://unilj-my.sharepoint.com/:u:/g/personal/rozman_fri1_uni-lj_si/EYTFhlsJOFtFk9xsaViP0eYBtILVS24ZF_dlkgodu_L9Nw?e=geavvJ
|
||||||
|
|
||||||
|
- name: Create STM32Duino directory
|
||||||
|
win_file:
|
||||||
|
path: "D:\\RAVINOR\\STM32Duino"
|
||||||
|
state: directory
|
||||||
|
|
||||||
|
- name: Install Logisim
|
||||||
|
win_get_url:
|
||||||
|
url: "https://unilj-my.sharepoint.com/:u:/g/personal/rozman_fri1_uni-lj_si/EYTFhlsJOFtFk9xsaViP0eYBtILVS24ZF_dlkgodu_L9Nw?e=geavvJ"
|
||||||
|
dest: "D:\\RAVINOR\\STM32Duino"
|
||||||
|
# TODO Don't know if unzipping is required?
|
||||||
|
|
||||||
|
|
||||||
# TODO check if anything else is needed (esp8266com)?
|
# TODO check if anything else is needed (esp8266com)?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue