24 lines
791 B
Batchfile
24 lines
791 B
Batchfile
|
|
||
|
git clone https://github.com/rusefi/hw_modular.git
|
||
|
cd hw_modular
|
||
|
git pull
|
||
|
cd ..
|
||
|
|
||
|
git clone https://github.com/rusefi/hw_microRusEfi
|
||
|
cd hw_microRusEfi
|
||
|
git pull
|
||
|
cd ..
|
||
|
|
||
|
set kicad_path=c:\progra~1\KiCad
|
||
|
set ibom_cmd=%kicad_path%\bin\python.exe C:\stuff\InteractiveHtmlBom\InteractiveHtmlBom\generate_interactive_bom.py --no-browser --name-format %%f_latest --dest-dir ../ibom
|
||
|
echo "ibom_cmd=%ibom_cmd%"
|
||
|
%ibom_cmd% hw_microRusEfi/microRusEfi.kicad_pcb
|
||
|
|
||
|
%ibom_cmd% hw_modular/TLE8888_Module/TLE8888_Module.kicad_pcb
|
||
|
%ibom_cmd% hw_modular/TLE7209_or_MC33186_H-Bridge_Breakout/TLE7209_Module.kicad_pcb
|
||
|
%ibom_cmd% hw_modular/Analog_Input_Module/Analog_Input_Module.kicad_pcb
|
||
|
%ibom_cmd% hw_modular/TLE8110ED_breakout_board/TLE8110ED.kicad_pcb
|
||
|
%ibom_cmd% hw_modular/highside_module/hi-lo.kicad_pcb
|
||
|
|
||
|
|