Skip to content

Commit

Permalink
add BGA and CSP as packages, minor fixes in help (#121)
Browse files Browse the repository at this point in the history
Co-authored-by: Armin Schoisswohl <armin.schoisswohl@myotis.at>
  • Loading branch information
arminsch and Armin Schoisswohl committed Nov 11, 2023
1 parent 3f5d688 commit 79a4606
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions bom/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@
('QFT', 'QFT'),
('PLCC', 'PLCC'),
('VGA', 'VGA'),
('BGA', 'BGA'),
('CSP', 'CSP'),
('Other', 'Other'),
)

Expand Down
4 changes: 2 additions & 2 deletions bom/templates/bom/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -1078,15 +1078,15 @@ <h4>Units of Measure Lists</h4>
<p>Value Units = Ohms, mOhms, kOhms, MOhms, F, pF, nF, uF, V, uV, mV, A, uA, mA, C, F, H, nH, mH, uH, Other</p>
<p>Package Type = 0201 smd, 0402 smd, 0603 smd, 0805 smd, 1206 smd, 1210 smd, 1812 smd, <br/>2010 smd, 2512 smd, 1/8 radial, 1/4 radial, 1/2 radial, Size A, Size B, Size C, Size D,
Size E,
SOT-23, <br/>SOT-223, DIL, SOP, SOIC, QFN, QFP, QFT, PLCC, VGA&nbsp;</p>
SOT-23, <br/>SOT-223, DIL, SOP, SOIC, QFN, QFP, QFT, PLCC, VGA, BGA, CSP </p>
<p>Power Units = W, uW, mW, kW, MW</p>
<p>Voltage Units = V, uV, mV, kV, MV</p>
<p>Current Units = A, uA, mA, kA, MA</p>
<p>Temperature Units = C, F</p>
<p>Memory Units = KB, MB, GB, TB</p>
<p>Interface Types = I2C, SPI, CAN, One-Wire, RS485, RS232, WiFi, 4G, BT, Z_Wave, Zigbee, LAN, USB, HDMI, Other</p>
<p>Frequency Units = Hz, kHz MHz, GHz</p>
<p>Wavelength Units = km m, cm, um, nm, A (where A means &Aring;ngstrom)</p>
<p>Wavelength Units = km, m, cm, um, nm, A (where A means &Aring;ngstrom)</p>
<p>Distance Units = mil, in, ft, yd, km, m, cm, um, nm</p>
<p>Weight Units = mg, g, kb, oz, lb</p>
</div>
Expand Down
4 changes: 2 additions & 2 deletions bom/templates/bom/upload-parts-help.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@ <h5>Valid Choices for Part Properties or Units</h5>
<p/>
<p><b>'package'</b> = 0201 smd, 0402 smd, 0603 smd, 0805 smd, 1206 smd, 1210 smd, 1812 smd,
2010 smd, 2512 smd, 1/8 radial, 1/4 radial, 1/2 radial, Size A, Size B, Size C, Size D, Size E, SOT-23,
SOT-223, DIL, SOP, SOIC, QFN, QFP, QFT, PLCCP, VGA</p>
SOT-223, DIL, SOP, SOIC, QFN, QFP, QFT, PLCCP, VGA, BGA, CSP</p>
<p><b>'power_rating'</b> = W, uW, mW, kW, MW</p>
<p><b>'supply_voltage'</b>, <b>'voltage_rating'</b> = V, uV, mV, kV, MV</p>
<p><b>'current_rating'</b> = A, uA, mA, kA, MA</p>
<p><b>'temperature_rating'</b> = C, F</p>
<p><b>'memory'</b> = KB, MB, GB, TB</p>
<p><b>'interface'</b> = I2C, SPI, CAN, One-Wire, RS485, RS232, WiFi, 4G, BT, Z_Wave, Zigbee, LAN, USB, HDMI, Other</p>
<p><b>'frequency'</b> = Hz, kHz MHz, GHz</p>
<p><b>'wavelength'</b> = km m, cm, um, nm, A (where A means Angstrom)</p>
<p><b>'wavelength'</b> = km, m, cm, um, nm, A (where A means Angstrom)</p>
<p><b>'length'</b>, <b>'width'</b>, <b>'height'</b> = mil, in, ft, yd, km, m, cm, um, nm</p>
<p><b>'weight'</b> = mg, g, kb, oz, lb</p>
</p>
Expand Down

0 comments on commit 79a4606

Please sign in to comment.