Skip to content
This repository was archived by the owner on Mar 15, 2026. It is now read-only.

Tags: karalabe/usb

Tags

v0.0.2

Toggle v0.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix build when targetting Android 7 or later (#14)

Support for pthread_barrier was introduced in Android 7, so trying to
build a custom implementation of that clashes with the system headers.

v0.0.1

Toggle v0.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add dummy Go packages for vendoring of C files (#17)