zephyr/drivers/sensor/bosch/bme280
Jordan Yates f4825033bc sensor: remove PM state checks from API functions
Calling sensor API functions on devices not in `PM_DEVICE_STATE_ACTIVE`
is a violation of the PM API. Adding manual checks inside of drivers
complicates the drivers and increases ROM footprint for no additional
benefit.

Signed-off-by: Jordan Yates <jordan@embeint.com>
2025-05-01 18:15:42 +02:00
..
bme280_async.c drivers: sensor: Add sensor clock API support 2025-01-15 19:03:13 +01:00
bme280_decoder.c
bme280_i2c.c
bme280_spi.c
bme280.c sensor: remove PM state checks from API functions 2025-05-01 18:15:42 +02:00
bme280.h sensor: bme280: wait for sampling period before checking 2025-01-09 08:20:10 +01:00
CMakeLists.txt
Kconfig