iBOM for K5 boards
This commit is contained in:
parent
e1337793cc
commit
4e19bce0f9
|
@ -1,3 +1,5 @@
|
|||
See https://github.com/openscopeproject/InteractiveHtmlBom
|
||||
|
||||
See https://github.com/openscopeproject/InteractiveHtmlBom/wiki/Usage
|
||||
See https://github.com/openscopeproject/InteractiveHtmlBom/wiki/Usage
|
||||
|
||||
This is invoked as part of generate_doxygen job
|
|
@ -0,0 +1,23 @@
|
|||
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue