Skip to content

Commit c65e675

Browse files
committed
bump version to 1.0.0
1 parent 33edaa6 commit c65e675

6 files changed

Lines changed: 85 additions & 105 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased] - xxxx-xx-xx
88

9-
## [1.0.0] - 2023-04-09
9+
## [1.0.0] - 2023-05-18
1010
### Added
1111
* LCB-CBB-01 Control Bus Board initial release
1212

LCB-CBB-01/Connector_LCB.kicad_sch

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -9790,15 +9790,6 @@
97909790
(hide yes)
97919791
)
97929792
)
9793-
(property "Sim.Enable" "0"
9794-
(at 247.65 100.33 0)
9795-
(effects
9796-
(font
9797-
(size 1.27 1.27)
9798-
)
9799-
(hide yes)
9800-
)
9801-
)
98029793
(pin "1"
98039794
(uuid "7ae3bf42-db86-4681-b72a-4bf769134937")
98049795
)
@@ -10420,15 +10411,6 @@
1042010411
(hide yes)
1042110412
)
1042210413
)
10423-
(property "Sim.Enable" "0"
10424-
(at 180.34 101.6 0)
10425-
(effects
10426-
(font
10427-
(size 1.27 1.27)
10428-
)
10429-
(hide yes)
10430-
)
10431-
)
1043210414
(pin "1"
1043310415
(uuid "c7244752-b2a4-426f-bf46-25d844babadc")
1043410416
)
@@ -11051,15 +11033,6 @@
1105111033
(hide yes)
1105211034
)
1105311035
)
11054-
(property "Sim.Enable" "0"
11055-
(at 44.45 101.6 0)
11056-
(effects
11057-
(font
11058-
(size 1.27 1.27)
11059-
)
11060-
(hide yes)
11061-
)
11062-
)
1106311036
(pin "1"
1106411037
(uuid "92d26a36-9118-41b4-807a-e38da8903922")
1106511038
)
@@ -11616,15 +11589,6 @@
1161611589
(hide yes)
1161711590
)
1161811591
)
11619-
(property "Sim.Enable" "0"
11620-
(at 109.22 100.33 0)
11621-
(effects
11622-
(font
11623-
(size 1.27 1.27)
11624-
)
11625-
(hide yes)
11626-
)
11627-
)
1162811592
(pin "1"
1162911593
(uuid "21e5d397-3f8a-46d9-a069-8f2ca4e4b09b")
1163011594
)

LCB-CBB-01/LCB-CBB-01.kicad_pro

