Skip to content

chore: Update atopile to v0.10.x #106

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
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
79 changes: 0 additions & 79 deletions ecad/ato-lock.yaml

This file was deleted.

35 changes: 27 additions & 8 deletions ecad/ato.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
ato-version: ^0.2.0
requires-atopile: ^0.10.0

paths:
src: ./elec/src
layout: ./elec/layout

package:
identifier: esp-cpp/esp-box-emu
repository: https://github.com/esp-cpp/esp-box-emu
version: 0.13.2
authors:
- name: William Emfinger
email: [email protected]
summary: Gamepad for BoxEmu esp32s3-based emulator project
license: MIT license
homepage: https://github.com/esp-cpp/esp-box-emu

builds:
gbc-dpad:
entry: elec/src/gbc-dpad.ato:GbcDpad
Expand All @@ -18,11 +34,14 @@ builds:
entry: elec/src/box-connector.ato:BoxConnector
box-3-connector:
entry: elec/src/box-3-connector.ato:Box3Connector

dependencies:
- generics ^v3.0.0
- tps63020dsjr ^v0.0.1
- usb-connectors ^v2.0.2
- name: qwiic-connectors
version_spec:
link_broken: true
path: elec/src/qwiic-connectors
- type: registry
identifier: atopile/ti-tps63020
release: 0.1.2
- type: registry
identifier: atopile/usb-connectors
release: 0.2.0
- type: registry
identifier: atopile/buttons
release: 0.2.2

Large diffs are not rendered by default.

Loading