From 834f8c6f51d7e971cd18fc121c111036126fccf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Fri, 3 Jun 2022 14:14:19 +0200 Subject: [PATCH] rake: use custom bom generator configuration --- bom.ini | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 bom.ini diff --git a/bom.ini b/bom.ini new file mode 100644 index 0000000..837be7f --- /dev/null +++ b/bom.ini @@ -0,0 +1,42 @@ +[BOM_OPTIONS] +ignore_dnf = 0 +number_rows = 0 +group_connectors = 1 +test_regex = 0 +merge_blank_fields = 1 +output_file_name = %O%V + +[IGNORE_COLUMNS] +; Any column heading that appears here will be excluded from the Generated BoM +; Titles are case-insensitive +Part +Part Lib +Footprint +Footprint Lib +Build Quantity +sheetpath + +[COLUMN_ORDER] +; Columns will apear in the order they are listed here +; Titles are case-insensitive +References +Value +Quantity Per PCB +Description +Part +Part Lib +Footprint +Footprint Lib +Build Quantity +LCSC +Datasheet + +[GROUP_FIELDS] +; List of fields used for sorting individual components into groups +; Components which match (comparing *all* fields) will be grouped together +; Field names are case-insensitive +Part +Part Lib +Value +Footprint +Footprint Lib