we have a fix in ibom tool!
This commit is contained in:
parent
634f071b35
commit
aa46f51308
|
@ -1,2 +1,5 @@
|
|||
@echo off
|
||||
cd c:\stuff
|
||||
git clone https://github.com/openscopeproject/InteractiveHtmlBom.git
|
||||
git clone https://github.com/openscopeproject/InteractiveHtmlBom.git
|
||||
cd InteractiveHtmlBom
|
||||
git pull
|
|
@ -11,7 +11,7 @@ if not exist hardware/frankenso/frankenso.kicad_pcb exit -1
|
|||
%ibom_cmd% hardware/brain_board/brain_board_STM32F407.kicad_pcb
|
||||
%ibom_cmd% hardware/brain_board_176-pin/176-pin_board.kicad_pcb
|
||||
%ibom_cmd% hardware/CJ125_board/O2_input_CJ125.kicad_pcb
|
||||
%ibom_cmd% hardware/frankenso/frankenso.kicad_pcb
|
||||
%ibom_cmd% --extra-fields "MFG\,MFG#,VEND1\,VEND1#" hardware/frankenso/frankenso.kicad_pcb --netlist-file hardware/frankenso/frankenso.net
|
||||
%ibom_cmd% hardware/frankenstein/frankenstein.kicad_pcb
|
||||
%ibom_cmd% hardware/mini48-stm32/mini48-stm32.kicad_pcb
|
||||
%ibom_cmd% hardware/HighSideSwitch/VN750PS_E.kicad_pcb
|
||||
|
|
Loading…
Reference in New Issue