Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add TPS55340RTER boost converter #4

Merged
merged 1 commit into from
Feb 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions ato.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,13 @@ builds:
entry:
elec/src/components/texas_instruments_bq25756r_rvr.ato:Texas_Instruments_BQ25756RRVR
exclude_targets: [mfg-data]

analog-out-4ch:
entry: elec/src/blocks/analog-out-4ch.ato:AnalogOut4ch

regulator:
entry:
elec/src/blocks/analog-out-4ch.ato:AnalogOut4ch
elec/src/components/texas_instruments_tp_s55340r_ter.ato:Texas_Instruments_TPS55340RTER
exclude_targets: [mfg-data]

dependencies:
- name: generics
Expand All @@ -100,3 +103,7 @@ dependencies:
version_spec:
link_broken: false
path: .ato/modules/jst-gh
- name: lv2842xlvddcr
version_spec: '@b2676b2f3315b39709fb498f429856e4725867eb'
link_broken: false
path: .ato/modules/lv2842xlvddcr
8 changes: 8 additions & 0 deletions elec/layout/regulator/fp-lib-table
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
(fp_lib_table
(version 7)
(lib
(name "atopile")
(type "KiCad")
(uri "${KIPRJMOD}/../../../build/kicad/libs/footprints/atopile.pretty")
(options "")
(descr "atopile: atopile footprints")))
Loading