Merge pull request #4 from LAPSyLAB/main
RA OR VIN courses, ltspice, logisim roles update
This commit is contained in:
commit
2b56e83941
6 changed files with 32 additions and 11 deletions
|
@ -1,12 +1,13 @@
|
||||||
# Organizacija računalnikov
|
# Organizacija računalnikov
|
||||||
# Robert.Rozman@fri.uni-lj.si
|
# Robert.Rozman@fri.uni-lj.si
|
||||||
# Windows, Logisim, Logisim Evolution, RAVINOR, CubeIDE + QEMU Embedded plugin
|
# Windows, Logisim, Logisim Evolution, RAVINOR, CubeIDE + Tools, VSCode + ST plugin, Putty
|
||||||
dependencies:
|
dependencies:
|
||||||
- role: logisim
|
- role: logisim
|
||||||
- role: stm32cube
|
- role: stm32cube
|
||||||
- role: stm32duino
|
- role: vscode
|
||||||
- role: putty
|
- role: putty
|
||||||
|
- role: stm32duino
|
||||||
- role: ninja
|
- role: ninja
|
||||||
- role: cmake
|
- role: cmake
|
||||||
- role: gcc-arm
|
- role: gcc-arm
|
||||||
# TODO: RAVINOR, CubeIDE
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# Računalniška arhitektura
|
# Računalniška arhitektura
|
||||||
# Ziga.Pusnik@fri.uni-lj.si, Robert.Rozman@fri.uni-lj.si
|
# Ziga.Pusnik@fri.uni-lj.si, Robert.Rozman@fri.uni-lj.si
|
||||||
# Windows, RAVINOR, CubeIDE + tools, STMDuino, WinIdea 9.21 + GCC + QEMU, Visual2
|
# Windows, CubeIDE + tools, STMDuino, VSCode, WinIdea 9.21 + GCC + QEMU, Visual2
|
||||||
dependencies:
|
dependencies:
|
||||||
- role: stm32cube
|
- role: stm32cube (CubeMonitor sem vzel samo exe)
|
||||||
- role: stm32duino
|
- role: stm32duino
|
||||||
- role: vscode
|
- role: vscode
|
||||||
- role: putty
|
- role: putty
|
||||||
|
@ -11,5 +11,6 @@ dependencies:
|
||||||
- role: git
|
- role: git
|
||||||
- role: visual2
|
- role: visual2
|
||||||
|
|
||||||
|
#TODO Writable d:\RAVINOR directory
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Vhodno-izhodne naprave
|
# Vhodno-izhodne naprave
|
||||||
# Robert.Rozman@fri.uni-lj.si
|
# Robert.Rozman@fri.uni-lj.si
|
||||||
# Windows, CubeIDE + Tools, LTSpice, PulseView, RAVINOR
|
# Windows, CubeIDE + Tools, STMDuino, VSCode, LTSpice, PulseView,Putty, STM32 Algobuilder & Unicleo GUI
|
||||||
dependencies:
|
dependencies:
|
||||||
- role: stm32cube
|
- role: stm32cube
|
||||||
- role: stm32duino
|
- role: stm32duino
|
||||||
|
@ -8,5 +8,7 @@ dependencies:
|
||||||
- role: ltspice
|
- role: ltspice
|
||||||
- role: pulseview
|
- role: pulseview
|
||||||
- role: putty
|
- role: putty
|
||||||
- role: algobuilder
|
- role: stm32algobuilder #(ni še exe. Datoteke - ne dobim iz ST portala)
|
||||||
|
- role: stm32unicleogui
|
||||||
|
|
||||||
|
#TODO Writable d:\RAVINOR directory
|
||||||
|
|
|
@ -15,5 +15,6 @@
|
||||||
|
|
||||||
- name: Install Logisim-Evolution
|
- name: Install Logisim-Evolution
|
||||||
win_package:
|
win_package:
|
||||||
path: https://github.com/logisim-evolution/logisim-evolution/releases/download/v3.8.0/logisim-evolution-3.8.0-arm64.msi
|
path: https://github.com/logisim-evolution/logisim-evolution/releases/download/v3.9.0/logisim-evolution-3.9.0-x86_64.msi
|
||||||
# TODO product_id: b30fa00c-da3f-3769-aaea-6571cacf5c30
|
|
||||||
|
# TODO
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
# TODO
|
# TODO
|
||||||
# Win: https://ltspice.analog.com/software/LTspice64.msi
|
# Win: https://ltspice.analog.com/software/LTspice64.msi
|
||||||
# MAC: https://ltspice.analog.com/software/LTspice.pkg
|
# MAC: https://ltspice.analog.com/software/LTspice.pkg
|
||||||
|
|
||||||
|
- name: Install LTSpice
|
||||||
|
win_package:
|
||||||
|
path: https://ltspice.analog.com/software/LTspice64.msi
|
||||||
|
|
||||||
|
# TODO
|
||||||
|
|
|
@ -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