13.09.24 update (ltspice, logisim evo fixed)
This commit is contained in:
parent
6a052cbea1
commit
a5f1a76db4
5 changed files with 26 additions and 14 deletions
|
@ -1,11 +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: ninja
|
- role: putty
|
||||||
- role: cmake
|
# - role: ninja
|
||||||
- role: gcc-arm
|
# - role: cmake
|
||||||
# TODO: RAVINOR, CubeIDE
|
|
||||||
|
#TODO Writable d:\RAVINOR directory
|
||||||
|
|
||||||
|
|
|
@ -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: winidea
|
- role: winidea
|
||||||
|
@ -10,5 +10,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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue