Jan Faeh
2efc8598e3
drivers: sensor: SCD4x Add driver
...
This adds support for Sensirion's SCD4x co2 sensor.
Signed-off-by: Jan Faeh <jan.faeh@sensirion.com>
2024-11-18 19:38:10 -05:00
Jan Faeh
22945254ef
drivers: sensor: STS4x Add driver
...
This adds support for Sensirion's STS4x temperature sensor.
Signed-off-by: Jan Faeh <jan.faeh@sensirion.com>
2024-11-16 14:02:15 -05:00
Thomas Stranger
501f07fe53
drivers: sensor: sensirion: sht4x: update measurement duration
...
Update the measurement durations for the sht4x sensors
in accordance with the datasheet revision 6.6 (2024-04).
These timings have been updated by sensirion in rev 3 of
the datasheet.
Signed-off-by: Thomas Stranger <thomas.stranger@outlook.com>
2024-11-16 13:51:10 -05:00
Luis Ubieda
d557ee36d5
sensor: tree-wide: Enforce dependency of int-gpios with Trigger feature
...
We need int-gpios defined to use trigger functionality. Enforced with
the Kconfig parameter.
Signed-off-by: Luis Ubieda <luisf@croxel.com>
2024-10-22 20:41:43 +02:00
Thomas Stranger
34cac05775
drivers: sensor: sensirion: shtcx: remove chip property
...
Removes the dts "chip" property, the compatible should be used instead.
Any existing dts should be converted from something like:
test_i2c_shtc3: shtc3@70 {
compatible = "sensirion,shtcx";
reg = <0x70>;
chip = "shtc3";
measure-mode = "normal";
clock-stretching;
};
to something like:
test_i2c_shtc3: shtc3@70 {
compatible = "sensirion,shtc3", "sensirion,shtcx";
reg = <0x70>;
measure-mode = "normal";
clock-stretching;
};
Signed-off-by: Thomas Stranger <thomas.stranger@outlook.com>
2024-06-11 20:12:15 +03:00
Maureen Helm
fab99bd641
drivers: sensor: sensirion: Move to vendor subdirectory
...
Organizes sensor drivers by vendor to distribute maintainership
responsibilities.
Signed-off-by: Maureen Helm <maureen.helm@analog.com>
2024-04-08 09:14:06 -04:00