XenGi / teensy_library

KiCAD library for Teensy microcontrollers
MIT License
283 stars 66 forks source link

Missing pins importing netlist #5

Closed NevynUK closed 7 years ago

NevynUK commented 7 years ago

I have added the Teensy 3.6 symbol to a schematic, connected it up and then generated the netlist.

Now I read the netlist into the PCB layout too and I receive errors stating the footprints 57-62 could not be imported.

XenGi commented 7 years ago

I'm pretty sure you mean Pins 58-62.

As you can see in this pinout the Teensy 3.5 and Teensy 3.6 have 5 Pins (58, 59, 60, 61, 62) with very odd positions. They are labeled GND, GND, A25, A26, not used on Teensy 3.5 and GND, GND, DP, DM, 5V on Teensy 3.6 . I'm not sure how to connect those. I'll have to check first if its actually possible to put a pin header on a PCB like that. If that fits I'll add the Pins. For now you can just ignore them if you don't need them. I'll update the footprint asap.

teensy 3.6 pinout

XenGi commented 7 years ago

Try debbe69f7c8bdf1deb3031f60854764a8d3d274a. This should fix it.