Skip to content

Commit 74e3c29

Browse files
committed
Initial commit
Project creation, imported Compute Module 4 symbol and footprint from Gitlab merge requests: https://gitlab.com/kicad/libraries/kicad-symbols/-/merge_requests/3158 https://gitlab.com/kicad/libraries/kicad-footprints/-/merge_requests/2562
0 parents  commit 74e3c29

10 files changed

+2481
-0
lines changed

.gitignore

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Reports
2+
*.rpt
3+
4+
# CPL data generated from PCB
5+
*.pos
6+
7+
# KiCAD backup
8+
*.bak
9+
*.bck
10+
*.kicad_pcb-bak
11+
*.sch-bak
12+
_saved_*
13+
*-backups
14+
15+
# Netlists
16+
*.net
17+
18+
# BOM plugin output
19+
*.csv.tmp
20+
*.csv
21+
*.xml
22+
23+
# Gerbers
24+
*.gbr
25+
26+
# Drill files
27+
*.drl
28+
29+
# Footprint info cache
30+
fp-info-cache
31+
32+
# Autosave files
33+
_autosave-*

CM4.kicad_sch

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
(kicad_sch (version 20201015) (generator eeschema)
2+
3+
(paper "A4")
4+
5+
(lib_symbols
6+
)
7+
8+
)

LightBlue.kicad_pcb

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
(kicad_pcb (version 4) (host kicad "dummy file") )

LightBlue.kicad_prl

+74
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
{
2+
"board": {
3+
"active_layer": 0,
4+
"active_layer_preset": "All Layers",
5+
"auto_track_width": true,
6+
"hidden_nets": [],
7+
"high_contrast_mode": 0,
8+
"net_color_mode": 1,
9+
"opacity": {
10+
"pads": 1.0,
11+
"tracks": 1.0,
12+
"vias": 1.0,
13+
"zones": 0.6
14+
},
15+
"ratsnest_display_mode": 0,
16+
"selection_filter": {
17+
"dimensions": true,
18+
"footprints": true,
19+
"graphics": true,
20+
"keepouts": true,
21+
"lockedItems": true,
22+
"otherItems": true,
23+
"pads": true,
24+
"text": true,
25+
"tracks": true,
26+
"vias": true,
27+
"zones": true
28+
},
29+
"visible_items": [
30+
0,
31+
1,
32+
2,
33+
3,
34+
4,
35+
5,
36+
6,
37+
8,
38+
9,
39+
10,
40+
11,
41+
12,
42+
13,
43+
14,
44+
15,
45+
16,
46+
17,
47+
18,
48+
19,
49+
20,
50+
21,
51+
22,
52+
23,
53+
24,
54+
27,
55+
28,
56+
29,
57+
30,
58+
31,
59+
32,
60+
33,
61+
37,
62+
38
63+
],
64+
"visible_layers": "fffffff_ffffffff",
65+
"zone_display_mode": 0
66+
},
67+
"meta": {
68+
"filename": "LightBlue.kicad_prl",
69+
"version": 2
70+
},
71+
"project": {
72+
"files": []
73+
}
74+
}

0 commit comments

Comments
 (0)