Initial commit

This commit is contained in:
cpu
2025-09-27 12:44:25 +02:00
commit 323fc68ac8
3665 changed files with 601898 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
[04:01:49] WARNING Not Implemented Error
`exclude_from_bom` is not yet implemented. This should not currently affect your design, however may throw spurious warnings.
See: https://github.com/atopile/atopile/issues/755
Source: main.ato:81:7
80
❱ 81 module App:
82 │ # --- Signals and Power rails ---
Code causing the error:
Source: main.ato:91:32
90 │ dfplayer = new DFPlayer_Mini
❱ 91 │ dfplayer.exclude_from_bom = True # Exclude from BOM since it's a module
92
DEBUG Assignment: power_5v.voltage [power_5v.voltage] := [4.947V, 5.253V]
DEBUG Constraining power_5v.voltage to [4.947V, 5.253V]
DEBUG Assignment: power_filter_cap.capacitance [power_filter_cap.capacitance] := [376µF, 564µF]
DEBUG Constraining power_filter_cap.capacitance to [376µF, 564µF]
DEBUG Assignment: power_filter_cap.voltage [power_filter_cap.voltage] := [10V]
DEBUG Constraining power_filter_cap.voltage to [10V]
DEBUG Assignment: rx_protection_resistor.resistance [rx_protection_resistor.resistance] := [1kΩ ± 5.00%]
DEBUG Constraining rx_protection_resistor.resistance to [1kΩ ± 5.00%]

View File

@@ -0,0 +1,12 @@
[04:01:49] WARNING Not Implemented Error
`exclude_from_bom` is not yet implemented. This should not currently affect your design, however may throw spurious warnings.
See: https://github.com/atopile/atopile/issues/755
Source: main.ato:81:7
80
❱ 81 module App:
82 │ # --- Signals and Power rails ---
Code causing the error:
Source: main.ato:91:32
90 │ dfplayer = new DFPlayer_Mini
❱ 91 │ dfplayer.exclude_from_bom = True # Exclude from BOM since it's a module
92

View File

@@ -0,0 +1,12 @@
[04:01:49] WARNING Not Implemented Error
`exclude_from_bom` is not yet implemented. This should not currently affect your design, however may throw spurious warnings.
See: https://github.com/atopile/atopile/issues/755
Source: main.ato:81:7
80
❱ 81 module App:
82 │ # --- Signals and Power rails ---
Code causing the error:
Source: main.ato:91:32
90 │ dfplayer = new DFPlayer_Mini
❱ 91 │ dfplayer.exclude_from_bom = True # Exclude from BOM since it's a module
92