Skip to content

Tags: google/pica

Tags

v0.1.12

Toggle v0.1.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update pica version to 0.1.12 (#92)

v0.1.11

Toggle v0.1.11's commit message
Update version to 0.1.11

v0.1.10

Toggle v0.1.10's commit message
Update version to 0.1.10

v0.1.9

Toggle v0.1.9's commit message
Update version to 0.1.9

v0.1.8

Toggle v0.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrade glam crate version to 0.25.0 (#65)

* Update versions for dependent crates to align with versions of vendored crates in Android

The following versions were picked to align with the versions of the
vendored crates in android:
tokio: 1.25.0 --> 1.32.0
num-derive: 0.4.1 --> 0.3.3
pdl-runtime: 0.2.3 --> 0.2.2

* Upgrade glam crate to 0.25.0

This is to align version with vendored crates in Android.

v0.1.7

Toggle v0.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update versions for dependent crates to align with versions of vendor…

…ed crates in Android (#60)

The following versions were picked to align with the versions of the
vendored crates in android:
tokio: 1.25.0 --> 1.32.0
num-derive: 0.4.1 --> 0.3.3
pdl-runtime: 0.2.3 --> 0.2.2

v0.1.6

Toggle v0.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Handle backward compatability of uwbInitiationTime. (#58)

v0.1.5

Toggle v0.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
python scripts: add helper.py to gather common functionnalities (#52)

* python scripts: add helper.py to gather common functionnalities

* scripts: remove unused variable

* script: rename helper function

v0.1.4

Toggle v0.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support to clear device on Pica when host closes hal. (#48)

* Add support to clear device on Pica when host closes hal.

* Also reset the country code when receiving DeviceResetCmd.

v0.1.3

Toggle v0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update crate dependencies to integrate with Android emulator (#24)

* Update crate dependencies to integrate with Android emulator

- Android emulator is built by CMake in AOSP emu-master-dev repo.
- Update Cargo.toml to use Rust crates that are available in AOSP.
- Add tokio/rt-multi-thread dependency for web feature to fix build error