feat(schematic): replace L7805 with TPS61088 boost converter #1

Merged
0xWheatyz merged 16 commits from feat/boost-converter-integration into master 2026-05-24 02:24:35 +00:00
3 changed files with 1375 additions and 1100 deletions
Showing only changes of commit cd115c8805 - Show all commits
+26
View File
@@ -0,0 +1,26 @@
** Drc report for firstpcb.kicad_pcb **
** Created on 2026-05-15T16:00:06 **
** Report includes: Errors, Warnings, Exclusions **
** Found 2 DRC violations **
[lib_footprint_issues]: The current configuration does not include the footprint library 'Library'
Local override; warning
@(65.0000 mm, 53.3600 mm): Footprint ESP32-WROOM1
[lib_footprint_mismatch]: Footprint 'RHL0020A' does not match copy in library 'Project'
Local override; warning
@(118.2250 mm, 77.4750 mm): Footprint U2
** Found 0 unconnected pads **
** Found 0 Footprint errors **
** Ignored checks **
- Footprint has no courtyard defined
- Track endpoint not centered on via
- Tuning profile track geometries
- Footprint doesn't match symbol's footprint filters
- PTH inside courtyard
- NPTH inside courtyard
- Footprint component type doesn't match footprint pads
** End of Report **
+1348 -1099
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"board": { "board": {
"active_layer": 2, "active_layer": 0,
"active_layer_preset": "", "active_layer_preset": "",
"auto_track_width": true, "auto_track_width": true,
"hidden_netclasses": [], "hidden_netclasses": [],