From a3d8750435cccb8adfbea53a21bae80ab0b4dd09 Mon Sep 17 00:00:00 2001 From: Daniel Rojas Date: Fri, 24 Jul 2020 17:46:13 +0200 Subject: [PATCH] Add new pn / mpn attributes --- syntax.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/syntax.md b/syntax.md index 6ea0214..91098ff 100644 --- a/syntax.md +++ b/syntax.md @@ -42,9 +42,9 @@ additional_bom_items: # custom items to add to BOM notes: # product information (all optional) - manufacturer: - manufacturer_part_number: - internal_part_number: + pn: # [internal] part number + mpn: # manufacturer part number + manufacturer: # manufacturer name # pinout information # at least one of the following must be specified @@ -110,9 +110,9 @@ Since the auto-incremented and auto-assigned designator is not known to the user notes: # product information (all optional) - manufacturer: - manufacturer_part_number: - internal_part_number: + pn: # [internal] part number + mpn: # manufacturer part number + manufacturer: # manufacturer name # conductor information # the following combinations are permitted: @@ -242,9 +242,9 @@ Additional BOM entries can be generated in the sections marked `` abov # all the following are optional: unit: designators: - manufacturer: - manufacturer_part_number: - internal_part_number: + pn: # [internal] part number + mpn: # manufacturer part number + manufacturer: # manufacturer name ``` ## Colors