-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathato.yaml
More file actions
34 lines (31 loc) · 848 Bytes
/
Copy pathato.yaml
File metadata and controls
34 lines (31 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
requires-atopile: 0.15.7
paths:
src: ./
layout: ./layouts
builds:
default:
entry: main.ato:App
# workaround: a footprint without silkscreen crashes designator auto-placement
standardize_designators: false
# This metadata is only required for publishing
# Uncomment it and fill out the fields to publish your package
# package:
# identifier: # fill me!/my_first_ato_project
# repository: # fill me!
# version: "0.1.0" # recommended first version
# authors:
# - name: Pepper Powderly
# email: pepper@atopile.io
# summary: # fill me!
# license: MIT license
# homepage: # fill me!
dependencies:
- type: registry
identifier: atopile/usb-connectors
release: 0.4.1
- type: registry
identifier: atopile/ti-tps54560x
release: 0.2.0
- type: registry
identifier: atopile/indicator-leds
release: 0.2.3