From 4bee1902642f93f0dbd35c4bfcbb831b02ac2e58 Mon Sep 17 00:00:00 2001 From: Gaetan Perrot Date: Thu, 3 Jul 2025 13:20:00 +0900 Subject: [PATCH] sensor: icm42688: use lowercase for group name Fix group name to lowercase for consistency with Zephyr documentation guidelines. Signed-off-by: Gaetan Perrot --- include/zephyr/dt-bindings/sensor/icm42688.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/include/zephyr/dt-bindings/sensor/icm42688.h b/include/zephyr/dt-bindings/sensor/icm42688.h index 6f84fecd7e0..ac4ff4e6dd1 100644 --- a/include/zephyr/dt-bindings/sensor/icm42688.h +++ b/include/zephyr/dt-bindings/sensor/icm42688.h @@ -8,13 +8,13 @@ #include "sensor_axis_align.h" /** - * @defgroup ICM42688 Invensense (TDK) ICM42688 DT Options + * @defgroup icm42688 Invensense (TDK) ICM42688 DT Options * @ingroup sensor_interface * @{ */ /** - * @defgroup ICM42688_ACCEL_POWER_MODES Accelerometer power modes + * @defgroup icm42688_accel_power_modes Accelerometer power modes * @{ */ #define ICM42688_DT_ACCEL_OFF 0 @@ -23,7 +23,7 @@ /** @} */ /** - * @defgroup ICM42688_GYRO_POWER_MODES Gyroscope power modes + * @defgroup icm42688_gyro_power_modes Gyroscope power modes * @{ */ #define ICM42688_DT_GYRO_OFF 0 @@ -32,7 +32,7 @@ /** @} */ /** - * @defgroup ICM42688_ACCEL_SCALE Accelerometer scale options + * @defgroup icm42688_accel_scale Accelerometer scale options * @{ */ #define ICM42688_DT_ACCEL_FS_16 0 @@ -42,7 +42,7 @@ /** @} */ /** - * @defgroup ICM42688_GYRO_SCALE Gyroscope scale options + * @defgroup icm42688_gyro_scale Gyroscope scale options * @{ */ #define ICM42688_DT_GYRO_FS_2000 0 @@ -56,7 +56,7 @@ /** @} */ /** - * @defgroup ICM42688_ACCEL_DATA_RATE Accelerometer data rate options + * @defgroup icm42688_accel_data_rate Accelerometer data rate options * @{ */ #define ICM42688_DT_ACCEL_ODR_32000 1 @@ -77,7 +77,7 @@ /** @} */ /** - * @defgroup ICM42688_GYRO_DATA_RATE Gyroscope data rate options + * @defgroup icm42688_gyro_data_rate Gyroscope data rate options * @{ */ #define ICM42688_DT_GYRO_ODR_32000 1