mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 11:41:51 +08:00
Build Documentation / build-html (push) Has been cancelled
Add support for the QMI8658 6-axis IMU sensor (accelerometer + gyroscope) on the lckfb-szpi-esp32s3 board. Changes: - New esp32s3_qmi8658.c driver initializes sensor on I2C0 at address 0x6A - Registers uORB devices: /dev/uorb/sensor_accel0 and /dev/uorb/sensor_gyro0 - Adds esp32s3_qmi8658_initialize() function declaration to header - Integrates with board bringup when CONFIG_SENSORS_QMI8658=y Signed-off-by: Huang Qi <huangqi3@xiaomi.com>