summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Vassilev <vladimir@lightside-instruments.com>2023-01-22 03:47:11 +0100
committerVladimir Vassilev <vladimir@lightside-instruments.com>2023-01-22 03:47:11 +0100
commit1669eb59d66aff99c42d14bb502a685d1e5f2e66 (patch)
tree0df079187ea41804bd5303f3690df811afd9c699
parentf923b1b8c3adeb88c8322e05b615b632cdf12bea (diff)
Release ice4pi-2.3
-rw-r--r--CHANGELOG8
-rw-r--r--bom.csv4
-rw-r--r--example/README2
-rwxr-xr-xexample/ice4pi_prog5
-rw-r--r--ice4pi.kicad_pcb893
-rw-r--r--ice4pi.kicad_pro20
-rw-r--r--ice4pi.kicad_sch11
7 files changed, 219 insertions, 724 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 41ee0b0..f2a1110 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,11 @@
+ice4pi (2.3) jammy; urgency=medium
+
+ * Fixed critical bug in circuit design connected EN pin of the LDO voltage regulator to +5V
+ * example/README updated to install flashrom using apt and not compile it from source
+ * BOM: Changed the 2x20 Raspberry Pi connector to one with long 10 mm stacking pins instead
+
+ -- Vladimir Vassilev <vladimir@lightside-instruments.com> Sun, 22 Jan 2023 03:36:38 +0100
+
ice4pi (2.2) jammy; urgency=medium
* Replaced U3 - the dual channel LDO voltage regulator with a single channel 1.2V fixed
diff --git a/bom.csv b/bom.csv
index 5187dcd..e9fd9ef 100644
--- a/bom.csv
+++ b/bom.csv
@@ -9,9 +9,9 @@ R20,1,,Resistor_SMD:R_0402_1005Metric,100,,,,,ERJ-2GEJ101X
D5,1,,LED_SMD:LED_0402_1005Metric,LED,,,,,150040VS73240
U3,1,,Package_TO_SOT_SMD:SOT-23-5,MIC5504-1.2YM5,,,,,MIC5504-1.2YM5
C8,1,,Capacitor_SMD:C_0402_1005Metric,4.7uF,,,,,C1005X5R0J475M050BC
-U4,1,,Oscillator:Oscillator_SMD_Abracon_ASDMB-4Pin_2.5x2.0mm,,,,,,DSC1001DI1-012.0000
+U4,1,,Oscillator:Oscillator_SMD_Abracon_ASDMB-4Pin_2.5x2.0mm,,,,,,DSC1001DE2-012.0000
C17;C22,2,,Capacitor_SMD:C_0402_1005Metric,1 uF,,,,,885012105012
-J2,1,,ice4pi:PinSocket_2x20_P2.54mm_Vertical_1_04mm,Raspberry_Pi_2_3,,,,,SSW-120-01-T-D-006
+J2,1,,ice4pi:PinSocket_2x20_P2.54mm_Vertical_1_04mm,Raspberry_Pi_2_3,,,,,SSQ-120-03-T-D
J1,1,,ice4pi:PinSocket_2x06_P2.54mm_Vertical_1to6_7to12,Pmod 2x6,,,,,SSW-106-01-T-D
D6,1,,Diode_SMD:D_0603_1608Metric,CDBU0520,,,,,CDBU0520
D4;D3;D2;D1,4,,LED_SMD:LED_0402_1005Metric,LED,,,,,150040BS73240
diff --git a/example/README b/example/README
index b4a8b50..a1841ce 100644
--- a/example/README
+++ b/example/README
@@ -9,4 +9,4 @@ Assuming you are running on a Raspberry Pi 2-4 or Zero (tested with bullseye):
3. Load the rot.bin file to the shield:
- make load
+ sudo make load
diff --git a/example/ice4pi_prog b/example/ice4pi_prog
index c747db8..81f4aaa 100755
--- a/example/ice4pi_prog
+++ b/example/ice4pi_prog
@@ -1,5 +1,5 @@
#!/bin/bash
-echo 24 > /sys/class/gpio/export
+echo 24 > /sys/class/gpio/export || true
echo out > /sys/class/gpio/gpio24/direction
echo 1 >/sys/class/gpio/gpio24/value
sleep 1
@@ -10,6 +10,5 @@ dd if=${1} conv=notrunc of=image
flashrom -p linux_spi:dev=/dev/spidev0.0,spispeed=20000 -w image
#workaround first time fails after initial programming
flashrom -p linux_spi:dev=/dev/spidev0.0,spispeed=20000 -w image
-echo in > /sys/class/gpio/gpio24/direction
-echo 24 > /sys/class/gpio/unexport
+echo 1 >/sys/class/gpio/gpio24/value
diff --git a/ice4pi.kicad_pcb b/ice4pi.kicad_pcb
index a51dc49..1519e8f 100644
--- a/ice4pi.kicad_pcb
+++ b/ice4pi.kicad_pcb
@@ -31,6 +31,23 @@
)
(setup
+ (stackup
+ (layer "F.SilkS" (type "Top Silk Screen"))
+ (layer "F.Paste" (type "Top Solder Paste"))
+ (layer "F.Mask" (type "Top Solder Mask") (thickness 0.01))
+ (layer "F.Cu" (type "copper") (thickness 0.035))
+ (layer "dielectric 1" (type "core") (thickness 0.48) (material "FR4") (epsilon_r 4.5) (loss_tangent 0.02))
+ (layer "In1.Cu" (type "copper") (thickness 0.035))
+ (layer "dielectric 2" (type "prepreg") (thickness 0.48) (material "FR4") (epsilon_r 4.5) (loss_tangent 0.02))
+ (layer "In2.Cu" (type "copper") (thickness 0.035))
+ (layer "dielectric 3" (type "core") (thickness 0.48) (material "FR4") (epsilon_r 4.5) (loss_tangent 0.02))
+ (layer "B.Cu" (type "copper") (thickness 0.035))
+ (layer "B.Mask" (type "Bottom Solder Mask") (thickness 0.01))
+ (layer "B.Paste" (type "Bottom Solder Paste"))
+ (layer "B.SilkS" (type "Bottom Silk Screen"))
+ (copper_finish "None")
+ (dielectric_constraints no)
+ )
(pad_to_mask_clearance 0.051)
(solder_mask_min_width 0.25)
(aux_axis_origin 50 49)
@@ -126,84 +143,83 @@
(net 54 "PIO0_18")
(net 55 "PIO0_17")
(net 56 "unconnected-(U3-Pad4)")
- (net 57 "unconnected-(U3-Pad3)")
- (net 58 "unconnected-(U1-Pad144)")
- (net 59 "unconnected-(U1-Pad143)")
- (net 60 "unconnected-(U1-Pad142)")
- (net 61 "unconnected-(U1-Pad131)")
- (net 62 "unconnected-(U1-Pad130)")
- (net 63 "unconnected-(U1-Pad127)")
- (net 64 "unconnected-(U1-Pad126)")
- (net 65 "unconnected-(U1-Pad125)")
- (net 66 "unconnected-(U1-Pad124)")
- (net 67 "unconnected-(U1-Pad110)")
- (net 68 "unconnected-(U1-Pad109)")
- (net 69 "IR_SD")
- (net 70 "IR_RXD")
- (net 71 "IR_TXD")
- (net 72 "unconnected-(U1-Pad104)")
- (net 73 "unconnected-(U1-Pad102)")
- (net 74 "unconnected-(U1-Pad101)")
- (net 75 "unconnected-(U1-Pad94)")
- (net 76 "unconnected-(U1-Pad93)")
- (net 77 "unconnected-(U1-Pad85)")
- (net 78 "unconnected-(U1-Pad84)")
- (net 79 "unconnected-(U1-Pad83)")
- (net 80 "unconnected-(U1-Pad82)")
- (net 81 "unconnected-(U1-Pad77)")
- (net 82 "unconnected-(U1-Pad76)")
- (net 83 "unconnected-(U1-Pad75)")
- (net 84 "unconnected-(U1-Pad74)")
- (net 85 "unconnected-(U1-Pad73)")
- (net 86 "unconnected-(U1-Pad64)")
- (net 87 "unconnected-(U1-Pad63)")
- (net 88 "unconnected-(U1-Pad62)")
- (net 89 "unconnected-(U1-Pad61)")
- (net 90 "unconnected-(U1-Pad60)")
- (net 91 "unconnected-(U1-Pad58)")
- (net 92 "unconnected-(U1-Pad56)")
- (net 93 "unconnected-(U1-Pad55)")
- (net 94 "unconnected-(U1-Pad54)")
- (net 95 "unconnected-(U1-Pad53)")
- (net 96 "unconnected-(U1-Pad52)")
- (net 97 "unconnected-(U1-Pad50)")
- (net 98 "unconnected-(U1-Pad49)")
- (net 99 "unconnected-(U1-Pad48)")
- (net 100 "unconnected-(U1-Pad47)")
- (net 101 "unconnected-(U1-Pad45)")
- (net 102 "unconnected-(U1-Pad44)")
- (net 103 "unconnected-(U1-Pad43)")
- (net 104 "unconnected-(U1-Pad42)")
- (net 105 "unconnected-(U1-Pad41)")
- (net 106 "unconnected-(U1-Pad40)")
- (net 107 "unconnected-(U1-Pad39)")
- (net 108 "unconnected-(U1-Pad38)")
- (net 109 "unconnected-(U1-Pad37)")
- (net 110 "unconnected-(U1-Pad34)")
- (net 111 "unconnected-(U1-Pad33)")
- (net 112 "unconnected-(U1-Pad32)")
- (net 113 "unconnected-(U1-Pad31)")
- (net 114 "unconnected-(U1-Pad29)")
- (net 115 "unconnected-(U1-Pad28)")
- (net 116 "unconnected-(U1-Pad26)")
- (net 117 "unconnected-(U1-Pad25)")
- (net 118 "unconnected-(U1-Pad24)")
- (net 119 "unconnected-(U1-Pad23)")
- (net 120 "unconnected-(U1-Pad22)")
- (net 121 "unconnected-(U1-Pad20)")
- (net 122 "unconnected-(U1-Pad19)")
- (net 123 "unconnected-(U1-Pad18)")
- (net 124 "unconnected-(U1-Pad17)")
- (net 125 "unconnected-(U1-Pad16)")
- (net 126 "unconnected-(U1-Pad15)")
- (net 127 "unconnected-(U1-Pad12)")
- (net 128 "unconnected-(U1-Pad11)")
- (net 129 "unconnected-(U1-Pad10)")
- (net 130 "unconnected-(U1-Pad7)")
- (net 131 "unconnected-(U1-Pad4)")
- (net 132 "unconnected-(U1-Pad3)")
- (net 133 "unconnected-(U1-Pad2)")
- (net 134 "unconnected-(U1-Pad1)")
+ (net 57 "unconnected-(U1-Pad144)")
+ (net 58 "unconnected-(U1-Pad143)")
+ (net 59 "unconnected-(U1-Pad142)")
+ (net 60 "unconnected-(U1-Pad131)")
+ (net 61 "unconnected-(U1-Pad130)")
+ (net 62 "unconnected-(U1-Pad127)")
+ (net 63 "unconnected-(U1-Pad126)")
+ (net 64 "unconnected-(U1-Pad125)")
+ (net 65 "unconnected-(U1-Pad124)")
+ (net 66 "unconnected-(U1-Pad110)")
+ (net 67 "unconnected-(U1-Pad109)")
+ (net 68 "IR_SD")
+ (net 69 "IR_RXD")
+ (net 70 "IR_TXD")
+ (net 71 "unconnected-(U1-Pad104)")
+ (net 72 "unconnected-(U1-Pad102)")
+ (net 73 "unconnected-(U1-Pad101)")
+ (net 74 "unconnected-(U1-Pad94)")
+ (net 75 "unconnected-(U1-Pad93)")
+ (net 76 "unconnected-(U1-Pad85)")
+ (net 77 "unconnected-(U1-Pad84)")
+ (net 78 "unconnected-(U1-Pad83)")
+ (net 79 "unconnected-(U1-Pad82)")
+ (net 80 "unconnected-(U1-Pad77)")
+ (net 81 "unconnected-(U1-Pad76)")
+ (net 82 "unconnected-(U1-Pad75)")
+ (net 83 "unconnected-(U1-Pad74)")
+ (net 84 "unconnected-(U1-Pad73)")
+ (net 85 "unconnected-(U1-Pad64)")
+ (net 86 "unconnected-(U1-Pad63)")
+ (net 87 "unconnected-(U1-Pad62)")
+ (net 88 "unconnected-(U1-Pad61)")
+ (net 89 "unconnected-(U1-Pad60)")
+ (net 90 "unconnected-(U1-Pad58)")
+ (net 91 "unconnected-(U1-Pad56)")
+ (net 92 "unconnected-(U1-Pad55)")
+ (net 93 "unconnected-(U1-Pad54)")
+ (net 94 "unconnected-(U1-Pad53)")
+ (net 95 "unconnected-(U1-Pad52)")
+ (net 96 "unconnected-(U1-Pad50)")
+ (net 97 "unconnected-(U1-Pad49)")
+ (net 98 "unconnected-(U1-Pad48)")
+ (net 99 "unconnected-(U1-Pad47)")
+ (net 100 "unconnected-(U1-Pad45)")
+ (net 101 "unconnected-(U1-Pad44)")
+ (net 102 "unconnected-(U1-Pad43)")
+ (net 103 "unconnected-(U1-Pad42)")
+ (net 104 "unconnected-(U1-Pad41)")
+ (net 105 "unconnected-(U1-Pad40)")
+ (net 106 "unconnected-(U1-Pad39)")
+ (net 107 "unconnected-(U1-Pad38)")
+ (net 108 "unconnected-(U1-Pad37)")
+ (net 109 "unconnected-(U1-Pad34)")
+ (net 110 "unconnected-(U1-Pad33)")
+ (net 111 "unconnected-(U1-Pad32)")
+ (net 112 "unconnected-(U1-Pad31)")
+ (net 113 "unconnected-(U1-Pad29)")
+ (net 114 "unconnected-(U1-Pad28)")
+ (net 115 "unconnected-(U1-Pad26)")
+ (net 116 "unconnected-(U1-Pad25)")
+ (net 117 "unconnected-(U1-Pad24)")
+ (net 118 "unconnected-(U1-Pad23)")
+ (net 119 "unconnected-(U1-Pad22)")
+ (net 120 "unconnected-(U1-Pad20)")
+ (net 121 "unconnected-(U1-Pad19)")
+ (net 122 "unconnected-(U1-Pad18)")
+ (net 123 "unconnected-(U1-Pad17)")
+ (net 124 "unconnected-(U1-Pad16)")
+ (net 125 "unconnected-(U1-Pad15)")
+ (net 126 "unconnected-(U1-Pad12)")
+ (net 127 "unconnected-(U1-Pad11)")
+ (net 128 "unconnected-(U1-Pad10)")
+ (net 129 "unconnected-(U1-Pad7)")
+ (net 130 "unconnected-(U1-Pad4)")
+ (net 131 "unconnected-(U1-Pad3)")
+ (net 132 "unconnected-(U1-Pad2)")
+ (net 133 "unconnected-(U1-Pad1)")
(footprint "ice4pi:mount_hole" locked (layer "F.Cu")
(tedit 55217C7B) (tstamp 00000000-0000-0000-0000-00005c471d7e)
@@ -770,560 +786,6 @@
)
)
- (footprint "ice4pi:lsi-logo-16mm-fcu" (layer "F.Cu")
- (tedit 62011DD7) (tstamp 00000000-0000-0000-0000-00005e3781cf)
- (at 99.3 75.55)
- (descr "Imported from /home/vladimir/lsi/logo-kicad-3-with-holes.svg")
- (tags "svg2mod")
- (attr exclude_from_pos_files exclude_from_bom)
- (fp_text reference "svg2mod" (at 0 -4.345797) (layer "F.SilkS") hide
- (effects (font (size 1.524 1.524) (thickness 0.3048)))
- (tstamp 842e430f-0c35-45f3-a0b5-95ae7b7ae388)
- )
- (fp_text value "G***" (at 0 4.345797) (layer "F.SilkS") hide
- (effects (font (size 1.524 1.524) (thickness 0.3048)))
- (tstamp 51c4dc0a-5b9f-4edf-a83f-4a12881e42ef)
- )
- (fp_poly (pts
- (xy -8.000028 -1.297796)
- (xy -0.593374 -1.16783)
- (xy 7.869933 -1.16783)
- (xy 7.869933 0.072146)
- (xy -1.346687 0.072146)
- (xy -1.346687 -0.547842)
- (xy -0.593374 -0.547842)
- (xy -0.593374 -1.16783)
- (xy -8.000028 -1.297796)
- (xy -7.127472 -1.045099)
- (xy -6.878908 -1.045099)
- (xy -6.878908 -0.445135)
- (xy -6.855524 -0.3485)
- (xy -6.785503 -0.315944)
- (xy -6.673882 -0.315944)
- (xy -6.673882 -0.235329)
- (xy -6.794805 -0.235329)
- (xy -6.927742 -0.290106)
- (xy -6.97438 -0.445135)
- (xy -6.97438 -0.970685)
- (xy -7.127472 -0.970685)
- (xy -7.127472 -1.045099)
- (xy -8.000028 -1.297796)
- (xy -6.28928 -1.039414)
- (xy -6.193808 -1.039414)
- (xy -6.193808 -0.919008)
- (xy -6.28928 -0.919008)
- (xy -6.28928 -1.039414)
- (xy -8.000028 -1.297796)
- (xy -5.191027 -1.039414)
- (xy -5.095554 -1.039414)
- (xy -5.095554 -0.727289)
- (xy -5.026566 -0.80222)
- (xy -4.923213 -0.828058)
- (xy -4.790922 -0.769663)
- (xy -4.746738 -0.593963)
- (xy -4.746738 -0.235329)
- (xy -4.842727 -0.235329)
- (xy -4.842727 -0.593963)
- (xy -4.870245 -0.708685)
- (xy -4.956416 -0.745375)
- (xy -5.059768 -0.697833)
- (xy -5.095554 -0.562441)
- (xy -5.095554 -0.235329)
- (xy -5.191027 -0.235329)
- (xy -5.191027 -1.039414)
- (xy -8.000028 -1.297796)
- (xy -3.092059 -1.039414)
- (xy -2.996587 -1.039414)
- (xy -2.996587 -0.919008)
- (xy -3.092059 -0.919008)
- (xy -3.092059 -1.039414)
- (xy -8.000028 -1.297796)
- (xy -2.289137 -1.039414)
- (xy -2.193664 -1.039414)
- (xy -2.193664 -0.235329)
- (xy -2.289137 -0.235329)
- (xy -2.289137 -0.308193)
- (xy -2.352957 -0.242564)
- (xy -2.444424 -0.220343)
- (xy -2.610435 -0.301475)
- (xy -2.670638 -0.526267)
- (xy -2.609918 -0.747442)
- (xy -2.444424 -0.828058)
- (xy -2.351923 -0.80532)
- (xy -2.289137 -0.740208)
- (xy -2.289137 -1.039414)
- (xy -8.000028 -1.297796)
- (xy -0.844522 -0.985283)
- (xy -0.844522 -0.735299)
- (xy -1.09554 -0.735299)
- (xy -1.09554 -0.985283)
- (xy -0.844522 -0.985283)
- (xy -8.000028 -1.297796)
- (xy -4.334102 -0.978436)
- (xy -4.334102 -0.814105)
- (xy -4.11719 -0.814105)
- (xy -4.11719 -0.740208)
- (xy -4.334102 -0.740208)
- (xy -4.334102 -0.426015)
- (xy -4.309685 -0.336615)
- (xy -4.224677 -0.311293)
- (xy -4.11719 -0.311293)
- (xy -4.11719 -0.235329)
- (xy -4.233979 -0.235329)
- (xy -4.38552 -0.278221)
- (xy -4.429574 -0.426015)
- (xy -4.429574 -0.740208)
- (xy -4.584862 -0.740208)
- (xy -4.584862 -0.814105)
- (xy -4.429574 -0.814105)
- (xy -4.429574 -0.978436)
- (xy -4.334102 -0.978436)
- (xy -8.000028 -1.297796)
- (xy -3.402764 -0.914745)
- (xy -3.402764 -0.820694)
- (xy -3.84253 -0.655846)
- (xy -3.795246 -0.637243)
- (xy -3.402764 -0.491515)
- (xy -3.402764 -0.48273)
- (xy -3.402764 -0.396947)
- (xy -3.951438 -0.18094)
- (xy -3.951438 -0.275507)
- (xy -3.51038 -0.439322)
- (xy -3.513351 -0.440484)
- (xy -3.951438 -0.604686)
- (xy -3.951438 -0.612955)
- (xy -3.951438 -0.698737)
- (xy -3.402764 -0.914745)
- (xy -8.000028 -1.297796)
- (xy -7.255758 -0.825991)
- (xy -7.255758 -0.73194)
- (xy -7.696817 -0.566575)
- (xy -7.255758 -0.402761)
- (xy -7.255758 -0.308193)
- (xy -7.804304 -0.5242)
- (xy -7.804304 -0.609983)
- (xy -7.255758 -0.825991)
- (xy -8.000028 -1.297796)
- (xy -8.000028 0.202241)
- (xy -5.634281 -0.007953)
- (xy -5.716834 -0.015187)
- (xy -5.803005 -0.036375)
- (xy -5.803005 -0.130426)
- (xy -5.710633 -0.095286)
- (xy -5.634281 -0.083917)
- (xy -5.521627 -0.125775)
- (xy -5.486357 -0.258583)
- (xy -5.486357 -0.262718)
- (xy -5.486357 -0.327313)
- (xy -5.548627 -0.254966)
- (xy -5.644616 -0.231195)
- (xy -5.807139 -0.312327)
- (xy -5.867859 -0.529368)
- (xy -5.807139 -0.746926)
- (xy -5.644616 -0.828058)
- (xy -5.549661 -0.805837)
- (xy -5.486357 -0.737107)
- (xy -5.486357 -0.812038)
- (xy -5.390885 -0.812038)
- (xy -5.390885 -0.272536)
- (xy -5.452638 -0.075132)
- (xy -5.634281 -0.007953)
- (xy -8.000028 0.202241)
- (xy -1.743175 -0.220343)
- (xy -1.954919 -0.300958)
- (xy -2.031271 -0.5242)
- (xy -1.956469 -0.745375)
- (xy -1.757128 -0.828058)
- (xy -1.582332 -0.753127)
- (xy -1.517866 -0.548488)
- (xy -1.517866 -0.501979)
- (xy -1.931536 -0.501979)
- (xy -1.931536 -0.498879)
- (xy -1.882314 -0.352635)
- (xy -1.742141 -0.300958)
- (xy -1.646669 -0.315428)
- (xy -1.540216 -0.359352)
- (xy -1.540216 -0.264785)
- (xy -1.645636 -0.231712)
- (xy -1.743175 -0.220343)
- (xy -8.000028 0.202241)
- (xy -6.004284 -0.235329)
- (xy -6.478674 -0.235329)
- (xy -6.478674 -0.309226)
- (xy -6.28928 -0.309226)
- (xy -6.28928 -0.740208)
- (xy -6.438237 -0.740208)
- (xy -6.438237 -0.814105)
- (xy -6.193808 -0.814105)
- (xy -6.193808 -0.309226)
- (xy -6.004284 -0.309226)
- (xy -6.004284 -0.235329)
- (xy -8.000028 0.202241)
- (xy -2.807193 -0.235329)
- (xy -3.281582 -0.235329)
- (xy -3.281582 -0.309226)
- (xy -3.092059 -0.309226)
- (xy -3.092059 -0.740208)
- (xy -3.241016 -0.740208)
- (xy -3.241016 -0.814105)
- (xy -2.996587 -0.814105)
- (xy -2.996587 -0.309226)
- (xy -2.807193 -0.309226)
- (xy -2.807193 -0.235329)
- (xy -8.000028 0.202241)
- (xy 8.000028 0.202241)
- (xy 8.000028 -1.297796)
- (xy -8.000028 -1.297796)
- ) (layer "F.Cu") (width 0) (fill solid) (tstamp 03d88a85-11fd-47aa-954c-c318bb15294a))
- (fp_poly (pts
- (xy 1.673671 -0.978436)
- (xy 1.673671 -0.814105)
- (xy 1.518383 -0.814105)
- (xy 1.518383 -0.740208)
- (xy 1.673671 -0.740208)
- (xy 1.673671 -0.426015)
- (xy 1.717725 -0.278221)
- (xy 1.869266 -0.235329)
- (xy 1.986054 -0.235329)
- (xy 1.986054 -0.311293)
- (xy 1.878697 -0.311293)
- (xy 1.79356 -0.336615)
- (xy 1.769143 -0.426015)
- (xy 1.769143 -0.740208)
- (xy 1.986054 -0.740208)
- (xy 1.986054 -0.814105)
- (xy 1.769143 -0.814105)
- (xy 1.769143 -0.978436)
- (xy 1.673671 -0.978436)
- ) (layer "F.Cu") (width 0) (fill solid) (tstamp 0dcdf1b8-13c6-48b4-bd94-5d26038ff231))
- (fp_poly (pts
- (xy 6.257112 -0.828058)
- (xy 6.095752 -0.782582)
- (xy 6.039166 -0.654425)
- (xy 6.077019 -0.550555)
- (xy 6.197425 -0.496812)
- (xy 6.233212 -0.489577)
- (xy 6.237346 -0.488543)
- (xy 6.364599 -0.397076)
- (xy 6.329717 -0.325246)
- (xy 6.231661 -0.299924)
- (xy 6.13929 -0.31336)
- (xy 6.037099 -0.354701)
- (xy 6.037099 -0.256516)
- (xy 6.13929 -0.229644)
- (xy 6.229594 -0.220343)
- (xy 6.399868 -0.268402)
- (xy 6.461104 -0.40276)
- (xy 6.424285 -0.507664)
- (xy 6.316798 -0.561407)
- (xy 6.278428 -0.568642)
- (xy 6.159573 -0.605849)
- (xy 6.135672 -0.663726)
- (xy 6.167324 -0.727288)
- (xy 6.264346 -0.748476)
- (xy 6.348967 -0.73659)
- (xy 6.431519 -0.700933)
- (xy 6.431519 -0.793951)
- (xy 6.3469 -0.819272)
- (xy 6.257112 -0.828057)
- (xy 6.257112 -0.828058)
- ) (layer "F.Cu") (width 0) (fill solid) (tstamp 120a7b0f-ddfd-4447-85c1-35665465acdb))
- (fp_poly (pts
- (xy 3.613216 -0.828058)
- (xy 3.554563 -0.811521)
- (xy 3.51206 -0.764496)
- (xy 3.51206 -0.814105)
- (xy 3.425373 -0.814105)
- (xy 3.425373 -0.235329)
- (xy 3.51206 -0.235329)
- (xy 3.51206 -0.566575)
- (xy 3.526529 -0.716437)
- (xy 3.579498 -0.748476)
- (xy 3.632466 -0.719537)
- (xy 3.647452 -0.566575)
- (xy 3.647452 -0.235329)
- (xy 3.734656 -0.235329)
- (xy 3.734656 -0.566575)
- (xy 3.749772 -0.716437)
- (xy 3.806744 -0.748476)
- (xy 3.856612 -0.718504)
- (xy 3.870694 -0.566575)
- (xy 3.870694 -0.235329)
- (xy 3.957898 -0.235329)
- (xy 3.957898 -0.570709)
- (xy 3.92883 -0.773797)
- (xy 3.830128 -0.828058)
- (xy 3.764241 -0.809971)
- (xy 3.71967 -0.755194)
- (xy 3.678587 -0.809971)
- (xy 3.613216 -0.828058)
- ) (layer "F.Cu") (width 0) (fill solid) (tstamp 13475e15-f37c-4de8-857e-1722b0c39513))
- (fp_poly (pts
- (xy -0.186035 -1.039414)
- (xy -0.186035 -0.919008)
- (xy -0.090563 -0.919008)
- (xy -0.090563 -1.039414)
- (xy -0.186035 -1.039414)
- ) (layer "F.Cu") (width 0) (fill solid) (tstamp 1a2f72d1-0b36-4610-afc4-4ad1660d5d3b))
- (fp_poly (pts
- (xy 4.346117 -0.828058)
- (xy 4.341857 -0.747442)
- (xy 4.449861 -0.703517)
- (xy 4.489781 -0.576393)
- (xy 4.17533 -0.575877)
- (xy 4.228298 -0.701968)
- (xy 4.341857 -0.747443)
- (xy 4.341857 -0.747442)
- (xy 4.346117 -0.828058)
- (xy 4.146776 -0.745375)
- (xy 4.071974 -0.5242)
- (xy 4.148326 -0.300958)
- (xy 4.36007 -0.220343)
- (xy 4.457609 -0.231712)
- (xy 4.563029 -0.264785)
- (xy 4.563029 -0.359352)
- (xy 4.456575 -0.315428)
- (xy 4.361103 -0.300958)
- (xy 4.220931 -0.352635)
- (xy 4.171709 -0.498879)
- (xy 4.171709 -0.501979)
- (xy 4.585379 -0.501979)
- (xy 4.585379 -0.548488)
- (xy 4.521042 -0.753127)
- (xy 4.346117 -0.828057)
- (xy 4.346117 -0.828058)
- ) (layer "F.Cu") (width 0) (fill solid) (tstamp 2732632c-4768-42b6-bf7f-14643424019e))
- (fp_poly (pts
- (xy -0.334992 -0.814105)
- (xy -0.334992 -0.740208)
- (xy -0.186035 -0.740208)
- (xy -0.186035 -0.309226)
- (xy -0.375429 -0.309226)
- (xy -0.375429 -0.235329)
- (xy 0.098961 -0.235329)
- (xy 0.098961 -0.309226)
- (xy -0.090563 -0.309226)
- (xy -0.090563 -0.814105)
- (xy -0.334992 -0.814105)
- ) (layer "F.Cu") (width 0) (fill solid) (tstamp 48f827a8-6e22-4a2e-abdc-c2a03098d883))
- (fp_poly (pts
- (xy 0.540536 -0.828058)
- (xy 0.437312 -0.80222)
- (xy 0.368324 -0.727289)
- (xy 0.368324 -0.814105)
- (xy 0.272723 -0.814105)
- (xy 0.272723 -0.235329)
- (xy 0.368324 -0.235329)
- (xy 0.368324 -0.562441)
- (xy 0.40411 -0.697833)
- (xy 0.507333 -0.745375)
- (xy 0.593504 -0.708685)
- (xy 0.621021 -0.593963)
- (xy 0.621021 -0.235329)
- (xy 0.717011 -0.235329)
- (xy 0.717011 -0.593963)
- (xy 0.672956 -0.769663)
- (xy 0.540536 -0.828058)
- ) (layer "F.Cu") (width 0) (fill solid) (tstamp 58dc14f9-c158-4824-a84e-24a6a482a7a4))
- (fp_poly (pts
- (xy -2.454902 -0.758688)
- (xy -2.559288 -0.70236)
- (xy -2.594557 -0.535446)
- (xy -2.559288 -0.368531)
- (xy -2.454902 -0.312203)
- (xy -2.350128 -0.369047)
- (xy -2.313696 -0.535446)
- (xy -2.350128 -0.701844)
- (xy -2.454902 -0.758688)
- ) (layer "F.Cu") (width 0) (fill solid) (tstamp 5b2b5c7d-f943-4634-9f0a-e9561705c49d))
- (fp_poly (pts
- (xy 5.016619 -0.828058)
- (xy 4.913395 -0.80222)
- (xy 4.844278 -0.727289)
- (xy 4.844278 -0.814105)
- (xy 4.748806 -0.814105)
- (xy 4.748806 -0.235329)
- (xy 4.844278 -0.235329)
- (xy 4.844278 -0.562441)
- (xy 4.880193 -0.697833)
- (xy 4.983417 -0.745375)
- (xy 5.069587 -0.708685)
- (xy 5.097105 -0.593963)
- (xy 5.097105 -0.235329)
- (xy 5.193094 -0.235329)
- (xy 5.193094 -0.593963)
- (xy 5.14904 -0.769663)
- (xy 5.016619 -0.828058)
- ) (layer "F.Cu") (width 0) (fill solid) (tstamp 854dd5d4-5fd2-4730-bd49-a9cd8299a065))
- (fp_poly (pts
- (xy 7.250979 -0.825991)
- (xy 7.250979 -0.73194)
- (xy 7.692166 -0.566575)
- (xy 7.250979 -0.402761)
- (xy 7.250979 -0.308193)
- (xy 7.799653 -0.5242)
- (xy 7.799653 -0.609983)
- (xy 7.250979 -0.825991)
- ) (layer "F.Cu") (width 0) (fill solid) (tstamp 8d55e186-3e11-40e8-a65e-b36a8a00069e))
- (fp_poly (pts
- (xy 6.963744 -1.142542)
- (xy 6.929034 -1.037612)
- (xy 6.822897 -0.71568)
- (xy 6.795735 -0.633187)
- (xy 6.747043 -0.484796)
- (xy 6.746218 -0.481877)
- (xy 6.784449 -0.481047)
- (xy 6.822476 -0.47938)
- (xy 6.706279 -0.052518)
- (xy 6.685052 0.025953)
- (xy 6.671472 0.075953)
- (xy 6.671772 0.077203)
- (xy 6.685757 0.045698)
- (xy 6.715838 -0.024927)
- (xy 6.748435 -0.101385)
- (xy 6.780628 -0.176839)
- (xy 6.8259 -0.282973)
- (xy 6.871071 -0.388912)
- (xy 6.903464 -0.464866)
- (xy 6.927509 -0.521204)
- (xy 6.935356 -0.539499)
- (xy 6.891191 -0.539499)
- (xy 6.847026 -0.539916)
- (xy 6.849651 -0.553294)
- (xy 6.862124 -0.615266)
- (xy 6.881239 -0.709832)
- (xy 6.899344 -0.799372)
- (xy 6.926506 -0.933677)
- (xy 6.953669 -1.067983)
- (xy 6.968659 -1.142328)
- (xy 6.974394 -1.172792)
- (xy 6.963729 -1.142203)
- (xy 6.963744 -1.142542)
- ) (layer "F.Cu") (width 0.000106) (fill solid) (tstamp 9c8ccb2a-b1e9-4f2c-94fe-301b5975277e))
- (fp_poly (pts
- (xy -5.647988 -0.754037)
- (xy -5.754829 -0.698226)
- (xy -5.791649 -0.535962)
- (xy -5.754829 -0.372665)
- (xy -5.646955 -0.316854)
- (xy -5.546186 -0.373182)
- (xy -5.510917 -0.535962)
- (xy -5.546186 -0.698226)
- (xy -5.647988 -0.754037)
- ) (layer "F.Cu") (width 0) (fill solid) (tstamp a03e565f-d8cd-4032-aae3-b7327d4143dd))
- (fp_poly (pts
- (xy 2.56483 -0.828058)
- (xy 2.447008 -0.794985)
- (xy 2.373757 -0.700934)
- (xy 2.373757 -0.814105)
- (xy 2.277768 -0.814105)
- (xy 2.277768 -0.235329)
- (xy 2.373757 -0.235329)
- (xy 2.373757 -0.523167)
- (xy 2.421041 -0.684397)
- (xy 2.557467 -0.740208)
- (xy 2.627101 -0.729356)
- (xy 2.689371 -0.694733)
- (xy 2.689371 -0.791884)
- (xy 2.630718 -0.819273)
- (xy 2.56483 -0.828058)
- ) (layer "F.Cu") (width 0) (fill solid) (tstamp b635b16e-60bb-4b3e-9fc3-47d34eef8381))
- (fp_poly (pts
- (xy -1.756488 -0.765085)
- (xy -1.870047 -0.71961)
- (xy -1.923015 -0.59352)
- (xy -1.608564 -0.594035)
- (xy -1.648484 -0.72116)
- (xy -1.756488 -0.765084)
- (xy -1.756488 -0.765085)
- ) (layer "F.Cu") (width 0) (fill solid) (tstamp c70d9ef3-bfeb-47e0-a1e1-9aeba3da7864))
- (fp_poly (pts
- (xy -1.09554 -0.360257)
- (xy -1.09554 -0.110272)
- (xy -0.844522 -0.110272)
- (xy -0.844522 -0.360257)
- (xy -1.09554 -0.360257)
- ) (layer "F.Cu") (width 0) (fill solid) (tstamp cef6f603-8a0b-4dd0-af99-ebfbef7d1b4b))
- (fp_poly (pts
- (xy 5.510258 -0.978436)
- (xy 5.510258 -0.814105)
- (xy 5.3551 -0.814105)
- (xy 5.3551 -0.740208)
- (xy 5.510258 -0.740208)
- (xy 5.510258 -0.426015)
- (xy 5.554313 -0.278221)
- (xy 5.705853 -0.235329)
- (xy 5.822642 -0.235329)
- (xy 5.822642 -0.311293)
- (xy 5.715284 -0.311293)
- (xy 5.630147 -0.336615)
- (xy 5.60573 -0.426015)
- (xy 5.60573 -0.740208)
- (xy 5.822642 -0.740208)
- (xy 5.822642 -0.814105)
- (xy 5.60573 -0.814105)
- (xy 5.60573 -0.978436)
- (xy 5.510258 -0.978436)
- ) (layer "F.Cu") (width 0) (fill solid) (tstamp dde3dba8-1b81-466c-93a3-c284ff4da1ef))
- (fp_poly (pts
- (xy 2.830577 -0.813072)
- (xy 2.830577 -0.454437)
- (xy 2.874114 -0.278221)
- (xy 3.007052 -0.220343)
- (xy 3.109242 -0.246181)
- (xy 3.178746 -0.322145)
- (xy 3.178746 -0.235329)
- (xy 3.274865 -0.235329)
- (xy 3.274865 -0.813072)
- (xy 3.178746 -0.813072)
- (xy 3.178746 -0.48596)
- (xy 3.142961 -0.350051)
- (xy 3.039737 -0.303025)
- (xy 2.953567 -0.339715)
- (xy 2.926049 -0.454437)
- (xy 2.926049 -0.813072)
- (xy 2.830577 -0.813072)
- ) (layer "F.Cu") (width 0) (fill solid) (tstamp e877bf4a-4210-4bd3-b7b0-806eb4affc5b))
- (fp_poly (pts
- (xy 1.141662 -0.828058)
- (xy 0.980173 -0.782582)
- (xy 0.923587 -0.654425)
- (xy 0.961569 -0.550555)
- (xy 1.081975 -0.496812)
- (xy 1.117761 -0.489577)
- (xy 1.121896 -0.488543)
- (xy 1.249019 -0.397076)
- (xy 1.214267 -0.325246)
- (xy 1.116211 -0.299924)
- (xy 1.02384 -0.31336)
- (xy 0.92152 -0.354701)
- (xy 0.92152 -0.256516)
- (xy 1.02384 -0.229644)
- (xy 1.114144 -0.220343)
- (xy 1.284418 -0.268402)
- (xy 1.345654 -0.40276)
- (xy 1.308706 -0.507664)
- (xy 1.201348 -0.561407)
- (xy 1.162849 -0.568642)
- (xy 1.043994 -0.605849)
- (xy 1.020222 -0.663726)
- (xy 1.051874 -0.727288)
- (xy 1.148896 -0.748476)
- (xy 1.233517 -0.73659)
- (xy 1.31607 -0.700933)
- (xy 1.31607 -0.793951)
- (xy 1.23145 -0.819272)
- (xy 1.141662 -0.828057)
- (xy 1.141662 -0.828058)
- ) (layer "F.Cu") (width 0) (fill solid) (tstamp f976e2cc-36f9-4479-a816-2c74d1d5da6f))
- (fp_poly (pts
- (xy -8 -1.3)
- (xy -8 0.21)
- (xy 8 0.21)
- (xy 8 -1.3)
- ) (layer "F.Mask") (width 0.15) (fill solid) (tstamp 4e3d7c0d-12e3-42f2-b944-e4bcdbbcac2a))
- )
-
(footprint "LED_SMD:LED_0402_1005Metric" (layer "F.Cu")
(tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-00005e37971f)
(at 101.15 62 -90)
@@ -1635,7 +1097,7 @@
(pad "2" smd roundrect (at -1.1375 0) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 1 "GND") (pinfunction "GND") (pintype "power_in") (tstamp 067fb9a1-5278-4e90-ad48-93993d2ed931))
(pad "3" smd roundrect (at -1.1375 0.95) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 57 "unconnected-(U3-Pad3)") (pinfunction "EN") (pintype "input") (tstamp 5778953d-c3f1-4eab-88e0-47485d04ab27))
+ (net 11 "+5V") (pinfunction "EN") (pintype "input") (tstamp 5778953d-c3f1-4eab-88e0-47485d04ab27))
(pad "4" smd roundrect (at 1.1375 0.95) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 56 "unconnected-(U3-Pad4)") (pinfunction "NC") (pintype "no_connect") (tstamp 76027acc-26e3-449a-ac06-42967bcb2137))
(pad "5" smd roundrect (at 1.1375 -0.95) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
@@ -1781,7 +1243,7 @@
(tags "TQFP QFP")
(property "Sheetfile" "ice4pi.kicad_sch")
(property "Sheetname" "")
- (path "/00000000-0000-0000-0000-00005e1df5e3")
+ (path "/00000000-0000-0000-0000-00005e1df482")
(attr smd)
(fp_text reference "U1" (at -11.2 -10.4) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
@@ -1834,133 +1296,133 @@
(fp_line (start -9 -10) (end 10 -10) (layer "F.Fab") (width 0.1) (tstamp b88717bd-086f-46cd-9d3f-0396009d0996))
(fp_line (start -10 10) (end -10 -9) (layer "F.Fab") (width 0.1) (tstamp c01d25cd-f4bb-4ef3-b5ea-533a2a4ddb2b))
(pad "1" smd roundrect locked (at -10.6625 -8.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 134 "unconnected-(U1-Pad1)") (pinfunction "IOL_1A") (pintype "bidirectional") (tstamp c701ee8e-1214-4781-a973-17bef7b6e3eb))
+ (net 133 "unconnected-(U1-Pad1)") (pinfunction "IOL_1A") (pintype "bidirectional") (tstamp c701ee8e-1214-4781-a973-17bef7b6e3eb))
(pad "2" smd roundrect locked (at -10.6625 -8.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 133 "unconnected-(U1-Pad2)") (pinfunction "IOL_1B") (pintype "bidirectional") (tstamp 6781326c-6e0d-4753-8f28-0f5c687e01f9))
+ (net 132 "unconnected-(U1-Pad2)") (pinfunction "IOL_1B") (pintype "bidirectional") (tstamp 6781326c-6e0d-4753-8f28-0f5c687e01f9))
(pad "3" smd roundrect locked (at -10.6625 -7.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 132 "unconnected-(U1-Pad3)") (pinfunction "IOL_2A") (pintype "bidirectional") (tstamp c8029a4c-945d-42ca-871a-dd73ff50a1a3))
+ (net 131 "unconnected-(U1-Pad3)") (pinfunction "IOL_2A") (pintype "bidirectional") (tstamp c8029a4c-945d-42ca-871a-dd73ff50a1a3))
(pad "4" smd roundrect locked (at -10.6625 -7.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 131 "unconnected-(U1-Pad4)") (pinfunction "IOL_2B") (pintype "bidirectional") (tstamp 101ef598-601d-400e-9ef6-d655fbb1dbfa))
+ (net 130 "unconnected-(U1-Pad4)") (pinfunction "IOL_2B") (pintype "bidirectional") (tstamp 101ef598-601d-400e-9ef6-d655fbb1dbfa))
(pad "5" smd roundrect locked (at -10.6625 -6.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 1 "GND") (pinfunction "GND") (pintype "power_in") (tstamp 7f52d787-caa3-4a92-b1b2-19d554dc29a4))
(pad "6" smd roundrect locked (at -10.6625 -6.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 10 "+3V3") (pinfunction "VCCIO_3") (pintype "power_in") (tstamp a8447faf-e0a0-4c4a-ae53-4d4b28669151))
(pad "7" smd roundrect locked (at -10.6625 -5.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 130 "unconnected-(U1-Pad7)") (pinfunction "IOL_3A") (pintype "bidirectional") (tstamp 7f2301df-e4bc-479e-a681-cc59c9a2dbbb))
+ (net 129 "unconnected-(U1-Pad7)") (pinfunction "IOL_3A") (pintype "bidirectional") (tstamp 7f2301df-e4bc-479e-a681-cc59c9a2dbbb))
(pad "8" smd roundrect locked (at -10.6625 -5.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 42 "RS232_Tx_TTL") (pinfunction "IOL_3B") (pintype "bidirectional") (tstamp 65134029-dbd2-409a-85a8-13c2a33ff019))
(pad "9" smd roundrect locked (at -10.6625 -4.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 43 "RS232_Rx_TTL") (pinfunction "IOL_4A") (pintype "bidirectional") (tstamp 98c78427-acd5-4f90-9ad6-9f61c4809aec))
(pad "10" smd roundrect locked (at -10.6625 -4.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 129 "unconnected-(U1-Pad10)") (pinfunction "IOL_4B") (pintype "bidirectional") (tstamp 8087f566-a94d-4bbc-985b-e49ee7762296))
+ (net 128 "unconnected-(U1-Pad10)") (pinfunction "IOL_4B") (pintype "bidirectional") (tstamp 8087f566-a94d-4bbc-985b-e49ee7762296))
(pad "11" smd roundrect locked (at -10.6625 -3.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 128 "unconnected-(U1-Pad11)") (pinfunction "IOL_5A") (pintype "bidirectional") (tstamp f4eb0267-179f-46c9-b516-9bfb06bac1ba))
+ (net 127 "unconnected-(U1-Pad11)") (pinfunction "IOL_5A") (pintype "bidirectional") (tstamp f4eb0267-179f-46c9-b516-9bfb06bac1ba))
(pad "12" smd roundrect locked (at -10.6625 -3.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 127 "unconnected-(U1-Pad12)") (pinfunction "IOL_5B") (pintype "bidirectional") (tstamp 3a52f112-cb97-43db-aaeb-20afe27664d7))
+ (net 126 "unconnected-(U1-Pad12)") (pinfunction "IOL_5B") (pintype "bidirectional") (tstamp 3a52f112-cb97-43db-aaeb-20afe27664d7))
(pad "13" smd roundrect locked (at -10.6625 -2.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 1 "GND") (pinfunction "GND") (pintype "passive") (tstamp 41acfe41-fac7-432a-a7a3-946566e2d504))
(pad "14" smd roundrect locked (at -10.6625 -2.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 1 "GND") (pinfunction "GND") (pintype "passive") (tstamp 644ae9fc-3c8e-4089-866e-a12bf371c3e9))
(pad "15" smd roundrect locked (at -10.6625 -1.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 126 "unconnected-(U1-Pad15)") (pinfunction "NC") (pintype "no_connect") (tstamp 1e518c2a-4cb7-4599-a1fa-5b9f847da7d3))
+ (net 125 "unconnected-(U1-Pad15)") (pinfunction "NC") (pintype "no_connect") (tstamp 1e518c2a-4cb7-4599-a1fa-5b9f847da7d3))
(pad "16" smd roundrect locked (at -10.6625 -1.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 125 "unconnected-(U1-Pad16)") (pinfunction "NC") (pintype "no_connect") (tstamp ee41cb8e-512d-41d2-81e1-3c50fff32aeb))
+ (net 124 "unconnected-(U1-Pad16)") (pinfunction "NC") (pintype "no_connect") (tstamp ee41cb8e-512d-41d2-81e1-3c50fff32aeb))
(pad "17" smd roundrect locked (at -10.6625 -0.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 124 "unconnected-(U1-Pad17)") (pinfunction "NC") (pintype "no_connect") (tstamp d0d2eee9-31f6-44fa-8149-ebb4dc2dc0dc))
+ (net 123 "unconnected-(U1-Pad17)") (pinfunction "NC") (pintype "no_connect") (tstamp d0d2eee9-31f6-44fa-8149-ebb4dc2dc0dc))
(pad "18" smd roundrect locked (at -10.6625 -0.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 123 "unconnected-(U1-Pad18)") (pinfunction "NC") (pintype "no_connect") (tstamp 34a74736-156e-4bf3-9200-cd137cfa59da))
+ (net 122 "unconnected-(U1-Pad18)") (pinfunction "NC") (pintype "no_connect") (tstamp 34a74736-156e-4bf3-9200-cd137cfa59da))
(pad "19" smd roundrect locked (at -10.6625 0.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 122 "unconnected-(U1-Pad19)") (pinfunction "IOL_6A") (pintype "bidirectional") (tstamp 87d7448e-e139-4209-ae0b-372f805267da))
+ (net 121 "unconnected-(U1-Pad19)") (pinfunction "IOL_6A") (pintype "bidirectional") (tstamp 87d7448e-e139-4209-ae0b-372f805267da))
(pad "20" smd roundrect locked (at -10.6625 0.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 121 "unconnected-(U1-Pad20)") (pinfunction "IOL_6B_GBIN7") (pintype "bidirectional") (tstamp 099096e4-8c2a-4d84-a16f-06b4b6330e7a))
+ (net 120 "unconnected-(U1-Pad20)") (pinfunction "IOL_6B_GBIN7") (pintype "bidirectional") (tstamp 099096e4-8c2a-4d84-a16f-06b4b6330e7a))
(pad "21" smd roundrect locked (at -10.6625 1.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 2 "12MHz") (pinfunction "IOL_7A_GBIN6") (pintype "bidirectional") (tstamp a13ab237-8f8d-4e16-8c47-4440653b8534))
(pad "22" smd roundrect locked (at -10.6625 1.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 120 "unconnected-(U1-Pad22)") (pinfunction "IOL_7B") (pintype "bidirectional") (tstamp ca5a4651-0d1d-441b-b17d-01518ef3b656))
+ (net 119 "unconnected-(U1-Pad22)") (pinfunction "IOL_7B") (pintype "bidirectional") (tstamp ca5a4651-0d1d-441b-b17d-01518ef3b656))
(pad "23" smd roundrect locked (at -10.6625 2.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 119 "unconnected-(U1-Pad23)") (pinfunction "IOL_8A") (pintype "bidirectional") (tstamp 6284122b-79c3-4e04-925e-3d32cc3ec077))
+ (net 118 "unconnected-(U1-Pad23)") (pinfunction "IOL_8A") (pintype "bidirectional") (tstamp 6284122b-79c3-4e04-925e-3d32cc3ec077))
(pad "24" smd roundrect locked (at -10.6625 2.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 118 "unconnected-(U1-Pad24)") (pinfunction "IOL_8B") (pintype "bidirectional") (tstamp 67763d19-f622-4e1e-81e5-5b24da7c3f99))
+ (net 117 "unconnected-(U1-Pad24)") (pinfunction "IOL_8B") (pintype "bidirectional") (tstamp 67763d19-f622-4e1e-81e5-5b24da7c3f99))
(pad "25" smd roundrect locked (at -10.6625 3.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 117 "unconnected-(U1-Pad25)") (pinfunction "IOL_9A") (pintype "bidirectional") (tstamp 994b6220-4755-4d84-91b3-6122ac1c2c5e))
+ (net 116 "unconnected-(U1-Pad25)") (pinfunction "IOL_9A") (pintype "bidirectional") (tstamp 994b6220-4755-4d84-91b3-6122ac1c2c5e))
(pad "26" smd roundrect locked (at -10.6625 3.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 116 "unconnected-(U1-Pad26)") (pinfunction "IOL_9B") (pintype "bidirectional") (tstamp 097edb1b-8998-4e70-b670-bba125982348))
+ (net 115 "unconnected-(U1-Pad26)") (pinfunction "IOL_9B") (pintype "bidirectional") (tstamp 097edb1b-8998-4e70-b670-bba125982348))
(pad "27" smd roundrect locked (at -10.6625 4.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 12 "+1V2") (pinfunction "VCC") (pintype "power_in") (tstamp 477311b9-8f81-40c8-9c55-fd87e287247a))
(pad "28" smd roundrect locked (at -10.6625 4.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 115 "unconnected-(U1-Pad28)") (pinfunction "IOL_10A") (pintype "bidirectional") (tstamp 84e5506c-143e-495f-9aa4-d3a71622f213))
+ (net 114 "unconnected-(U1-Pad28)") (pinfunction "IOL_10A") (pintype "bidirectional") (tstamp 84e5506c-143e-495f-9aa4-d3a71622f213))
(pad "29" smd roundrect locked (at -10.6625 5.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 114 "unconnected-(U1-Pad29)") (pinfunction "IOL_10B") (pintype "bidirectional") (tstamp 2d67a417-188f-4014-9282-000265d80009))
+ (net 113 "unconnected-(U1-Pad29)") (pinfunction "IOL_10B") (pintype "bidirectional") (tstamp 2d67a417-188f-4014-9282-000265d80009))
(pad "30" smd roundrect locked (at -10.6625 5.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 10 "+3V3") (pinfunction "VCCIO_3") (pintype "passive") (tstamp 14c51520-6d91-4098-a59a-5121f2a898f7))
(pad "31" smd roundrect locked (at -10.6625 6.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 113 "unconnected-(U1-Pad31)") (pinfunction "IOL_11A") (pintype "bidirectional") (tstamp 0e1ed1c5-7428-4dc7-b76e-49b2d5f8177d))
+ (net 112 "unconnected-(U1-Pad31)") (pinfunction "IOL_11A") (pintype "bidirectional") (tstamp 0e1ed1c5-7428-4dc7-b76e-49b2d5f8177d))
(pad "32" smd roundrect locked (at -10.6625 6.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 112 "unconnected-(U1-Pad32)") (pinfunction "IOL_11B") (pintype "bidirectional") (tstamp f40d350f-0d3e-4f8a-b004-d950f2f8f1ba))
+ (net 111 "unconnected-(U1-Pad32)") (pinfunction "IOL_11B") (pintype "bidirectional") (tstamp f40d350f-0d3e-4f8a-b004-d950f2f8f1ba))
(pad "33" smd roundrect locked (at -10.6625 7.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 111 "unconnected-(U1-Pad33)") (pinfunction "IOL_12A") (pintype "bidirectional") (tstamp aa2ea573-3f20-43c1-aa99-1f9c6031a9aa))
+ (net 110 "unconnected-(U1-Pad33)") (pinfunction "IOL_12A") (pintype "bidirectional") (tstamp aa2ea573-3f20-43c1-aa99-1f9c6031a9aa))
(pad "34" smd roundrect locked (at -10.6625 7.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 110 "unconnected-(U1-Pad34)") (pinfunction "IOL_12B") (pintype "bidirectional") (tstamp 240e5dac-6242-47a5-bbef-f76d11c715c0))
+ (net 109 "unconnected-(U1-Pad34)") (pinfunction "IOL_12B") (pintype "bidirectional") (tstamp 240e5dac-6242-47a5-bbef-f76d11c715c0))
(pad "35" smd roundrect locked (at -10.6625 8.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 1 "GND") (pinfunction "GNDPLL") (pintype "power_in") (tstamp 0351df45-d042-41d4-ba35-88092c7be2fc))
(pad "36" smd roundrect locked (at -10.6625 8.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 13 "Net-(C26-Pad1)") (pinfunction "VCCPLL") (pintype "power_in") (tstamp e472dac4-5b65-4920-b8b2-6065d140a69d))
(pad "37" smd roundrect locked (at -8.75 10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 109 "unconnected-(U1-Pad37)") (pinfunction "IOB_24") (pintype "bidirectional") (tstamp 8d9a3ecc-539f-41da-8099-d37cea9c28e7))
+ (net 108 "unconnected-(U1-Pad37)") (pinfunction "IOB_24") (pintype "bidirectional") (tstamp 8d9a3ecc-539f-41da-8099-d37cea9c28e7))
(pad "38" smd roundrect locked (at -8.25 10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 108 "unconnected-(U1-Pad38)") (pinfunction "IOB_25") (pintype "bidirectional") (tstamp 676efd2f-1c48-4786-9e4b-2444f1e8f6ff))
+ (net 107 "unconnected-(U1-Pad38)") (pinfunction "IOB_25") (pintype "bidirectional") (tstamp 676efd2f-1c48-4786-9e4b-2444f1e8f6ff))
(pad "39" smd roundrect locked (at -7.75 10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 107 "unconnected-(U1-Pad39)") (pinfunction "IOB_26") (pintype "bidirectional") (tstamp 37e8181c-a81e-498b-b2e2-0aef0c391059))
+ (net 106 "unconnected-(U1-Pad39)") (pinfunction "IOB_26") (pintype "bidirectional") (tstamp 37e8181c-a81e-498b-b2e2-0aef0c391059))
(pad "40" smd roundrect locked (at -7.25 10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 106 "unconnected-(U1-Pad40)") (pinfunction "NC") (pintype "no_connect") (tstamp cfa5c16e-7859-460d-a0b8-cea7d7ea629c))
+ (net 105 "unconnected-(U1-Pad40)") (pinfunction "NC") (pintype "no_connect") (tstamp cfa5c16e-7859-460d-a0b8-cea7d7ea629c))
(pad "41" smd roundrect locked (at -6.75 10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 105 "unconnected-(U1-Pad41)") (pinfunction "IOB_27") (pintype "bidirectional") (tstamp b447dbb1-d38e-4a15-93cb-12c25382ea53))
+ (net 104 "unconnected-(U1-Pad41)") (pinfunction "IOB_27") (pintype "bidirectional") (tstamp b447dbb1-d38e-4a15-93cb-12c25382ea53))
(pad "42" smd roundrect locked (at -6.25 10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 104 "unconnected-(U1-Pad42)") (pinfunction "IOB_28") (pintype "bidirectional") (tstamp 6c67e4f6-9d04-4539-b356-b76e915ce848))
+ (net 103 "unconnected-(U1-Pad42)") (pinfunction "IOB_28") (pintype "bidirectional") (tstamp 6c67e4f6-9d04-4539-b356-b76e915ce848))
(pad "43" smd roundrect locked (at -5.75 10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 103 "unconnected-(U1-Pad43)") (pinfunction "IOB_29") (pintype "bidirectional") (tstamp 275aa44a-b61f-489f-9e2a-819a0fe0d1eb))
+ (net 102 "unconnected-(U1-Pad43)") (pinfunction "IOB_29") (pintype "bidirectional") (tstamp 275aa44a-b61f-489f-9e2a-819a0fe0d1eb))
(pad "44" smd roundrect locked (at -5.25 10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 102 "unconnected-(U1-Pad44)") (pinfunction "IOB_30") (pintype "bidirectional") (tstamp 5ca4be1c-537e-4a4a-b344-d0c8ffde8546))
+ (net 101 "unconnected-(U1-Pad44)") (pinfunction "IOB_30") (pintype "bidirectional") (tstamp 5ca4be1c-537e-4a4a-b344-d0c8ffde8546))
(pad "45" smd roundrect locked (at -4.75 10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 101 "unconnected-(U1-Pad45)") (pinfunction "IOB_31") (pintype "bidirectional") (tstamp 57c0c267-8bf9-4cc7-b734-d71a239ac313))
+ (net 100 "unconnected-(U1-Pad45)") (pinfunction "IOB_31") (pintype "bidirectional") (tstamp 57c0c267-8bf9-4cc7-b734-d71a239ac313))
(pad "46" smd roundrect locked (at -4.25 10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 10 "+3V3") (pinfunction "VCCIO_2") (pintype "power_in") (tstamp 853ee787-6e2c-4f32-bc75-6c17337dd3d5))
(pad "47" smd roundrect locked (at -3.75 10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 100 "unconnected-(U1-Pad47)") (pinfunction "IOB_32") (pintype "bidirectional") (tstamp 7cee474b-af8f-4832-b07a-c43c1ab0b464))
+ (net 99 "unconnected-(U1-Pad47)") (pinfunction "IOB_32") (pintype "bidirectional") (tstamp 7cee474b-af8f-4832-b07a-c43c1ab0b464))
(pad "48" smd roundrect locked (at -3.25 10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 99 "unconnected-(U1-Pad48)") (pinfunction "IOB_33") (pintype "bidirectional") (tstamp 9cb12cc8-7f1a-4a01-9256-c119f11a8a02))
+ (net 98 "unconnected-(U1-Pad48)") (pinfunction "IOB_33") (pintype "bidirectional") (tstamp 9cb12cc8-7f1a-4a01-9256-c119f11a8a02))
(pad "49" smd roundrect locked (at -2.75 10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 98 "unconnected-(U1-Pad49)") (pinfunction "IOB_35_GBIN5") (pintype "bidirectional") (tstamp c7e7067c-5f5e-48d8-ab59-df26f9b35863))
+ (net 97 "unconnected-(U1-Pad49)") (pinfunction "IOB_35_GBIN5") (pintype "bidirectional") (tstamp c7e7067c-5f5e-48d8-ab59-df26f9b35863))
(pad "50" smd roundrect locked (at -2.25 10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 97 "unconnected-(U1-Pad50)") (pinfunction "IOB_36_GBIN4") (pintype "bidirectional") (tstamp 21ae9c3a-7138-444e-be38-56a4842ab594))
+ (net 96 "unconnected-(U1-Pad50)") (pinfunction "IOB_36_GBIN4") (pintype "bidirectional") (tstamp 21ae9c3a-7138-444e-be38-56a4842ab594))
(pad "51" smd roundrect locked (at -1.75 10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 12 "+1V2") (pinfunction "VCC") (pintype "passive") (tstamp 19c56563-5fe3-442a-885b-418dbc2421eb))
(pad "52" smd roundrect locked (at -1.25 10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 96 "unconnected-(U1-Pad52)") (pinfunction "IOB_34") (pintype "bidirectional") (tstamp 14769dc5-8525-4984-8b15-a734ee247efa))
+ (net 95 "unconnected-(U1-Pad52)") (pinfunction "IOB_34") (pintype "bidirectional") (tstamp 14769dc5-8525-4984-8b15-a734ee247efa))
(pad "53" smd roundrect locked (at -0.75 10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 95 "unconnected-(U1-Pad53)") (pinfunction "NC") (pintype "no_connect") (tstamp e43dbe34-ed17-4e35-a5c7-2f1679b3c415))
+ (net 94 "unconnected-(U1-Pad53)") (pinfunction "NC") (pintype "no_connect") (tstamp e43dbe34-ed17-4e35-a5c7-2f1679b3c415))
(pad "54" smd roundrect locked (at -0.25 10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 94 "unconnected-(U1-Pad54)") (pinfunction "NC") (pintype "no_connect") (tstamp 6ec113ca-7d27-4b14-a180-1e5e2fd1c167))
+ (net 93 "unconnected-(U1-Pad54)") (pinfunction "NC") (pintype "no_connect") (tstamp 6ec113ca-7d27-4b14-a180-1e5e2fd1c167))
(pad "55" smd roundrect locked (at 0.25 10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 93 "unconnected-(U1-Pad55)") (pinfunction "NC") (pintype "no_connect") (tstamp bd065eaf-e495-4837-bdb3-129934de1fc7))
+ (net 92 "unconnected-(U1-Pad55)") (pinfunction "NC") (pintype "no_connect") (tstamp bd065eaf-e495-4837-bdb3-129934de1fc7))
(pad "56" smd roundrect locked (at 0.75 10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 92 "unconnected-(U1-Pad56)") (pinfunction "IOB_37") (pintype "bidirectional") (tstamp 5bcace5d-edd0-4e19-92d0-835e43cf8eb2))
+ (net 91 "unconnected-(U1-Pad56)") (pinfunction "IOB_37") (pintype "bidirectional") (tstamp 5bcace5d-edd0-4e19-92d0-835e43cf8eb2))
(pad "57" smd roundrect locked (at 1.25 10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 10 "+3V3") (pinfunction "VCCIO_2") (pintype "passive") (tstamp cb24efdd-07c6-4317-9277-131625b065ac))
(pad "58" smd roundrect locked (at 1.75 10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 91 "unconnected-(U1-Pad58)") (pinfunction "IOB_38") (pintype "bidirectional") (tstamp 6c2d26bc-6eca-436c-8025-79f817bf57d6))
+ (net 90 "unconnected-(U1-Pad58)") (pinfunction "IOB_38") (pintype "bidirectional") (tstamp 6c2d26bc-6eca-436c-8025-79f817bf57d6))
(pad "59" smd roundrect locked (at 2.25 10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 1 "GND") (pinfunction "GND") (pintype "passive") (tstamp 2dc272bd-3aa2-45b5-889d-1d3c8aac80f8))
(pad "60" smd roundrect locked (at 2.75 10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 90 "unconnected-(U1-Pad60)") (pinfunction "IOB_39") (pintype "bidirectional") (tstamp 5114c7bf-b955-49f3-a0a8-4b954c81bde0))
+ (net 89 "unconnected-(U1-Pad60)") (pinfunction "IOB_39") (pintype "bidirectional") (tstamp 5114c7bf-b955-49f3-a0a8-4b954c81bde0))
(pad "61" smd roundrect locked (at 3.25 10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 89 "unconnected-(U1-Pad61)") (pinfunction "IOB_40") (pintype "bidirectional") (tstamp 182b2d54-931d-49d6-9f39-60a752623e36))
+ (net 88 "unconnected-(U1-Pad61)") (pinfunction "IOB_40") (pintype "bidirectional") (tstamp 182b2d54-931d-49d6-9f39-60a752623e36))
(pad "62" smd roundrect locked (at 3.75 10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 88 "unconnected-(U1-Pad62)") (pinfunction "IOB_41") (pintype "bidirectional") (tstamp f202141e-c20d-4cac-b016-06a44f2ecce8))
+ (net 87 "unconnected-(U1-Pad62)") (pinfunction "IOB_41") (pintype "bidirectional") (tstamp f202141e-c20d-4cac-b016-06a44f2ecce8))
(pad "63" smd roundrect locked (at 4.25 10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 87 "unconnected-(U1-Pad63)") (pinfunction "IOB_42_CBSEL0") (pintype "bidirectional") (tstamp a17904b9-135e-4dae-ae20-401c7787de72))
+ (net 86 "unconnected-(U1-Pad63)") (pinfunction "IOB_42_CBSEL0") (pintype "bidirectional") (tstamp a17904b9-135e-4dae-ae20-401c7787de72))
(pad "64" smd roundrect locked (at 4.75 10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 86 "unconnected-(U1-Pad64)") (pinfunction "IOB_43_CBSEL1") (pintype "bidirectional") (tstamp cdfb07af-801b-44ba-8c30-d021a6ad3039))
+ (net 85 "unconnected-(U1-Pad64)") (pinfunction "IOB_43_CBSEL1") (pintype "bidirectional") (tstamp cdfb07af-801b-44ba-8c30-d021a6ad3039))
(pad "65" smd roundrect locked (at 5.25 10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 3 "iCE_CDONE") (pinfunction "CDONE") (pintype "open_collector") (tstamp e6b860cc-cb76-4220-acfb-68f1eb348bfa))
(pad "66" smd roundrect locked (at 5.75 10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
@@ -1978,15 +1440,15 @@
(pad "72" smd roundrect locked (at 8.75 10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 10 "+3V3") (pinfunction "VCC_SPI") (pintype "power_in") (tstamp 6595b9c7-02ee-4647-bde5-6b566e35163e))
(pad "73" smd roundrect locked (at 10.6625 8.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 85 "unconnected-(U1-Pad73)") (pinfunction "IOR_48") (pintype "bidirectional") (tstamp f3628265-0155-43e2-a467-c40ff783e265))
+ (net 84 "unconnected-(U1-Pad73)") (pinfunction "IOR_48") (pintype "bidirectional") (tstamp f3628265-0155-43e2-a467-c40ff783e265))
(pad "74" smd roundrect locked (at 10.6625 8.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 84 "unconnected-(U1-Pad74)") (pinfunction "IOR_49") (pintype "bidirectional") (tstamp b1c649b1-f44d-46c7-9dea-818e75a1b87e))
+ (net 83 "unconnected-(U1-Pad74)") (pinfunction "IOR_49") (pintype "bidirectional") (tstamp b1c649b1-f44d-46c7-9dea-818e75a1b87e))
(pad "75" smd roundrect locked (at 10.6625 7.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 83 "unconnected-(U1-Pad75)") (pinfunction "IOR_50") (pintype "bidirectional") (tstamp 965308c8-e014-459a-b9db-b8493a601c62))
+ (net 82 "unconnected-(U1-Pad75)") (pinfunction "IOR_50") (pintype "bidirectional") (tstamp 965308c8-e014-459a-b9db-b8493a601c62))
(pad "76" smd roundrect locked (at 10.6625 7.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 82 "unconnected-(U1-Pad76)") (pinfunction "IOR_51") (pintype "bidirectional") (tstamp 0c3dceba-7c95-4b3d-b590-0eb581444beb))
+ (net 81 "unconnected-(U1-Pad76)") (pinfunction "IOR_51") (pintype "bidirectional") (tstamp 0c3dceba-7c95-4b3d-b590-0eb581444beb))
(pad "77" smd roundrect locked (at 10.6625 6.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 81 "unconnected-(U1-Pad77)") (pinfunction "NC") (pintype "no_connect") (tstamp abe07c9a-17c3-43b5-b7a6-ae867ac27ea7))
+ (net 80 "unconnected-(U1-Pad77)") (pinfunction "NC") (pintype "no_connect") (tstamp abe07c9a-17c3-43b5-b7a6-ae867ac27ea7))
(pad "78" smd roundrect locked (at 10.6625 6.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 24 "PIO1_02") (pinfunction "IOR_52") (pintype "bidirectional") (tstamp 730b670c-9bcf-4dcd-9a8d-fcaa61fb0955))
(pad "79" smd roundrect locked (at 10.6625 5.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
@@ -1996,13 +1458,13 @@
(pad "81" smd roundrect locked (at 10.6625 4.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 27 "PIO1_05") (pinfunction "IOR_55") (pintype "bidirectional") (tstamp ca87f11b-5f48-4b57-8535-68d3ec2fe5a9))
(pad "82" smd roundrect locked (at 10.6625 4.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 80 "unconnected-(U1-Pad82)") (pinfunction "NC") (pintype "no_connect") (tstamp 01e9b6e7-adf9-4ee7-9447-a588630ee4a2))
+ (net 79 "unconnected-(U1-Pad82)") (pinfunction "NC") (pintype "no_connect") (tstamp 01e9b6e7-adf9-4ee7-9447-a588630ee4a2))
(pad "83" smd roundrect locked (at 10.6625 3.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 79 "unconnected-(U1-Pad83)") (pinfunction "NC") (pintype "no_connect") (tstamp 4f66b314-0f62-4fb6-8c3c-f9c6a75cd3ec))
+ (net 78 "unconnected-(U1-Pad83)") (pinfunction "NC") (pintype "no_connect") (tstamp 4f66b314-0f62-4fb6-8c3c-f9c6a75cd3ec))
(pad "84" smd roundrect locked (at 10.6625 3.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 78 "unconnected-(U1-Pad84)") (pinfunction "NC") (pintype "no_connect") (tstamp a5cd8da1-8f7f-4f80-bb23-0317de562222))
+ (net 77 "unconnected-(U1-Pad84)") (pinfunction "NC") (pintype "no_connect") (tstamp a5cd8da1-8f7f-4f80-bb23-0317de562222))
(pad "85" smd roundrect locked (at 10.6625 2.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 77 "unconnected-(U1-Pad85)") (pinfunction "NC") (pintype "no_connect") (tstamp 16bd6381-8ac0-4bf2-9dce-ecc20c724b8d))
+ (net 76 "unconnected-(U1-Pad85)") (pinfunction "NC") (pintype "no_connect") (tstamp 16bd6381-8ac0-4bf2-9dce-ecc20c724b8d))
(pad "86" smd roundrect locked (at 10.6625 2.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 1 "GND") (pinfunction "GND") (pintype "passive") (tstamp 85b7594c-358f-454b-b2ad-dd0b1d67ed76))
(pad "87" smd roundrect locked (at 10.6625 1.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
@@ -2018,9 +1480,9 @@
(pad "92" smd roundrect locked (at 10.6625 -0.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 12 "+1V2") (pinfunction "VCC") (pintype "passive") (tstamp 4fb21471-41be-4be8-9687-66030f97befc))
(pad "93" smd roundrect locked (at 10.6625 -1.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 76 "unconnected-(U1-Pad93)") (pinfunction "IOR_60_GBIN3") (pintype "bidirectional") (tstamp 7599133e-c681-4202-85d9-c20dac196c64))
+ (net 75 "unconnected-(U1-Pad93)") (pinfunction "IOR_60_GBIN3") (pintype "bidirectional") (tstamp 7599133e-c681-4202-85d9-c20dac196c64))
(pad "94" smd roundrect locked (at 10.6625 -1.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 75 "unconnected-(U1-Pad94)") (pinfunction "IOR_61_GBIN2") (pintype "bidirectional") (tstamp dde51ae5-b215-445e-92bb-4a12ec410531))
+ (net 74 "unconnected-(U1-Pad94)") (pinfunction "IOR_61_GBIN2") (pintype "bidirectional") (tstamp dde51ae5-b215-445e-92bb-4a12ec410531))
(pad "95" smd roundrect locked (at 10.6625 -2.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 14 "LED4") (pinfunction "IOR_62") (pintype "bidirectional") (tstamp 70e15522-1572-4451-9c0d-6d36ac70d8c6))
(pad "96" smd roundrect locked (at 10.6625 -2.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
@@ -2034,25 +1496,25 @@
(pad "100" smd roundrect locked (at 10.6625 -4.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 10 "+3V3") (pinfunction "VCCIO_1") (pintype "passive") (tstamp b96fe6ac-3535-4455-ab88-ed77f5e46d6e))
(pad "101" smd roundrect locked (at 10.6625 -5.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 74 "unconnected-(U1-Pad101)") (pinfunction "IOR_67") (pintype "bidirectional") (tstamp 68877d35-b796-44db-9124-b8e744e7412e))
+ (net 73 "unconnected-(U1-Pad101)") (pinfunction "IOR_67") (pintype "bidirectional") (tstamp 68877d35-b796-44db-9124-b8e744e7412e))
(pad "102" smd roundrect locked (at 10.6625 -5.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 73 "unconnected-(U1-Pad102)") (pinfunction "IOR_68") (pintype "bidirectional") (tstamp c332fa55-4168-4f55-88a5-f82c7c21040b))
+ (net 72 "unconnected-(U1-Pad102)") (pinfunction "IOR_68") (pintype "bidirectional") (tstamp c332fa55-4168-4f55-88a5-f82c7c21040b))
(pad "103" smd roundrect locked (at 10.6625 -6.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 1 "GND") (pinfunction "GND") (pintype "passive") (tstamp df32840e-2912-4088-b54c-9a85f64c0265))
(pad "104" smd roundrect locked (at 10.6625 -6.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 72 "unconnected-(U1-Pad104)") (pinfunction "IOR_69") (pintype "bidirectional") (tstamp 8412992d-8754-44de-9e08-115cec1a3eff))
+ (net 71 "unconnected-(U1-Pad104)") (pinfunction "IOR_69") (pintype "bidirectional") (tstamp 8412992d-8754-44de-9e08-115cec1a3eff))
(pad "105" smd roundrect locked (at 10.6625 -7.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 71 "IR_TXD") (pinfunction "IOR_70") (pintype "bidirectional") (tstamp ffd175d1-912a-4224-be1e-a8198680f46b))
+ (net 70 "IR_TXD") (pinfunction "IOR_70") (pintype "bidirectional") (tstamp ffd175d1-912a-4224-be1e-a8198680f46b))
(pad "106" smd roundrect locked (at 10.6625 -7.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 70 "IR_RXD") (pinfunction "IOR_71") (pintype "bidirectional") (tstamp 13c0ff76-ed71-4cd9-abb0-92c376825d5d))
+ (net 69 "IR_RXD") (pinfunction "IOR_71") (pintype "bidirectional") (tstamp 13c0ff76-ed71-4cd9-abb0-92c376825d5d))
(pad "107" smd roundrect locked (at 10.6625 -8.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 69 "IR_SD") (pinfunction "IOR_72") (pintype "bidirectional") (tstamp a27eb049-c992-4f11-a026-1e6a8d9d0160))
+ (net 68 "IR_SD") (pinfunction "IOR_72") (pintype "bidirectional") (tstamp a27eb049-c992-4f11-a026-1e6a8d9d0160))
(pad "108" smd roundrect locked (at 10.6625 -8.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 41 "Net-(D6-Pad1)") (pinfunction "VPP_2V5") (pintype "power_in") (tstamp 378af8b4-af3d-46e7-89ae-deff12ca9067))
(pad "109" smd roundrect locked (at 8.75 -10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 68 "unconnected-(U1-Pad109)") (pinfunction "VPP_FAST") (pintype "power_in") (tstamp 0ff508fd-18da-4ab7-9844-3c8a28c2587e))
+ (net 67 "unconnected-(U1-Pad109)") (pinfunction "VPP_FAST") (pintype "power_in") (tstamp 0ff508fd-18da-4ab7-9844-3c8a28c2587e))
(pad "110" smd roundrect locked (at 8.25 -10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 67 "unconnected-(U1-Pad110)") (pinfunction "NC") (pintype "no_connect") (tstamp 1f3003e6-dce5-420f-906b-3f1e92b67249))
+ (net 66 "unconnected-(U1-Pad110)") (pinfunction "NC") (pintype "no_connect") (tstamp 1f3003e6-dce5-420f-906b-3f1e92b67249))
(pad "111" smd roundrect locked (at 7.75 -10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 12 "+1V2") (pinfunction "VCC") (pintype "passive") (tstamp 03caada9-9e22-4e2d-9035-b15433dfbb17))
(pad "112" smd roundrect locked (at 7.25 -10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
@@ -2080,21 +1542,21 @@
(pad "123" smd roundrect locked (at 1.75 -10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 10 "+3V3") (pinfunction "VCCIO_0") (pintype "power_in") (tstamp 25d545dc-8f50-4573-922c-35ef5a2a3a19))
(pad "124" smd roundrect locked (at 1.25 -10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 66 "unconnected-(U1-Pad124)") (pinfunction "NC") (pintype "no_connect") (tstamp c830e3bc-dc64-4f65-8f47-3b106bae2807))
+ (net 65 "unconnected-(U1-Pad124)") (pinfunction "NC") (pintype "no_connect") (tstamp c830e3bc-dc64-4f65-8f47-3b106bae2807))
(pad "125" smd roundrect locked (at 0.75 -10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 65 "unconnected-(U1-Pad125)") (pinfunction "NC") (pintype "no_connect") (tstamp c43663ee-9a0d-4f27-a292-89ba89964065))
+ (net 64 "unconnected-(U1-Pad125)") (pinfunction "NC") (pintype "no_connect") (tstamp c43663ee-9a0d-4f27-a292-89ba89964065))
(pad "126" smd roundrect locked (at 0.25 -10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 64 "unconnected-(U1-Pad126)") (pinfunction "NC") (pintype "no_connect") (tstamp aca4de92-9c41-4c2b-9afa-540d02dafa1c))
+ (net 63 "unconnected-(U1-Pad126)") (pinfunction "NC") (pintype "no_connect") (tstamp aca4de92-9c41-4c2b-9afa-540d02dafa1c))
(pad "127" smd roundrect locked (at -0.25 -10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 63 "unconnected-(U1-Pad127)") (pinfunction "NC") (pintype "no_connect") (tstamp d7269d2a-b8c0-422d-8f25-f79ea31bf75e))
+ (net 62 "unconnected-(U1-Pad127)") (pinfunction "NC") (pintype "no_connect") (tstamp d7269d2a-b8c0-422d-8f25-f79ea31bf75e))
(pad "128" smd roundrect locked (at -0.75 -10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 47 "PIO0_13") (pinfunction "IOT_84_GBIN1") (pintype "bidirectional") (tstamp e8c50f1b-c316-4110-9cce-5c24c65a1eaa))
(pad "129" smd roundrect locked (at -1.25 -10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 48 "PIO0_14") (pinfunction "IOT_85_GBIN0") (pintype "bidirectional") (tstamp babeabf2-f3b0-4ed5-8d9e-0215947e6cf3))
(pad "130" smd roundrect locked (at -1.75 -10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 62 "unconnected-(U1-Pad130)") (pinfunction "NC") (pintype "no_connect") (tstamp df68c26a-03b5-4466-aecf-ba34b7dce6b7))
+ (net 61 "unconnected-(U1-Pad130)") (pinfunction "NC") (pintype "no_connect") (tstamp df68c26a-03b5-4466-aecf-ba34b7dce6b7))
(pad "131" smd roundrect locked (at -2.25 -10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 61 "unconnected-(U1-Pad131)") (pinfunction "NC") (pintype "no_connect") (tstamp 4780a290-d25c-4459-9579-eba3f7678762))
+ (net 60 "unconnected-(U1-Pad131)") (pinfunction "NC") (pintype "no_connect") (tstamp 4780a290-d25c-4459-9579-eba3f7678762))
(pad "132" smd roundrect locked (at -2.75 -10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 1 "GND") (pinfunction "GND") (pintype "passive") (tstamp 7e023245-2c2b-4e2b-bfb9-5d35176e88f2))
(pad "133" smd roundrect locked (at -3.25 -10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
@@ -2116,11 +1578,11 @@
(pad "141" smd roundrect locked (at -7.25 -10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 51 "PIO0_21") (pinfunction "IOT_93") (pintype "bidirectional") (tstamp 6475547d-3216-45a4-a15c-48314f1dd0f9))
(pad "142" smd roundrect locked (at -7.75 -10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 60 "unconnected-(U1-Pad142)") (pinfunction "IOT_94") (pintype "bidirectional") (tstamp 75ffc65c-7132-4411-9f2a-ae0c73d79338))
+ (net 59 "unconnected-(U1-Pad142)") (pinfunction "IOT_94") (pintype "bidirectional") (tstamp 75ffc65c-7132-4411-9f2a-ae0c73d79338))
(pad "143" smd roundrect locked (at -8.25 -10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 59 "unconnected-(U1-Pad143)") (pinfunction "IOT_95") (pintype "bidirectional") (tstamp 3e903008-0276-4a73-8edb-5d9dfde6297c))
+ (net 58 "unconnected-(U1-Pad143)") (pinfunction "IOT_95") (pintype "bidirectional") (tstamp 3e903008-0276-4a73-8edb-5d9dfde6297c))
(pad "144" smd roundrect locked (at -8.75 -10.6625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 58 "unconnected-(U1-Pad144)") (pinfunction "IOT_96") (pintype "bidirectional") (tstamp 24f7628d-681d-4f0e-8409-40a129e929d9))
+ (net 57 "unconnected-(U1-Pad144)") (pinfunction "IOT_96") (pintype "bidirectional") (tstamp 24f7628d-681d-4f0e-8409-40a129e929d9))
(model "${KISYS3DMOD}/Package_QFP.3dshapes/TQFP-144_20x20mm_P0.5mm.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
@@ -2726,7 +2188,7 @@
(at 58.4 53.8 -90)
(descr "Through hole straight socket strip, 2x20, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated")
(tags "Through hole socket strip THT 2x20 2.54mm double row")
- (property "PN" "SSW-120-01-T-D-006")
+ (property "PN" "SSQ-120-03-T-D")
(property "Sheetfile" "ice4pi.kicad_sch")
(property "Sheetname" "")
(path "/00000000-0000-0000-0000-0000620502d1")
@@ -3481,7 +2943,7 @@
(gr_text "IO1\n" (at 107.69 70.35 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-000062010f60)
(effects (font (size 0.5 0.5) (thickness 0.125)))
)
- (gr_text "ice4pi ver. 2.2" (at 99.25 77.25) (layer "F.SilkS") (tstamp 232ccf4f-3322-4e62-990b-290e6ff36fcd)
+ (gr_text "ice4pi ver. 2.3" (at 99.25 77.25) (layer "F.SilkS") (tstamp 232ccf4f-3322-4e62-990b-290e6ff36fcd)
(effects (font (size 1.5 1.5) (thickness 0.3)))
)
(gr_text "IO5\n" (at 106.42 70.35 90) (layer "F.SilkS") (tstamp 2f29ffe5-cbdc-4a3f-81e6-c7d9f4c5145a)
@@ -3940,12 +3402,17 @@
(segment (start 79.465 75.985) (end 79.45 76) (width 0.25) (layer "B.Cu") (net 10) (tstamp ef3a2f4c-5879-4e98-ad30-6b8614410fba))
(segment (start 70.065 73.565) (end 69.7 73.2) (width 0.25) (layer "B.Cu") (net 10) (tstamp fd34aa56-ded2-4e97-965a-a39457716f0c))
(segment (start 70.637926 61.15) (end 70.697006 61.09092) (width 0.25) (layer "B.Cu") (net 10) (tstamp fe4068b9-89da-4c59-ba51-b5949772f5d8))
+ (segment (start 54.9 60.7) (end 54 61.6) (width 0.25) (layer "F.Cu") (net 11) (tstamp 2f97629b-ca35-40e1-950a-976dc6d5099e))
+ (segment (start 55.5125 60.7) (end 54.9 60.7) (width 0.25) (layer "F.Cu") (net 11) (tstamp 9471d016-a3eb-4002-a96a-cb5228af82b0))
(via (at 57.15 56.85) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 11) (tstamp 08926936-9ea4-4894-afca-caca47f3c238))
(via (at 55.9 56.85) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 11) (tstamp 21ca1c08-b8a3-4bdc-9356-70a4d86ee444))
(via (at 55.9 56) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 11) (tstamp a7c83b25-afbd-4974-8870-387db8f81a5c))
(via (at 57.15 56) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 11) (tstamp c7db4903-f95a-49f5-bcce-c52f0ca8defc))
+ (via (at 54 61.6) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 11) (tstamp f7240be6-efd8-42d4-8f21-54861f1de715))
(segment (start 55.9 56) (end 55.9 56.85) (width 0.4) (layer "B.Cu") (net 11) (tstamp 2a4f1c24-6486-4fd8-8092-72bb07a81274))
(segment (start 57.15 56.85) (end 57.15 56) (width 0.4) (layer "B.Cu") (net 11) (tstamp 2c10387c-3cac-4a7c-bbfb-95d69f41a890))
+ (segment (start 54 58.75) (end 55.9 56.85) (width 0.25) (layer "B.Cu") (net 11) (tstamp b5b5f1dd-623a-471f-bd6f-a8a8993be2a7))
+ (segment (start 54 61.6) (end 54 58.75) (width 0.25) (layer "B.Cu") (net 11) (tstamp b6503b25-13f0-40f0-acaa-4fa648dbee79))
(segment (start 86.065685 67) (end 86.515685 66.55) (width 0.25) (layer "F.Cu") (net 12) (tstamp 009b0d62-e9ea-4825-9fdf-befd291c76ce))
(segment (start 68.425 71.55) (end 67.5875 71.55) (width 0.25) (layer "F.Cu") (net 12) (tstamp 094dc71e-7ea9-4e30-8ba7-749216ec2a8b))
(segment (start 65.95 72.12) (end 66.52 71.55) (width 0.25) (layer "F.Cu") (net 12) (tstamp 1d1a7683-c090-4798-9b40-7ed0d9f3ce3b))
diff --git a/ice4pi.kicad_pro b/ice4pi.kicad_pro
index bfaea0c..f4f37d4 100644
--- a/ice4pi.kicad_pro
+++ b/ice4pi.kicad_pro
@@ -48,7 +48,13 @@
"min_clearance": 0.19999999999999998
}
},
- "diff_pair_dimensions": [],
+ "diff_pair_dimensions": [
+ {
+ "gap": 0.0,
+ "via_gap": 0.0,
+ "width": 0.0
+ }
+ ],
"drc_exclusions": [],
"meta": {
"filename": "board_design_settings.json",
@@ -111,8 +117,16 @@
"min_via_diameter": 0.39999999999999997,
"use_height_for_length_calcs": true
},
- "track_widths": [],
- "via_dimensions": [],
+ "track_widths": [
+ 0.0,
+ 0.2
+ ],
+ "via_dimensions": [
+ {
+ "diameter": 0.0,
+ "drill": 0.0
+ }
+ ],
"zones_allow_external_fillets": false,
"zones_use_no_outline": true
},
diff --git a/ice4pi.kicad_sch b/ice4pi.kicad_sch
index 0a47034..9d31805 100644
--- a/ice4pi.kicad_sch
+++ b/ice4pi.kicad_sch
@@ -5,7 +5,7 @@
(paper "A4")
(title_block
- (title "ice4pi-2.2")
+ (title "ice4pi-2.3")
)
(lib_symbols
@@ -1741,6 +1741,9 @@
(junction (at 36.83 21.59) (diameter 0) (color 0 0 0 0)
(uuid 19c56563-5fe3-442a-885b-418dbc2421eb)
)
+ (junction (at 45.72 129.54) (diameter 0) (color 0 0 0 0)
+ (uuid 1eeecfbb-3527-478e-b14e-f1a92259fe26)
+ )
(junction (at 214.63 38.1) (diameter 0) (color 0 0 0 0)
(uuid 24f7628d-681d-4f0e-8409-40a129e929d9)
)
@@ -2266,6 +2269,10 @@
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid c41b3c8b-634e-435a-b582-96b83bbd4032)
)
+ (wire (pts (xy 45.72 129.54) (xy 45.72 134.62))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid c5a10efe-7a10-4b9e-9cd8-a54114330eab)
+ )
(wire (pts (xy 262.89 49.53) (xy 256.54 49.53))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid c70d9ef3-bfeb-47e0-a1e1-9aeba3da7864)
@@ -4919,7 +4926,7 @@
(property "Datasheet" "https://www.raspberrypi.org/documentation/hardware/raspberrypi/schematics/rpi_SCH_3bplus_1p0_reduced.pdf" (id 3) (at 168.91 135.89 0)
(effects (font (size 1.27 1.27)) hide)
)
- (property "PN" "SSW-120-01-T-D-006" (id 4) (at 168.91 132.08 0)
+ (property "PN" "SSQ-120-03-T-D" (id 4) (at 168.91 132.08 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 670caf2a-cd69-4777-bbf9-d1df5e5a5c70))