You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
473 B
9 lines
473 B
This directory contains a reference implementation for sensors sub-HAL to be
|
|
used by sensors Multi-Hal 2.0 service for Android Automotive OS with Android
|
|
running as a VM. This HAL accesses sensors exposed as IIO devices by the kernel.
|
|
|
|
This HAL is currently only supported for use with the IIO SCMI driver in the kernel
|
|
which uses the ARM SCMI protocol to access the sensors exposed as VIRTIO SCMI device.
|
|
|
|
This HAL supports Accelerometer and Gyroscope continuous sensors.
|