Initial commit
This commit is contained in:
@@ -0,0 +1,96 @@
|
||||
[02:39:11] WARNING Exception
|
||||
Ignoring assignment of `C18199093` to `lcsc` on `power_protection_diode`
|
||||
Source: main.ato:54:7
|
||||
53
|
||||
❱ 54 module App:
|
||||
55 │ # --- Signals and Power ---
|
||||
Code causing the error:
|
||||
Source: main.ato:68:4
|
||||
67 │ power_protection_diode = new hongjiacheng_M1_package
|
||||
❱ 68 │ power_protection_diode.lcsc = "C18199093"
|
||||
69
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C178529` to `lcsc` on `power_filter_cap`
|
||||
Source: main.ato:54:7
|
||||
53
|
||||
❱ 54 module App:
|
||||
55 │ # --- Signals and Power ---
|
||||
Code causing the error:
|
||||
Source: main.ato:73:4
|
||||
72 │ power_filter_cap.voltage = 10V
|
||||
❱ 73 │ power_filter_cap.lcsc = "C178529"
|
||||
74
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C160354` to `lcsc` on `uart_connector`
|
||||
Source: main.ato:54:7
|
||||
53
|
||||
❱ 54 module App:
|
||||
55 │ # --- Signals and Power ---
|
||||
Source: main.ato:76:21
|
||||
75 │ # Input Connector (Power and UART)
|
||||
❱ 76 │ uart_connector = new JST_PH_Vertical_4Pin
|
||||
77
|
||||
Source: main.ato:30:10
|
||||
29
|
||||
❱ 30 component JST_PH_Vertical_4Pin:
|
||||
31 │ footprint = "JST_PH_S4B-PH-K_1x04_P2.00mm_Horizontal"
|
||||
Code causing the error:
|
||||
Source: main.ato:32:4
|
||||
31 │ footprint = "JST_PH_S4B-PH-K_1x04_P2.00mm_Horizontal"
|
||||
❱ 32 │ lcsc = "C160354"
|
||||
33 │ pin 1; pin 2; pin 3; pin 4
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C17513` to `lcsc` on `rx_protection_resistor`
|
||||
Source: main.ato:54:7
|
||||
53
|
||||
❱ 54 module App:
|
||||
55 │ # --- Signals and Power ---
|
||||
Code causing the error:
|
||||
Source: main.ato:81:4
|
||||
80 │ rx_protection_resistor.resistance = 1kohm +/- 5%
|
||||
❱ 81 │ rx_protection_resistor.lcsc = "C17513"
|
||||
82
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C265003` to `lcsc` on `speaker_connector`
|
||||
Source: main.ato:54:7
|
||||
53
|
||||
❱ 54 module App:
|
||||
55 │ # --- Signals and Power ---
|
||||
Source: main.ato:84:24
|
||||
83 │ # Output Connectors
|
||||
❱ 84 │ speaker_connector = new JST_PH_Vertical_2Pin
|
||||
85 │ stereo_out_jack = new AudioJack3_5mm
|
||||
Source: main.ato:25:10
|
||||
24 # Component for JST PH series vertical connectors
|
||||
❱ 25 component JST_PH_Vertical_2Pin:
|
||||
26 │ footprint = "JST_PH_S2B-PH-K_1x02_P2.00mm_Horizontal"
|
||||
Code causing the error:
|
||||
Source: main.ato:27:4
|
||||
26 │ footprint = "JST_PH_S2B-PH-K_1x02_P2.00mm_Horizontal"
|
||||
❱ 27 │ lcsc = "C265003"
|
||||
28 │ pin 1; pin 2
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C22459515` to `lcsc` on `stereo_out_jack`
|
||||
Source: main.ato:54:7
|
||||
53
|
||||
❱ 54 module App:
|
||||
55 │ # --- Signals and Power ---
|
||||
Source: main.ato:85:22
|
||||
84 │ speaker_connector = new JST_PH_Vertical_2Pin
|
||||
❱ 85 │ stereo_out_jack = new AudioJack3_5mm
|
||||
86
|
||||
Source: main.ato:17:10
|
||||
16 # Component for the SMD 3.5mm Audio Jack
|
||||
❱ 17 component AudioJack3_5mm:
|
||||
18 │ footprint = "Jack_3.5mm:Jack_3.5mm_PJ320D_Horizontal"
|
||||
Code causing the error:
|
||||
Source: main.ato:19:4
|
||||
18 │ footprint = "Jack_3.5mm:Jack_3.5mm_PJ320D_Horizontal"
|
||||
❱ 19 │ lcsc = "C22459515"
|
||||
20 │ pin TIP # Left Channel
|
||||
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%]
|
||||
Reference in New Issue
Block a user