From 5677d6b61acff4f2f4b3c752fe51f9b8350fb14a Mon Sep 17 00:00:00 2001 From: PSR0001 Date: Sun, 18 Jun 2023 09:10:00 +0530 Subject: Update libries for KiCad V6 --- .../template/BeagleBone-Black-Cape/meta/brd.png | Bin 9535 -> 68287 bytes .../template/BeagleBone-Black-Cape/meta/icon.png | Bin 5633 -> 5633 bytes .../template/BeagleBone-Black-Cape/meta/info.html | 49 +++++++++++---------- 3 files changed, 26 insertions(+), 23 deletions(-) (limited to 'library/kicadLibrary/template/BeagleBone-Black-Cape/meta') diff --git a/library/kicadLibrary/template/BeagleBone-Black-Cape/meta/brd.png b/library/kicadLibrary/template/BeagleBone-Black-Cape/meta/brd.png index 514d0048..70efca66 100644 Binary files a/library/kicadLibrary/template/BeagleBone-Black-Cape/meta/brd.png and b/library/kicadLibrary/template/BeagleBone-Black-Cape/meta/brd.png differ diff --git a/library/kicadLibrary/template/BeagleBone-Black-Cape/meta/icon.png b/library/kicadLibrary/template/BeagleBone-Black-Cape/meta/icon.png index d9b59d7d..5c7eea0d 100644 Binary files a/library/kicadLibrary/template/BeagleBone-Black-Cape/meta/icon.png and b/library/kicadLibrary/template/BeagleBone-Black-Cape/meta/icon.png differ diff --git a/library/kicadLibrary/template/BeagleBone-Black-Cape/meta/info.html b/library/kicadLibrary/template/BeagleBone-Black-Cape/meta/info.html index 1fd43f93..e678461a 100644 --- a/library/kicadLibrary/template/BeagleBone-Black-Cape/meta/info.html +++ b/library/kicadLibrary/template/BeagleBone-Black-Cape/meta/info.html @@ -1,23 +1,26 @@ - - - - -BeagleBone Black Cape - - -

This project template is the basis of an expansion board for the -BeagleBone Black

- -This base project includes a PCB edge defined as the same
-size as the BeagleBone Black Cape refernece with the connectors placed
-correctly to align the two boards.

- -Contours and holes can be easely modified, just remove line or hole
-and redraw wath you want in layer "edge.cuts".
- -The final PCB looks like the following: -

-





-

-

(c)2015 Jakub Źrebiec

+ + + BeagleBone Black Cape + + +

This project template is the basis of an expansion board for the + BeagleBone Black. +

+ +

+ The PCB outline conforms to the cape specification in + the BeagleBone Black System Reference Manual, with the connectors and holes placed correctly to align the two boards. An ID EEPROM with the necessary support circuitry has also been included on the schematic, but it is up to the user to assign footprints, place, and route those components. +

+ +

+ Note: due to the fact that the official 3D library does not include "long" or "stacking" female headers, the default Connector_PinSocket_2.54mm models were used. +

+ +

+ +

+ (c) 2021 Caleb Reister
+ (c) 2015 Jakub Źrebiec +

+ + -- cgit From 46ae72336513017b3c694876c1954cbaa760bfde Mon Sep 17 00:00:00 2001 From: rahulp13 Date: Thu, 29 Jun 2023 18:24:29 +0530 Subject: removed redundant kicad libraries and symbols --- .../template/BeagleBone-Black-Cape/meta/brd.png | Bin 68287 -> 0 bytes .../template/BeagleBone-Black-Cape/meta/icon.png | Bin 5633 -> 0 bytes .../template/BeagleBone-Black-Cape/meta/info.html | 26 --------------------- 3 files changed, 26 deletions(-) delete mode 100644 library/kicadLibrary/template/BeagleBone-Black-Cape/meta/brd.png delete mode 100644 library/kicadLibrary/template/BeagleBone-Black-Cape/meta/icon.png delete mode 100644 library/kicadLibrary/template/BeagleBone-Black-Cape/meta/info.html (limited to 'library/kicadLibrary/template/BeagleBone-Black-Cape/meta') diff --git a/library/kicadLibrary/template/BeagleBone-Black-Cape/meta/brd.png b/library/kicadLibrary/template/BeagleBone-Black-Cape/meta/brd.png deleted file mode 100644 index 70efca66..00000000 Binary files a/library/kicadLibrary/template/BeagleBone-Black-Cape/meta/brd.png and /dev/null differ diff --git a/library/kicadLibrary/template/BeagleBone-Black-Cape/meta/icon.png b/library/kicadLibrary/template/BeagleBone-Black-Cape/meta/icon.png deleted file mode 100644 index 5c7eea0d..00000000 Binary files a/library/kicadLibrary/template/BeagleBone-Black-Cape/meta/icon.png and /dev/null differ diff --git a/library/kicadLibrary/template/BeagleBone-Black-Cape/meta/info.html b/library/kicadLibrary/template/BeagleBone-Black-Cape/meta/info.html deleted file mode 100644 index e678461a..00000000 --- a/library/kicadLibrary/template/BeagleBone-Black-Cape/meta/info.html +++ /dev/null @@ -1,26 +0,0 @@ - - - BeagleBone Black Cape - - -

This project template is the basis of an expansion board for the - BeagleBone Black. -

- -

- The PCB outline conforms to the cape specification in - the BeagleBone Black System Reference Manual, with the connectors and holes placed correctly to align the two boards. An ID EEPROM with the necessary support circuitry has also been included on the schematic, but it is up to the user to assign footprints, place, and route those components. -

- -

- Note: due to the fact that the official 3D library does not include "long" or "stacking" female headers, the default Connector_PinSocket_2.54mm models were used. -

- -

- -

- (c) 2021 Caleb Reister
- (c) 2015 Jakub Źrebiec -

- - -- cgit