Compare commits

..

2 Commits

Author SHA1 Message Date
5e2e25ab79 update to v0.4.0 2025-10-01 10:52:48 +09:30
beb2706ad5 rename project files 2025-05-04 11:12:54 +09:30
6 changed files with 23493 additions and 26485 deletions

3
.gitignore vendored
View File

@@ -29,3 +29,6 @@ fp-info-cache
# Exported BOM files
*.xml
*.csv
gerbers/
bom/

View File

@@ -1,9 +0,0 @@
#!/bin/bash
#
# Convert ssh-agent output to fish shell
#
eval "$(ssh-agent)" >/dev/null
echo "set SSH_AUTH_SOCK \"$SSH_AUTH_SOCK\"; export SSH_AUTH_SOCK"
echo "set SSH_AGENT_PID \"$SSH_AGENT_PID\"; export SSH_AGENT_PID"

File diff suppressed because it is too large Load Diff

21991
ws1-basestation-pcb.kicad_pcb Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -58,7 +58,64 @@
"width": 0.0
}
],
"drc_exclusions": [],
"drc_exclusions": [
[
"drill_out_of_range|116155000|92000000|c0d9c0fd-2bb3-4d32-b7ed-11b63f121350|00000000-0000-0000-0000-000000000000",
""
],
[
"drill_out_of_range|116155000|93400000|9a9222ac-d317-46d4-9ebd-ae571b9e6197|00000000-0000-0000-0000-000000000000",
""
],
[
"drill_out_of_range|116855000|91300000|d412faa5-f3a6-4c41-9483-7fddcd82acd9|00000000-0000-0000-0000-000000000000",
""
],
[
"drill_out_of_range|116855000|92700000|82412f01-b7bf-4bc2-a407-fcbfe1dd7fba|00000000-0000-0000-0000-000000000000",
""
],
[
"drill_out_of_range|116855000|94100000|37b48d7f-1df7-4946-b8d1-06c7f3551b18|00000000-0000-0000-0000-000000000000",
""
],
[
"drill_out_of_range|117555000|92000000|49f66087-bff9-4a96-b36a-1c0aca032b30|00000000-0000-0000-0000-000000000000",
""
],
[
"drill_out_of_range|117555000|93400000|c4dd9f52-24eb-41c0-b4df-cb4ec2919bd3|00000000-0000-0000-0000-000000000000",
""
],
[
"drill_out_of_range|118255000|91300000|a64ec796-39bc-4f5d-a1d1-0c8108aff884|00000000-0000-0000-0000-000000000000",
""
],
[
"drill_out_of_range|118255000|92700000|da3ad37e-ab4d-4097-9046-1a1e3e32d047|00000000-0000-0000-0000-000000000000",
""
],
[
"drill_out_of_range|118255000|94100000|cee9590c-4f53-4dae-a7a9-31d4cecc45ab|00000000-0000-0000-0000-000000000000",
""
],
[
"drill_out_of_range|118955000|92000000|1d012a4a-0827-4719-a6ab-5578a30d3866|00000000-0000-0000-0000-000000000000",
""
],
[
"drill_out_of_range|118955000|93400000|609efece-dfc0-42c9-ad1c-47fb49bc099f|00000000-0000-0000-0000-000000000000",
""
],
[
"lib_footprint_issues|160355000|95120000|18f83818-1600-4141-88f5-85ca7f87e5fd|00000000-0000-0000-0000-000000000000",
""
],
[
"starved_thermal|110305000|86630000|db40c38c-a8a4-4d10-bdf3-854f16f3b6ff|72bc1ae1-6bbe-497f-a0e4-c2fb99d68b6e|F.Cu",
"already has trace to cap"
]
],
"meta": {
"version": 2
},
@@ -477,6 +534,7 @@
"single_global_label": "ignore",
"unannotated": "error",
"unconnected_wire_endpoint": "warning",
"undefined_netclass": "error",
"unit_value_mismatch": "error",
"unresolved_variable": "error",
"wire_dangling": "error"
@@ -487,7 +545,7 @@
"pinned_symbol_libs": []
},
"meta": {
"filename": "weatherStationv3.kicad_pro",
"filename": "ws1-basestation-pcb.kicad_pro",
"version": 3
},
"net_settings": {
@@ -505,7 +563,7 @@
"pcb_color": "rgba(0, 0, 0, 0.000)",
"priority": 2147483647,
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.2,
"track_width": 0.25,
"via_diameter": 0.6,
"via_drill": 0.3,
"wire_width": 6
@@ -523,7 +581,7 @@
"gencad": "",
"idf": "",
"netlist": "",
"plot": "",
"plot": "gerbers/",
"pos_files": "",
"specctra_dsn": "",
"step": "",

File diff suppressed because it is too large Load Diff