Lines changed: 56 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,17 @@
33
"3dviewports": [],
44
"design_settings": {
55
"defaults": {
6-
"board_outline_line_width": 0.09999999999999999,
7-
"copper_line_width": 0.19999999999999998,
6+
"apply_defaults_to_fp_fields": false,
7+
"apply_defaults_to_fp_shapes": false,
8+
"apply_defaults_to_fp_text": false,
9+
"board_outline_line_width": 0.1,
10+
"copper_line_width": 0.2,
811
"copper_text_italic": false,
912
"copper_text_size_h": 1.5,
1013
"copper_text_size_v": 1.5,
1114
"copper_text_thickness": 0.3,
1215
"copper_text_upright": false,
13-
"courtyard_line_width": 0.049999999999999996,
16+
"courtyard_line_width": 0.05,
1417
"dimension_precision": 4,
1518
"dimension_units": 3,
1619
"dimensions": {
@@ -21,7 +24,7 @@
2124
"text_position": 0,
2225
"units_format": 1
2326
},
24-
"fab_line_width": 0.09999999999999999,
27+
"fab_line_width": 0.1,
2528
"fab_text_italic": false,
2629
"fab_text_size_h": 1.0,
2730
"fab_text_size_v": 1.0,
@@ -77,8 +80,9 @@
7780
"duplicate_footprints": "warning",
7881
"extra_footprint": "warning",
7982
"footprint": "error",
83+
"footprint_symbol_mismatch": "warning",
8084
"footprint_type_mismatch": "error",
81-
"hole_clearance": "ignore",
85+
"hole_clearance": "warning",
8286
"hole_near_hole": "error",
8387
"invalid_outline": "error",
8488
"isolated_copper": "warning",
@@ -89,16 +93,16 @@
8993
"lib_footprint_mismatch": "warning",
9094
"malformed_courtyard": "error",
9195
"microvia_drill_out_of_range": "error",
92-
"missing_courtyard": "ignore",
96+
"missing_courtyard": "warning",
9397
"missing_footprint": "warning",
9498
"net_conflict": "warning",
9599
"npth_inside_courtyard": "warning",
96100
"padstack": "error",
97101
"pth_inside_courtyard": "warning",
98102
"shorting_items": "error",
99103
"silk_edge_clearance": "error",
100-
"silk_over_copper": "ignore",
101-
"silk_overlap": "ignore",
104+
"silk_over_copper": "warning",
105+
"silk_overlap": "warning",
102106
"skew_out_of_range": "error",
103107
"solder_mask_bridge": "warning",
104108
"starved_thermal": "error",
@@ -116,31 +120,28 @@
116120
},
117121
"rules": {
118122
"max_error": 0.005,
119-
"min_clearance": 0.09999999999999999,
123+
"min_clearance": 0.1,
120124
"min_connection": 0.0,
121-
"min_copper_edge_clearance": 0.19999999999999998,
122-
"min_hole_clearance": 0.19999999999999998,
125+
"min_copper_edge_clearance": 0.2,
126+
"min_hole_clearance": 0.2,
123127
"min_hole_to_hole": 0.25,
124-
"min_microvia_diameter": 0.19999999999999998,
125-
"min_microvia_drill": 0.09999999999999999,
128+
"min_microvia_diameter": 0.2,
129+
"min_microvia_drill": 0.1,
126130
"min_resolved_spokes": 1,
127131
"min_silk_clearance": 0.0,
128-
"min_text_height": 0.7999999999999999,
132+
"min_text_height": 0.8,
129133
"min_text_thickness": 0.08,
130-
"min_through_hole_diameter": 0.19999999999999998,
131-
"min_track_width": 0.09999999999999999,
132-
"min_via_annular_width": 0.09999999999999999,
133-
"min_via_diameter": 0.39999999999999997,
134+
"min_through_hole_diameter": 0.2,
135+
"min_track_width": 0.1,
136+
"min_via_annular_width": 0.1,
137+
"min_via_diameter": 0.4,
134138
"solder_mask_clearance": 0.0,
135139
"solder_mask_min_width": 0.0,
136140
"solder_mask_to_copper_clearance": 0.0,
137141
"use_height_for_length_calcs": true
138142
},
139143
"teardrop_options": [
140144
{
141-
"td_allow_use_two_tracks": true,
142-
"td_curve_segcount": 5,
143-
"td_on_pad_in_zone": false,
144145
"td_onpadsmd": true,
145146
"td_onroundshapesonly": false,
146147
"td_ontrackend": false,
@@ -149,29 +150,35 @@
149150
],
150151
"teardrop_parameters": [
151152
{
153+
"td_allow_use_two_tracks": true,
152154
"td_curve_segcount": 0,
153155
"td_height_ratio": 1.0,
154156
"td_length_ratio": 0.5,
155157
"td_maxheight": 2.0,
156158
"td_maxlen": 1.0,
159+
"td_on_pad_in_zone": false,
157160
"td_target_name": "td_round_shape",
158161
"td_width_to_size_filter_ratio": 0.9
159162
},
160163
{
164+
"td_allow_use_two_tracks": true,
161165
"td_curve_segcount": 0,
162166
"td_height_ratio": 1.0,
163167
"td_length_ratio": 0.5,
164168
"td_maxheight": 2.0,
165169
"td_maxlen": 1.0,
170+
"td_on_pad_in_zone": false,
166171
"td_target_name": "td_rect_shape",
167172
"td_width_to_size_filter_ratio": 0.9
168173
},
169174
{
175+
"td_allow_use_two_tracks": true,
170176
"td_curve_segcount": 0,
171177
"td_height_ratio": 1.0,
172178
"td_length_ratio": 0.5,
173179
"td_maxheight": 2.0,
174180
"td_maxlen": 1.0,
181+
"td_on_pad_in_zone": false,
175182
"td_target_name": "td_track_end",
176183
"td_width_to_size_filter_ratio": 0.9
177184
}
@@ -187,6 +194,32 @@
187194
0.5,
188195
1.0
189196
],
197+
"tuning_pattern_settings": {
198+
"diff_pair_defaults": {
199+
"corner_radius_percentage": 80,
200+
"corner_style": 1,
201+
"max_amplitude": 1.0,
202+
"min_amplitude": 0.2,
203+
"single_sided": false,
204+
"spacing": 1.0
205+
},
206+
"diff_pair_skew_defaults": {
207+
"corner_radius_percentage": 80,
208+
"corner_style": 1,
209+
"max_amplitude": 1.0,
210+
"min_amplitude": 0.2,
211+
"single_sided": false,
212+
"spacing": 0.6
213+
},
214+
"single_track_defaults": {
215+
"corner_radius_percentage": 80,
216+
"corner_style": 1,
217+
"max_amplitude": 1.0,
218+
"min_amplitude": 0.2,
219+
"single_sided": false,
220+
"spacing": 0.6
221+
}
222+
},
190223
"via_dimensions": [
191224
{
192225
"diameter": 0.0,
@@ -587,7 +620,7 @@
587620
},
588621
"net_format_name": "",
589622
"page_layout_descr_file": "",
590-
"plot_directory": "",
623+
"plot_directory": "../documentation/",
591624
"spice_current_sheet_as_root": false,
592625
"spice_external_command": "spice \"%I\"",
593626
"spice_model_current_sheet_as_root": true,
@@ -600,7 +633,7 @@
600633
"sheets": [
601634
[
602635
"78c6af17-d7e9-44b4-b50f-61aa50c3be02",
603-
"Root"
636+
"Stammblatt"
604637
],
605638
[
606639
"a9e357d1-ca90-4cdc-a4d2-eb24b0050368",

LCB-CBB-01/LCB-CBB-01.kicad_sch

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -2822,15 +2822,6 @@
28222822
(hide yes)
28232823
)
28242824
)
2825-
(property "Sim.Enable" "0"
2826-
(at 208.28 38.1 0)
2827-
(effects
2828-
(font
2829-
(size 1.27 1.27)
2830-
)
2831-
(hide yes)
2832-
)
2833-
)
28342825
(instances
28352826
(project "LCB-CBB-01"
28362827
(path "/78c6af17-d7e9-44b4-b50f-61aa50c3be02"
@@ -3077,15 +3068,6 @@
30773068
(hide yes)
30783069
)
30793070
)
3080-
(property "Sim.Enable" "0"
3081-
(at 208.28 50.8 0)
3082-
(effects
3083-
(font
3084-
(size 1.27 1.27)
3085-
)
3086-
(hide yes)
3087-
)
3088-
)
30893071
(instances
30903072
(project "LCB-CBB-01"
30913073
(path "/78c6af17-d7e9-44b4-b50f-61aa50c3be02"
@@ -3150,15 +3132,6 @@
31503132
(hide yes)
31513133
)
31523134
)
3153-
(property "Sim.Enable" "0"
3154-
(at 208.28 25.4 0)
3155-
(effects
3156-
(font
3157-
(size 1.27 1.27)
3158-
)
3159-
(hide yes)
3160-
)
3161-
)
31623135
(instances
31633136
(project "LCB-CBB-01"
31643137
(path "/78c6af17-d7e9-44b4-b50f-61aa50c3be02"
@@ -3223,15 +3196,6 @@
32233196
(hide yes)
32243197
)
32253198
)
3226-
(property "Sim.Enable" "0"
3227-
(at 208.28 57.15 0)
3228-
(effects
3229-
(font
3230-
(size 1.27 1.27)
3231-
)
3232-
(hide yes)
3233-
)
3234-
)
32353199
(instances
32363200
(project "LCB-CBB-01"
32373201
(path "/78c6af17-d7e9-44b4-b50f-61aa50c3be02"
@@ -3296,15 +3260,6 @@
32963260
(hide yes)
32973261
)
32983262
)
3299-
(property "Sim.Enable" "0"
3300-
(at 208.28 44.45 0)
3301-
(effects
3302-
(font
3303-
(size 1.27 1.27)
3304-
)
3305-
(hide yes)
3306-
)
3307-
)
33083263
(instances
33093264
(project "LCB-CBB-01"
33103265
(path "/78c6af17-d7e9-44b4-b50f-61aa50c3be02"

documentation/LCB-CBB-01.csv

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
"Source:","/home/nikolasf/Dokumente/01_git/70_PCBs/LCB-CBB-01_Bus_Board/LCB-CBB-01/LCB-CBB-01.kicad_sch"
2+
"Date:","2024-05-18T19:11:30+0200"
3+
"Tool:","Eeschema 8.0.2"
4+
"Generator:","/usr/share/kicad/plugins/bom_csv_grouped_by_value.py"
5+
"Component Count:","50"
6+
7+
"Collated Components:"
8+
9+
"Item","Qty","Reference(s)","Value","LibPart","Footprint","Datasheet","DNP","Datasheet","Description","Footprint","Manufacturer","Mfr. No","Mouser No","Sim.Enable","manf#","mouser#"
10+
"1","2","ACCESSORY1, ACCESSORY2","ACCESSORY_BusBoard_SPI_Cable","LEA_SymbolLibrary:ACCESSORY_BusBoard_SPI_Cable","","https://www.molex.com/en-us/products/part-detail/151340805","","https://www.molex.com/en-us/products/part-detail/151340805","","","Molex","","","","15134-0805","538-15134-0805"
11+
"2","12","C1, C2, C3, C4, C7, C8, C10, C11, C14, C15, C18, C19","100n","LEA_SymbolLibrary:C_0603_100n_X5R_10P__50V","LEA_FootprintLibrary:C_0603","","","","Capacitor 0603","LEA_FootprintLibrary:C_0603","TDK","","","","C1608X5R1H104K","810-C1608X5R1H104K"
12+
"3","2","C5, C6","47n","LEA_SymbolLibrary:C_0603__47n_X7R_10P__50V","LEA_FootprintLibrary:C_0603","https://www.mouser.de/datasheet/2/281/1/GCM188R71H473KA55_01A-3144223.pdf","","https://www.mouser.de/datasheet/2/281/1/GCM188R71H473KA55_01A-3144223.pdf","Capacitor 0603","LEA_FootprintLibrary:C_0603","murata","","","","GCM188R71H473K55D","81-GCM188R71H473K55D"
13+
"4","6","C9, C12, C13, C16, C17, C20","2u2","LEA_SymbolLibrary:C_0603__2u2_X5R_10P__35V","LEA_FootprintLibrary:C_0603","","","","Capacitor 0603","LEA_FootprintLibrary:C_0603","TDK","","","","C1608X5R1V225K","810-C1608X5R1V225K"
14+
"5","1","C21","10n","LEA_SymbolLibrary:C_0603__10n_X7R_10P__50V","LEA_FootprintLibrary:C_0603","","","","Capacitor 0603","LEA_FootprintLibrary:C_0603","TDK","","","","CGA3E2X7R1H103K","810-CGA3E2X7R1H103K"
15+
"6","1","C22","10u","LEA_SymbolLibrary:C_0603__10u_X5R_10P__25V","LEA_FootprintLibrary:C_0603","","","","Capacitor 0603","LEA_FootprintLibrary:C_0603","Murata","","","","GRM188R61E106KA3D","81-GRM188R61E106KA3D"
16+
"7","1","D1","2mA","LEA_SymbolLibrary:LED_0603_G_2mA_APTD1608LCGCK ","LEA_FootprintLibrary:LED_0603_G","https://www.mouser.de/datasheet/2/216/APTD1608LCGCK-1102124.pdf","","https://www.mouser.de/datasheet/2/216/APTD1608LCGCK-1102124.pdf","LED 0603, Green, If 2mA, Vf 1.9V","LEA_FootprintLibrary:LED_0603_G","Kingbright","","","","APTD1608LCGCK","604-APTD1608LCGCK"
17+
"8","1","IC1","MEJ2S0305SC","LEA_SymbolLibrary:DCDC_3V3_5V0_MEJ2S0305SC","LEA_FootprintLibrary:SIP-7_Murata_MEJ1S0305SC","https://eu.mouser.com/datasheet/2/281/1/kdc_mej2-2941219.pdf","","https://eu.mouser.com/datasheet/2/281/1/kdc_mej2-2941219.pdf","Isolated DC-DC Converter. 3.3Vin, 5Vout, 2W","LEA_FootprintLibrary:SIP-7_Murata_MEJ1S0305SC","Murata","","","","MEJ2S0305SC","580-MEJ2S0305SC"
18+
"9","2","IC2, IC3","ISO1042QDWVRQ1","LEA_SymbolLibrary:ISO_ISO1042QDWVRQ1","LEA_FootprintLibrary:SOIC127P1150X280-8N","http://www.ti.com/lit/gpn/ISO1042-Q1","","http://www.ti.com/lit/gpn/ISO1042-Q1","Isolated CAN transceiver, Automotive, 70-V bus fault protection and flexible data rate","LEA_FootprintLibrary:SOIC127P1150X280-8N","Texas Instruments","","","","ISO1042QDWVRQ1","595-ISO1042QDWVRQ1"
19+
"10","2","IC4, IC5","ISO7741FQDWQ1","LEA_SymbolLibrary:ISO_ISO7741FQDWQ1","LEA_FootprintLibrary:SOIC127P1030X265-16N","http://www.ti.com/lit/gpn/iso7741-q1","","http://www.ti.com/lit/gpn/iso7741-q1","Automotive, High Speed, Robust EMC Quad-Channel Digital Isolators","LEA_FootprintLibrary:SOIC127P1030X265-16N","Texas Instruments","","","","ISO7741FQDWQ1","595-ISO7741FQDWQ1"
20+
"11","1","IC6","ISO_ISO7740FQDWQ1","LEA_SymbolLibrary:ISO_ISO7740FQDWQ1","LEA_FootprintLibrary:SOIC127P1030X265-16N","https://www.ti.com/lit/ds/symlink/iso7741-q1.pdf?ts=1637972753620&ref_url=https%253A%252F%252Fwww.ti.com%252Fproduct%252FISO7741-Q1","","https://www.ti.com/lit/ds/symlink/iso7741-q1.pdf?ts=1637972753620&ref_url=https%253A%252F%252Fwww.ti.com%252Fproduct%252FISO7741-Q1","ISO774x-Q1 Automotive, High-Speed, Reinforced Quad-Channel Digital Isolators","LEA_FootprintLibrary:SOIC127P1030X265-16N","Texas Instruments","","","","ISO7740FQDWQ1","595-ISO7740FQDWQ1"
21+
"12","2","J1, J2","ERM5-075-05.0-L-DV-K-TR","LEA_SymbolLibrary:Conn_ERM5-075-05.0-L-DV-K-TR","LEA_FootprintLibrary:ERM5-075-05.0-L-DV","https://suddendocs.samtec.com/prints/erm5-xxx-xx.x-dv-xx-tr-footprint.pdf","","https://suddendocs.samtec.com/prints/erm5-xxx-xx.x-dv-xx-tr-footprint.pdf","Board to Board & Mezzanine Connectors 0.50 mm Edge Rate Rugged High Speed Terminal","LEA_FootprintLibrary:ERM5-075-05.0-L-DV","Samtec","ERM5-075-05.0-L-DV-K-TR","200-ERM5075050LDVKTR","0","ERM5-075-05.0-L-DV-K-TR","200-ERM5075050LDVKTR"
22+
"13","1","J3","09551156612741","LEA_SymbolLibrary:Conn_sub-D_09551156612741","LEA_FootprintLibrary:Conn_Sub-D_09551156612741","https://b2b.harting.com/files/download/PRD/PDF_TS/0955115X61X_100236642DRW001C.pdf","","https://b2b.harting.com/files/download/PRD/PDF_TS/0955115X61X_100236642DRW001C.pdf","D-Sub SMD 9pin straight female","LEA_FootprintLibrary:Conn_Sub-D_09551156612741","HARTING","","","","09551156612741","617-09551156612741"
23+
"14","2","J4, J5","53398-0871","LEA_SymbolLibrary:Conn_molex_533980871","LEA_FootprintLibrary:Conn_Molex_533980871","http://www.molex.com/webdocs/datasheets/pdf/en-us/0533980871_PCB_HEADERS.pdf","","http://www.molex.com/webdocs/datasheets/pdf/en-us/0533980871_PCB_HEADERS.pdf","8 Pin Male, straight, 1.25mm pitch","LEA_FootprintLibrary:Conn_Molex_533980871","Molex","","","","53398-0871","538-53398-0871"
24+
"15","4","R1, R2, R3, R4","60R4","LEA_SymbolLibrary:R_0603_60R4_THICK_0.5P_150V","LEA_FootprintLibrary:R_0603","https://www.mouser.de/datasheet/2/348/ROHM_S_A0011075102_1-2563252.pdf","","https://www.mouser.de/datasheet/2/348/ROHM_S_A0011075102_1-2563252.pdf","Resistor 0603","LEA_FootprintLibrary:R_0603","ROHM Semiconductor","","","","ESR03EZPD60R4","755-ESR03EZPD60R4"
25+
"16","1","R5","680R","LEA_SymbolLibrary:R_0603_680R_THICK__1P__75V","LEA_FootprintLibrary:R_0603","","","","Resistor 0603","LEA_FootprintLibrary:R_0603","Vishay","","","","CRCW0603680RFKEAC","71-CRCW0603680RFKEAC"
26+
"17","7","R6, R7, R8, R9, R10, R11, R12","0R0","LEA_SymbolLibrary:R_0603__0R0_THICK__1P__75V","LEA_FootprintLibrary:R_0603","","","","Resistor 0603","LEA_FootprintLibrary:R_0603","Vishay","","","","CRCW06030000Z0EAC","71-CRCW06030000Z0EAC"
27+
"18","1","S1","SW_09.03290.01","LEA_SymbolLibrary:SW_09.03290.01","LEA_FootprintLibrary:090329001","https://www.mouser.co.uk/datasheet/2/628/EAO_1K2%20data%20sheet-1216079.pdf","","https://www.mouser.co.uk/datasheet/2/628/EAO_1K2%20data%20sheet-1216079.pdf","Slide Switches SPDT, ON-ON, slide, Through Hole, 500 mA @ 24 V DC","LEA_FootprintLibrary:090329001","EAO","","","","09.03290.01","123-09.03290.01"
28+
"19","1","U1","TPS73733DCQ","LEA_SymbolLibrary:TPS73733DCQ","LEA_FootprintLibrary:SOT-223-6_TI","https://www.ti.com/lit/ds/symlink/tps737.pdf","","https://www.ti.com/lit/ds/symlink/tps737.pdf","","LEA_FootprintLibrary:SOT-223-6_TI","TI","","","","TPS73733DCQG4","595-TPS73733DCQG4"

documentation/LCB-CBB-01.pdf

675 KB
Binary file not shown.

0 commit comments

Comments
 (0)