Searched full:bmp388 (Results 1 – 22 of 22) sorted by relevance
/Zephyr-latest/dts/bindings/sensor/ |
D | bosch,bmp388-i2c.yaml | 5 Bosch BMP388 pressure sensor accessed through I2C bus 7 compatible: "bosch,bmp388" 9 include: [i2c-device.yaml, "bosch,bmp388.yaml"]
|
D | bosch,bmp388-spi.yaml | 5 Bosch BMP388 pressure sensor accessed through SPI bus 7 compatible: "bosch,bmp388" 9 include: [spi-device.yaml, "bosch,bmp388.yaml"]
|
D | bosch,bmp388.yaml | 4 # Common fields for BMP388
|
D | bosch,bmp390.yaml | 2 # Code based on the bosch,bmp388.yaml
|
/Zephyr-latest/drivers/sensor/bosch/bmp388/ |
D | Kconfig | 4 menuconfig BMP388 config 5 bool "Bosch BMP388 pressure sensor" 13 Enable driver for the Bosch BMP388 pressure sensor 15 if BMP388 70 endif # BMP388
|
D | bmp388_trigger.c | 1 /* Bosch BMP388 pressure sensor 8 * https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmp388-ds001.pdf 15 #include "bmp388.h" 17 LOG_MODULE_DECLARE(BMP388, CONFIG_SENSOR_LOG_LEVEL);
|
D | CMakeLists.txt | 8 zephyr_library_sources(bmp388.c bmp388_i2c.c bmp388_spi.c)
|
D | bmp388_spi.c | 14 #include "bmp388.h" 18 LOG_MODULE_DECLARE(BMP388, CONFIG_SENSOR_LOG_LEVEL);
|
D | bmp388_i2c.c | 13 #include "bmp388.h"
|
D | bmp388.h | 1 /* Bosch BMP388 pressure sensor 8 * https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmp388-ds001.pdf
|
D | bmp388.c | 1 /* Bosch BMP388 pressure sensor 8 * https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmp388-ds001.pdf 15 #include "bmp388.h" 17 LOG_MODULE_REGISTER(BMP388, CONFIG_SENSOR_LOG_LEVEL);
|
/Zephyr-latest/drivers/sensor/bosch/ |
D | CMakeLists.txt | 17 add_subdirectory_ifdef(CONFIG_BMP388 bmp388)
|
D | Kconfig | 17 source "drivers/sensor/bosch/bmp388/Kconfig"
|
/Zephyr-latest/boards/nxp/vmu_rt1170/ |
D | vmu_rt1170_mimxrt1176_cm7.dts | 347 bmp388_0: bmp388@76 { 348 compatible = "bosch,bmp388"; 368 bmp388_1: bmp388@77 { 369 compatible = "bosch,bmp388";
|
/Zephyr-latest/boards/nxp/mimxrt1062_fmurt6/ |
D | mimxrt1062_fmurt6.dts | 245 bmp388: bmp388@76 { label 246 compatible = "bosch,bmp388";
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | spi.dtsi | 168 test_spi_bmp388: bmp388@16 { 169 compatible = "bosch,bmp388";
|
D | i2c.dtsi | 579 test_i2c_bmp388: bmp388@55 { 580 compatible = "bosch,bmp388";
|
/Zephyr-latest/doc/releases/ |
D | release-notes-4.0.rst | 798 * Merged BMP390 into BMP388.
|
D | release-notes-2.7.rst | 1286 * :github:`38005` - [Coverity CID: 236647] Unchecked return value in drivers/sensor/bmp388/bmp388_t…
|
D | release-notes-2.6.rst | 619 * Added BMP388 pressure sensor driver.
|
D | release-notes-3.3.rst | 3304 * :github:`51873` - sensor: bmp388: missing if check around i2c device ready function
|
/Zephyr-latest/boards/nxp/vmu_rt1170/doc/ |
D | index.rst | 46 - Dual BMP388 Barometer
|