Skip to content

Releases: google/pica

v0.1.12

11 Jun 14:10
dbcb4e9
Compare
Choose a tag to compare

What's Changed

  • Only send multicastNtf back in delete action. by @bobwzy in #90
  • Update pica version to 0.1.12 by @bobwzy in #92

Full Changelog: v0.1.11...v0.1.12

v0.1.11

03 Jun 22:17
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.10...v0.1.11

v0.1.10

03 Jun 22:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.9...v0.1.10

v0.1.9

03 Jun 22:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.8...v0.1.9

v0.1.8

02 Feb 18:49
8421aa7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.7...v0.1.8

v0.1.7

25 Jan 17:46
2d19d15
Compare
Choose a tag to compare

What's Changed

  • add tests and test runner in CI by @SilverBzH in #59
  • Update versions for dependent crates to align with versions of vendored crates in Android by @hyunjaemoon-work in #60

New Contributors

Full Changelog: v0.1.6...v0.1.7

v0.1.6

23 Jan 23:00
9889f3b
Compare
Choose a tag to compare
  • Handle AppConfigs required from Fira 2.0 spec.
  • Handle backward compatability of uwbInitiationTime.

v0.1.5

17 Jan 17:54
e5adf98
Compare
Choose a tag to compare
  • Update pdl-compiler version to 0.2.3
  • Implement UCI data packet transfer functionality
  • Refactor packet framing to support generic streams
  • Add support for provisioned STS.

v0.1.4

14 Dec 19:53
7f6fcf3
Compare
Choose a tag to compare
  • Import uci_packet PDL and generated sources
  • Draft implementation of UWBS device
  • Prototype for ranging computations
  • Add some tests for position
  • pica: Implement device core command: GetConfig, SetConfig, GetCaps, GetDeviceInfo
  • Fix azimuth & elevation
  • Defer the implementation of Session commands to the Device struct
  • Flesh out the project README
  • Re-format README tables without Hoedown multiline extension

v0.1.3

14 Apr 17:28
d4635f9
Compare
Choose a tag to compare
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