1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-07-05 04:45:28 +03:00
Commit Graph

10 Commits

Author SHA1 Message Date
Werner Almesberger
7c2542e321 KiCad dislikes dots in file names: renamed u.fl-receptacle to u-fl-receptacle 2010-11-06 00:35:11 -03:00
Werner Almesberger
e6c8818d46 Added footprint for U.FL (micro coax) receptacle. 2010-11-05 22:22:25 -03:00
Werner Almesberger
7dd3d1ac90 SOT-323 footprint for MMST3904 NPN transistor (use NPN standard symbol)
- AUTHORS, modules/INFO, modules/Makefile, modules/sot-323.fpd: footprint
  for SOT-323 package with clockwise (normal) or counter-clockwise
  (transistors) pin numbering
- BOOKSHELF: added MMST3904 NPN small signal transistor
2010-10-25 04:09:08 -03:00
Werner Almesberger
f73f0a9481 Added Molex 0480371000 USB A plug (SMT)
- AUTHORS, components/INFO, components/usb_a_plug.lib,
  components/usb_a_plug.dcm: added symbol for USB A plug
- AUTHORS, modules/INFO, modules/usb_a_plug_smt.fpd: added footprint for
  USB A plug
- BOOKSHELF: added Molex 0480371000 USB A plug for SMT
- AUTHORS: corrected type in file extension of modules/xtal-4.fpd (was .fpg)
2010-10-25 03:07:03 -03:00
Werner Almesberger
e3c85074c8 modules/Makefile (MODULES): belatedly remove "pads" and "stdpass". Oops. 2010-10-25 03:07:02 -03:00
Werner Almesberger
6668a6de02 Added (partially incorrect, see INFO) footprint of F MMCX board edge connector
- AUTHORS, modules/INFO, modules/mmcx-f-edge.fpd: MMCX female SMT board
  edge connector (not entirely correct, due to limitations of fped)
- BOOKSHELF: added Molex 73415-0961 data sheet
2010-10-24 01:42:53 -03:00
Werner Almesberger
7c1383d43e Added components (transistor and balun) for the uSD variant.
- atusd/Makefile:
- AUTHORS, atusd/Makefile, atusd/dtc123.lib, atusd/dtc123je.fpd: borrowed
  the DTC123 symbol (Alvaro Lopes) and footprint (Dave Ball) from
  gta02-core. Note that this isn't the part I'm using in my prototype, and
  I'm trying to get rid of it entirely, so all this will change before too
  long.
- components/BOOKSHELF, components/INFO, components/balun.lib,
  modules/Makefile, modules/INFO, modules/0805-6.fpd: added the Wuerth
  748421245 balun

makefile
2010-09-02 18:15:28 -03:00
Werner Almesberger
5553d3e75b New circuit: an arbitrary-precision counter.
- BOOKSHELF: added the C8051F320 (alias "f320")
- BOOKSHELF: added "atrf" alias for AT86RF230
- BOOKSHELF: added "f326" alias for C8051F326
- AUTHORS, components/INFO, components/c8051f320.lib,
  components/c8051f320.dcm: added Silabs C8051F320
- AUTHORS, modules/INFO, modules/Makefile, modules/qfp.fpd: added LQFP32
  for C8051F320
- cntr/cntr.pro, cntr/cntr.sch, cntr/cntr.brd: arbitrary-precision counter
2010-08-22 21:32:54 -03:00
Werner Almesberger
28e2c757bc Added modules for test points and solder pads. Some cleanup.
- AUTHORS, modules/INFO, modules/Makefile, modules/pads.fpd: added pads
- modules/Makefile: added forgotten "qfn" module
- modules/xtal-4.fpd: renamed crystal module from xtal-4-* to xtal4-*, for
  clarity
2010-08-12 15:28:03 -03:00
Werner Almesberger
c0127b490c KiCad module build and xtal-4 cleanup.
- modules/Makefile: generate .mod files from .fpd
- components/xtal-4.lib: changed symbol name inside the .lib file as well
- modules/xtal-4.fpd: added package dimensions measurements
2010-08-12 10:50:48 -03:00