[Cryptech-Commits] [user/ft/alpha_to_kicad] branch master updated (a2ac492 -> 97de5e2)
git at cryptech.is
git at cryptech.is
Wed May 9 15:07:47 UTC 2018
This is an automated email from the git hooks/post-receive script.
fredrik at thulin.net pushed a change to branch master
in repository user/ft/alpha_to_kicad.
from a2ac492 change segments to gr_line on non-copper layer Eco2.User
new f26c6c4 start fixing labels by importing current ones from the schematics
new e1c1a0a lots of label fixes
new 84a1d59 more labels
new b5e4268 more labels
new 1960e43 more labels
new c97830f commit all the label changes made by current fix-label.py
new 6f9fea9 more ignores
new 0951574 remap symbols to suit KiCad-nightly
new 1f34293 init
new 23f5296 init
new c8553ca Merge branch 'master' into ft-add_components
new cbc5877 Add NoConn, some power components and fix some symbols. 20 DRC warnings left.
new 96a758c newer KiCad-nightly seems to order vias after net number
new 071cd25 Almost ERC clean. Only three warnings about NotConn sharing pins.
new 97de5e2 Merge branch 'ft-add_components'
The 15 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 5 +
Cryptech Alpha.pro.template | 9 +-
Cryptech Alpha.sch.template | 34 +-
add-components.py | 668 +++++++++++++++++++++++++++++++
convert.sh | 108 ++++-
extract-labels.py | 86 ++++
fix-labels.py | 736 +++++++++++++++++++++++++++++++++++
remap-symbols.py | 66 ++++
rev03-KiCad/Cryptech Alpha.kicad_pcb | 174 ++++-----
rev03-KiCad/Cryptech Alpha.pro | 33 --
rev03-KiCad/Cryptech Alpha.sch | 262 -------------
rev03-KiCad/Cryptech_Alpha.lib | 64 +--
rev03-KiCad/rev02_00.sch | 35 +-
rev03-KiCad/rev02_01.sch | 177 +++++----
rev03-KiCad/rev02_02.sch | 85 ++--
rev03-KiCad/rev02_03.sch | 102 ++---
rev03-KiCad/rev02_04.sch | 123 +++---
rev03-KiCad/rev02_05.sch | 311 ++++++++-------
rev03-KiCad/rev02_06.sch | 329 +++++++---------
rev03-KiCad/rev02_07.sch | 55 +--
rev03-KiCad/rev02_08.sch | 65 +---
rev03-KiCad/rev02_09.sch | 246 +++++++-----
rev03-KiCad/rev02_10.sch | 246 +++++++-----
rev03-KiCad/rev02_11.sch | 158 ++++----
rev03-KiCad/rev02_12.sch | 98 ++---
rev03-KiCad/rev02_13.sch | 131 +++----
rev03-KiCad/rev02_14.sch | 87 +++--
rev03-KiCad/rev02_15.sch | 107 ++---
rev03-KiCad/rev02_16.sch | 141 +++++--
rev03-KiCad/rev02_17.sch | 179 ++++-----
rev03-KiCad/rev02_18.sch | 177 +++++----
rev03-KiCad/rev02_19.sch | 195 +++++-----
rev03-KiCad/rev02_20.sch | 123 +++---
rev03-KiCad/rev02_21.sch | 51 +--
rev03-KiCad/rev02_22.sch | 205 +++++-----
rev03-KiCad/rev02_23.sch | 195 ++++------
rev03-KiCad/rev02_24.sch | 119 +++---
rev03-KiCad/rev02_25.sch | 91 ++---
sym-lib-table.template | 3 +
39 files changed, 3603 insertions(+), 2476 deletions(-)
create mode 100755 add-components.py
create mode 100755 extract-labels.py
create mode 100755 fix-labels.py
create mode 100755 remap-symbols.py
delete mode 100644 rev03-KiCad/Cryptech Alpha.pro
delete mode 100644 rev03-KiCad/Cryptech Alpha.sch
create mode 100644 sym-lib-table.template
More information about the Commits
mailing list