zephyr/drivers/sensor/bme280
Gerard Marull-Paretas c2cf1ad203 pm: device: remove usage of local states
The device PM subsystem already holds the device state, so there is no
need to keep duplicates inside the device. The pm_device_state_get has
been refactored to just return the device state. Note that this is still
not safe, but the same applied to the previous implementation. This
problem will be addressed later.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2021-08-04 08:23:01 -04:00
..
bme280_i2c.c drivers: bme280: factor out bus I/O routines 2021-02-23 10:34:19 -05:00
bme280_spi.c drivers: bme280: clean up array usage 2021-02-23 10:34:19 -05:00
bme280.c pm: device: remove usage of local states 2021-08-04 08:23:01 -04:00
bme280.h drivers: bme280: fetch data after measurement is done 2021-07-30 20:15:56 -04:00
CMakeLists.txt drivers: sensor: clean up zephyr_library calls 2021-06-30 09:36:33 -04:00
Kconfig