Skip to content

Commit

Permalink
add module builds back in to ato.yaml with mfg-data excluded in config
Browse files Browse the repository at this point in the history
  • Loading branch information
napowderly committed Jan 28, 2025
1 parent fff8ecf commit 1000ac0
Show file tree
Hide file tree
Showing 33 changed files with 8,730 additions and 3,127 deletions.
41 changes: 25 additions & 16 deletions ato.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,34 @@
ato-version: ^0.3.0
builds:
# default:
# entry: elec/src/hil-blocks.ato:HilBlocks
# analog-out:
# entry: elec/src/blocks/analog-out.ato:AnalogOut
# isolator-i2c:
# entry: elec/src/blocks/isolator-i2c.ato:IsolatorI2C
# isolator-24v-3v3:
# entry: elec/src/blocks/isolator-24v-3v3.ato:Isolator24v3v3
# controller-esp32:
# entry: elec/src/blocks/controller-esp32.ato:ControllerESP32
# power-usbpd:
# entry: elec/src/blocks/power-usbpd.ato:PowerUSBPD
# ethernet:
# entry: elec/src/components/ethernet.ato:W5500Ethernet
space-bms-hil:
entry: elec/src/examples/space-bms-hil.ato:SpaceBMSHIL
# relay:
# entry: elec/src/blocks/relay.ato:PowerRelay
analog-out:
entry: elec/src/blocks/analog-out.ato:AnalogOut
exclude_targets: [mfg-data]
isolator-i2c:
entry: elec/src/blocks/isolator-i2c.ato:IsolatorI2C
exclude_targets: [mfg-data]
isolator-24v-3v3:
entry: elec/src/blocks/isolator-24v-3v3.ato:Isolator24v3v3
exclude_targets: [mfg-data]
controller-esp32:
entry: elec/src/blocks/controller-esp32.ato:ControllerESP32
exclude_targets: [mfg-data]
power-usbpd:
entry: elec/src/blocks/power-usbpd.ato:PowerUSBPD
exclude_targets: [mfg-data]
ethernet:
entry: elec/src/components/ethernet.ato:W5500Ethernet
exclude_targets: [mfg-data]
relay:
entry: elec/src/blocks/relay.ato:PowerRelay
exclude_targets: [mfg-data]
i2c-relay:
entry: elec/src/blocks/relay.ato:I2CRelay
exclude_targets: [mfg-data]
controller-cm4:
entry: elec/src/blocks/controller-cm4.ato:ControllerCM4
exclude_targets: [mfg-data]
dependencies:
- name: generics
version_spec:
Expand Down
8 changes: 4 additions & 4 deletions elec/layout/analog-out/analog-out.kicad_pcb
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@
(net 7 "io")
(net 8 "inverting")
(net 9 "amplifier.opamp.footprint.pins[4].net-net")
(net 10 "hv-1")
(net 11 "hv")
(net 10 "hv")
(net 11 "hv-1")
(net 12 "io-1")
(footprint "atopile:SMB_L4.6-W3.6-LS5.3-RD-330cb3"
(layer "F.Cu")
Expand Down Expand Up @@ -881,7 +881,7 @@
(layers "F.Cu" "F.Paste" "F.Mask")
(remove_unused_layers no)
(uuid "2addeb51-e4b4-473b-8d9d-e9f2e4d36365")
(net 10 "hv-1"))
(net 10 "hv"))
(pad "4" smd rect
(at 0.95 -1.15 90)
(size 0.53 1.07)
Expand Down Expand Up @@ -1396,7 +1396,7 @@
(layers "F.Cu" "F.Paste" "F.Mask")
(remove_unused_layers no)
(uuid "58182595-88a7-4d74-ba42-22b9cae42610")
(net 11 "hv")))
(net 11 "hv-1")))
(footprint "atopile:R0402-56259e"
(layer "F.Cu")
(uuid "ff554e70-c05c-49cd-9aab-de054642524b")
Expand Down
Loading

0 comments on commit 1000ac0

Please sign in to comment.