8000 Tags · atopile/atopile · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: atopile/atopile

10000
Tags

v0.10.10

Toggle v0.10.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix: LLM: LSP & Doc fixes (#1357)

- Add claude MCP & Rules
- Better instructions
- LSP fixes

v0.10.9

Toggle v0.10.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ato: Permit package identifier as import path prefix (#1354)

Allows importing from `subdir/file.ato` with either of:

- `from "subdir/file.ato" import X`; or
- `from "<package identifier>/subdir/file.ato" import X`

v0.10.8

Toggle v0.10.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix: Error: LibNotFound (#1347)

Prints which lib id

v0.10.7

Toggle v0.10.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix: Net names determinism (#1343)

If mif connected without parent was still undeterministic.
- also fixed '-0' not being appended in duplicates

v0.10.6

Toggle v0.10.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Core: Multi Net support (#1226)

Enable using Nets as first-class objects
- allow same name nets as long as they are connected
- fix net discovery

v0.10.5

Toggle v0.10.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Library: Add can_bridge_by_name (#1331)

Add can_bridge_by_name trait to core.

Used in several packages and nonos project.

---------

Co-authored-by: Ioannis Papamanoglou <ioannis@atopile.io>

v0.10.4

Toggle v0.10.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Library: Add PDM interface (#1330)

Add PDM (pulse density modulation) interface commonly used with digital mems microphones

v0.10.3

Toggle v0.10.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix: VSCE: Handle current build gone (#1323)

Choose first valid build if current build target lost

v0.10.2

Toggle v0.10.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix: PCB: Don't assume part for picked (#1321)

If part removed, no part in picked.

v0.10.1

Toggle v0.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
CLI: Fix telemetry init error (#1318)

TODO: pin exact versions of other dependencies
0