Home
last modified time | relevance | path

Searched full:bq274xx (Results 1 – 24 of 24) sorted by relevance

/Zephyr-latest/drivers/sensor/ti/bq274xx/
DKconfig5 menuconfig BQ274XX config
6 bool "BQ274xx Fuel Gauge"
11 Enable I2C-based driver for BQ274xx Fuel Gauge.
13 if BQ274XX
16 bool "BQ274XX Power Management"
21 BQ274XX.
65 endif # BQ274XX
DCMakeLists.txt7 zephyr_library_sources(bq274xx.c)
Dbq274xx_trigger.c17 #include "bq274xx.h"
19 LOG_MODULE_DECLARE(bq274xx, CONFIG_SENSOR_LOG_LEVEL);
Dbq274xx.h12 #include <zephyr/dt-bindings/sensor/bq274xx.h>
Dbq274xx.c30 #include "bq274xx.h"
32 LOG_MODULE_REGISTER(bq274xx, CONFIG_SENSOR_LOG_LEVEL);
466 LOG_INF("bq274xx: updating fuel gauge parameters"); in bq274xx_gauge_configure()
817 LOG_ERR("Unable to configure bq274xx gauge"); in bq274xx_exit_shutdown_mode()
/Zephyr-latest/samples/sensor/bq274xx/
DREADME.rst1 .. zephyr:code-sample:: bq274xx
2 :name: BQ274XX fuel gauge sensor
5 Get various fuel gauge parameters from a BQ274XX sensor.
25 from BQ274XX sensor and prints this information to the UART console.
30 - innblue22/nrf9160 board with BQ274XX sensor `BQ274XX Sensor`_
38 :zephyr-app: samples/sensor/bq274xx
Dsample.yaml2 description: Demonstration of the BQ274XX Fuel gauge Sensor driver
3 name: BQ274XX Sample
5 sample.sensor.bq274xx:
DCMakeLists.txt5 project(bq274xx) project
/Zephyr-latest/dts/bindings/sensor/
Dti,bq274xx.yaml7 description: Texas Instruments BQ274xx Fuel Gauge
9 compatible: "ti,bq274xx"
42 See the reference manual for the specific BQ274xx variant for values.
/Zephyr-latest/drivers/sensor/ti/
DCMakeLists.txt5 add_subdirectory_ifdef(CONFIG_BQ274XX bq274xx)
DKconfig5 source "drivers/sensor/ti/bq274xx/Kconfig"
/Zephyr-latest/boards/innblue/innblue22/
Dinnblue22_common.dtsi115 compatible = "ti,bq274xx";
/Zephyr-latest/doc/build/dts/
Dbindings-upstream.rst230 is the ``zephyr,lazy-load`` property in the :dtcompatible:`ti,bq274xx`
/Zephyr-latest/doc/releases/
Dmigration-guide-3.5.rst164 * The :dtcompatible:`ti,bq274xx` driver was using incorrect units for capacity
Drelease-notes-3.6.rst613 * Removed floating point arithmetic from the TI BQ274xx gauge driver.
633 * Extended BQ274xx driver to support configuring and confirming the chemistry
Drelease-notes-3.0.rst1239 * :github:`39721` - bq274xx sensor - Fails to compile when CONFIG_PM_DEVICE enabled
1242 * :github:`39712` - bq274xx sensor - Fails to compile when CONFIG_PM_DEVICE enabled
Drelease-notes-2.4.rst902 * :github:`28638` - bq274xx sample unable to build
1512 …:`25782` - [Coverity CID :210035] Dereference before null check in drivers/sensor/bq274xx/bq274xx.c
Drelease-notes-3.2.rst747 * Enhanced the BQ274XX driver to support the data ready interrupt trigger.
1300 * :dtcompatible:`ti,bq274xx`: new ``zephyr,lazy-load`` property.
2243 * :github:`47458` - BQ274XX Sensors Driver - Fails with CONFIG_BQ274XX_LAZY_CONFIGURE
Drelease-notes-3.5.rst692 * Reworked the :dtcompatible:`ti,bq274xx` to add ``BQ27427`` support, fixed
Drelease-notes-3.3.rst2769 - :github:`54200` - bq274xx incorrect conversions
3717 * :github:`39712` - bq274xx sensor - Fails to compile when CONFIG_PM_DEVICE enabled
Drelease-notes-2.5.rst1690 * :github:`28383` - bq274xx sample is not working
Drelease-notes-2.7.rst555 * Enhanced TI BQ274XX fuel gauge driver to support power management.
Drelease-notes-3.1.rst1844 * :github:`42000` - BQ274xx driver not working correctly
/Zephyr-latest/tests/drivers/build_all/sensor/
Di2c.dtsi486 compatible = "ti,bq274xx";