From 42e4b6528f69a5ca79b5e541b49f41ea83503dd8 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Thu, 22 Jun 2017 08:34:21 -0600 Subject: [PATCH] rename bluetooth module footprint to reflect part we're actually using --- packages/Makefile | 2 +- packages/{BM70BLES1FC2.py => RN4678.py} | 4 ++-- preferred-parts | 2 +- symbols/microchip/BM70.sym | 2 +- symbols/microchip/RN4678.sym | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) rename packages/{BM70BLES1FC2.py => RN4678.py} (96%) diff --git a/packages/Makefile b/packages/Makefile index 78d18bb..e557c83 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -107,7 +107,7 @@ FOOTPRINTS= \ 3568.fp \ ABM12.fp \ MD-60S.fp \ - BM70BLES1FC2.fp \ + RN4678.fp \ JTIBM15.fp .5c.fp: diff --git a/packages/BM70BLES1FC2.py b/packages/RN4678.py similarity index 96% rename from packages/BM70BLES1FC2.py rename to packages/RN4678.py index 1676de3..75ae9e9 100755 --- a/packages/BM70BLES1FC2.py +++ b/packages/RN4678.py @@ -1,10 +1,10 @@ #!/usr/bin/python # Copyright 2016 by Bdale Garbee . GPLv3+ # -# Program to emit PCB footprint for Microchip BM70BLES1FC2 Bluetooth LE module +# Program to emit PCB footprint for Microchip RN4678 Bluetooth LE module # -# dimensions in mm from BM70/71 Data Sheet +# dimensions in mm from BM70/71 Data Sheet (part of the same family) BodyWidth = 12.00 BodyHeight = 22.00 diff --git a/preferred-parts b/preferred-parts index 486533f..b6e4cf2 100644 --- a/preferred-parts +++ b/preferred-parts @@ -50,7 +50,7 @@ CONNECTOR Debug 0-215079-4 throughhole no 215079-4 mouser 571-215079-4 CONNECTOR Debug 530470610 throughhole no 0530470610 digikey WM1735-ND CONNECTOR Debug picodebug throughhole no GRPB041VWVN-RC digikey S9014E-04-ND CONNECTOR LiPo B2B-PH throughhole no 440054-2 digikey A100034-ND -CONNECTOR LiPo S2B-PH throughhole no S2B-PH-K-S(LF)(SN) digikey 455-1719-ND +CONNECTOR LiPo S2B-PH throughhole yes S2B-PH-K-S(LF)(SN) digikey 455-1719-ND CONNECTOR LiPo S2B-PH-SM smt no S2B-PH-SM4-TB(LF)(SN) digikey 455-1749-1-ND reel16mm CONNECTOR Pyro 282834-4 throughhole no 282834-4 digikey A98335-ND CONNECTOR Pyro 282834-6 throughhole no 20088 4ucon 20088 diff --git a/symbols/microchip/BM70.sym b/symbols/microchip/BM70.sym index a8494c0..653f5cb 100644 --- a/symbols/microchip/BM70.sym +++ b/symbols/microchip/BM70.sym @@ -370,4 +370,4 @@ pintype=pas T 3195 8200 8 10 1 1 0 0 1 value=BM70BLES1FC2 T 395 8600 8 10 0 0 0 0 1 -footprint=BM70BLES1FC2 +footprint=RN4678 diff --git a/symbols/microchip/RN4678.sym b/symbols/microchip/RN4678.sym index 7eecf74..fc55c9e 100644 --- a/symbols/microchip/RN4678.sym +++ b/symbols/microchip/RN4678.sym @@ -370,4 +370,4 @@ pintype=pas T 3195 8200 8 10 1 1 0 0 1 value=RN4678 T 395 8600 8 10 0 0 0 0 1 -footprint=BM70BLES1FC2 +footprint=RN4678 -- 2.47.2