Skip to content

Connector Generator: add exclude_from_bom and exclude_from_pos

This MR adds two new configuration flags to the YAML spec of the connector generator:

  • exclude_from_bom: controls the "Exclude from bill of materials" flag of the generated footprint (default: False)
  • exclude_from_pos: controls the "Exclude from position files" flag of the generated footprint (default: False)

Merge request reports