Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,26 @@ on:
push:
tags:
- "v*.*.*"
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches:
- main
paths:
- "**/*.ato"
- "ato.yaml"
- "parts/**"
- "layouts/**"
workflow_dispatch:

jobs:
build:
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.draft == false }}
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- uses: atopile/setup-atopile@main
- uses: atopile/setup-atopile@v1

- run: ato sync
- run: ato build --frozen
Expand Down
22 changes: 11 additions & 11 deletions ato.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
requires-atopile: ^0.11.6
requires-atopile: ^0.12.4

paths:
src: .
layout: ./layouts

builds:
aip74lvc1t45:
entry: modules/wuxi-aip74lvc1t45.ato:Wuxi_I_core_Elec_AiP74LVC1T45GB236_TR_driver
entry: modules/wuxi-aip74lvc1t45.ato:Wuxi_I_core_Elec_AiP74LVC1T45GB236_TR
hide_designators: true
exclude_checks: [PCB.requires_drc_check]

Expand All @@ -27,8 +27,8 @@ builds:
- 2d-image

# Standalone boards
rpdap_stick:
entry: main.ato:RPDAPStick
rpdap_compact:
entry: main.ato:RPDAPCompact
hide_designators: true
# exclude_checks: [PCB.requires_drc_check]
targets:
Expand All @@ -38,8 +38,8 @@ builds:
- manifest
- variable-report
- bom
rpdap_compact:
entry: main.ato:RPDAPCompact
rpdap_stick:
entry: main.ato:RPDAPStick
hide_designators: true
# exclude_checks: [PCB.requires_drc_check]
targets:
Expand All @@ -53,19 +53,19 @@ builds:
dependencies:
- type: registry
identifier: atopile/raspberry-rp2040
release: 0.2.2
release: 0.2.5
- type: registry
identifier: atopile/logos
release: 0.1.2
release: 0.1.5
- type: registry
identifier: atopile/usb-connectors
release: 0.3.0
release: 0.3.2
- type: registry
identifier: atopile/st-ldk220
release: 0.2.1
release: 0.2.3
- type: registry
identifier: ruben-iteng/ldos
release: 0.2.3
- type: registry
identifier: atopile/indicator-leds
release: 0.1.4
release: 0.1.6
Binary file modified build/builds/rpdap/rpdap.pcba.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified build/builds/rpdap_compact/rpdap_compact.pcba.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified build/builds/rpdap_stick/rpdap_stick.pcba.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading