Export net attached to pin for processor definitions?

Hello, I was wondering if there was a way to get the name of a net attached to a pin and export it for autogenerating C definitions for processors. This would save a lot of time imo.

You mean just dump net name for each pin of a micro? That is easily doable with python in pcbnew.

As mentioned above, you could probably modify this code attached, that I did for reporting sets of net names attached to a named list of parts.
Main focus here was loom-checking, so connectors are in the example, but it can also be used for list extract from Processors, or CPLDs / FPGAs by enter of U1, etc
TablePinListReport.py (5.9 KB)

Ah that’s a better idea. I was trying to do it with eschema

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.