1
0
mirror of git://projects.qi-hardware.com/kicad-libs.git synced 2024-06-30 21:31:42 +03:00
kicad-libs/components
Werner Almesberger 6faf6117ed a bit of meta-data cleanup after the wm9707scft commit
components/components.pro: use relative path name for libraries
AUTHORS: added Adam as author of wm9707scft.lib
2012-03-26 07:47:38 -03:00
..
8_10-card.lib introduced 8_10-card.lib as politically correct alternative to usd-card.lib 2011-01-17 17:36:51 -03:00
74x1g07_4.lib components/: changed output pin tyoe of 74x1g07_*.lib to open collector 2011-07-24 15:58:29 -03:00
74x1g07_5.lib components/: changed output pin tyoe of 74x1g07_*.lib to open collector 2011-07-24 15:58:29 -03:00
74x1g07_6.lib components/: added 74x1g07_6 2011-07-24 20:18:20 -03:00
74x1g08_5.lib components/: added 74x1g08_5 and 74x1g08_6 2011-07-24 12:33:10 -03:00
74x1g08_6.lib components/: added 74x1g08_5 and 74x1g08_6 2011-07-24 12:33:10 -03:00
74x1g125.lib components/: 74x1g00_5, 74x1g125, 74x2g126 from gta02-core (by Alvaro Lopes) 2011-07-24 05:29:13 -03:00
74x1g00_5.lib components/: 74x1g00_5, 74x1g125, 74x2g126 from gta02-core (by Alvaro Lopes) 2011-07-24 05:29:13 -03:00
74x2g126.lib components/: 74x1g00_5, 74x1g125, 74x2g126 from gta02-core (by Alvaro Lopes) 2011-07-24 05:29:13 -03:00
atmega8u2.dcm Moved atmega8u2, c8051f320, c8051f326 symbol from ben-wpan to kicad-libs (incoming) 2011-08-14 01:19:40 -03:00
atmega8u2.lib Moved atmega8u2, c8051f320, c8051f326 symbol from ben-wpan to kicad-libs (incoming) 2011-08-14 01:19:40 -03:00
atmega48-mmu.dcm Moved atmega48-mmu symbol from ben-wpan to kicad-libs (incoming) 2011-08-14 02:45:48 -03:00
atmega48-mmu.lib Moved atmega48-mmu symbol from ben-wpan to kicad-libs (incoming) 2011-08-14 02:45:48 -03:00
c8051f320.dcm Added WM9707SCFT/V symbol 2012-03-26 18:03:22 +08:00
c8051f320.lib Added WM9707SCFT/V symbol 2012-03-26 18:03:22 +08:00
c8051f326.dcm Moved atmega8u2, c8051f320, c8051f326 symbol from ben-wpan to kicad-libs (incoming) 2011-08-14 01:19:40 -03:00
c8051f326.lib Moved atmega8u2, c8051f320, c8051f326 symbol from ben-wpan to kicad-libs (incoming) 2011-08-14 01:19:40 -03:00
components.pro a bit of meta-data cleanup after the wm9707scft commit 2012-03-26 07:47:38 -03:00
components.sch components/: moved editing helpers over from gta02-core 2011-07-24 05:26:05 -03:00
INFO Added PIC18F46J50 (28QFN) symbol 2011-08-15 21:10:11 -03:00
Makefile components/: moved editing helpers over from gta02-core 2011-07-24 05:26:05 -03:00
mini_usb_b.dcm Moved mini_usb_b and usb_a_plug symbol from ben-wpan to kicad-libs (incoming) 2011-08-14 04:35:38 -03:00
mini_usb_b.lib Moved mini_usb_b and usb_a_plug symbol from ben-wpan to kicad-libs (incoming) 2011-08-14 04:35:38 -03:00
pic18f46j50-ml.dcm Added PIC18F46J50 (28QFN) symbol 2011-08-15 21:10:11 -03:00
pic18f46j50-ml.lib Added PIC18F46J50 (28QFN) symbol 2011-08-15 21:10:11 -03:00
README components/README: described component addition workflow 2011-07-24 12:56:29 -03:00
usb_a_plug.dcm Moved mini_usb_b and usb_a_plug symbol from ben-wpan to kicad-libs (incoming) 2011-08-14 04:35:38 -03:00
usb_a_plug.lib Moved mini_usb_b and usb_a_plug symbol from ben-wpan to kicad-libs (incoming) 2011-08-14 04:35:38 -03:00
vga.lib Added schematic symbol for VGA DE15 connector 2011-04-24 02:35:05 -03:00
wm9707scft.dcm Added WM9707SCFT/V symbol 2012-03-26 18:03:22 +08:00
wm9707scft.lib Added WM9707SCFT/V symbol 2012-03-26 18:03:22 +08:00

When adding a new schematics symbol, please do the following:

1) Choose a unique name for the symbol. If the component is available
   in packages with different pin numbering schemes, you may want to 
   add number of pins or the package name to the symbol's base name,
   to make the name unique.

   If the package and the number of pins are not relevant for the
   schematics symbol, they should not be part of the name.

   Example: 74x1g08_5.lib

2) Create a .lib file containing just that symbol

3) Add a LibName# entry for it at the end of components.pro
   The LibName entry must have the form
   LibName#=./name.lib
   where # is the number of the highest-numbered entry, minus one

4) Record your authorship in ../AUTHORS