Skip to content

drivers: sensor: Add missing get_size_info to ADXL362 decoder#101912

Merged
MaureenHelm merged 1 commit intozephyrproject-rtos:mainfrom
petejohanson-adi:adxl362-streaming-decoder
Jan 9, 2026
Merged

drivers: sensor: Add missing get_size_info to ADXL362 decoder#101912
MaureenHelm merged 1 commit intozephyrproject-rtos:mainfrom
petejohanson-adi:adxl362-streaming-decoder

Conversation

@petejohanson-adi
Copy link
Contributor

Properly report size info for the ADXL362 decoder for streaming data properly from that sensor.

teburd
teburd previously approved these changes Jan 7, 2026
Comment on lines 227 to 230
case SENSOR_CHAN_GYRO_X:
case SENSOR_CHAN_GYRO_Y:
case SENSOR_CHAN_GYRO_Z:
case SENSOR_CHAN_GYRO_XYZ:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the gyro channels

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, good catch of my C&P. Removed.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It happens to the best of us

Properly report size info for the ADXL362 decoder for streaming data
properly from that sensor.

Signed-off-by: Pete Johanson <pete.johanson@analog.com>
@MaureenHelm MaureenHelm merged commit 9dc8161 into zephyrproject-rtos:main Jan 9, 2026
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: Sensors Sensors platform: ADI Analog Devices, Inc.

4 participants