Searched full:bq274xx (Results 1 – 24 of 24) sorted by relevance
/Zephyr-latest/drivers/sensor/ti/bq274xx/ |
D | Kconfig | 5 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
|
D | CMakeLists.txt | 7 zephyr_library_sources(bq274xx.c)
|
D | bq274xx_trigger.c | 17 #include "bq274xx.h" 19 LOG_MODULE_DECLARE(bq274xx, CONFIG_SENSOR_LOG_LEVEL);
|
D | bq274xx.h | 12 #include <zephyr/dt-bindings/sensor/bq274xx.h>
|
D | bq274xx.c | 30 #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/ |
D | README.rst | 1 .. 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
|
D | sample.yaml | 2 description: Demonstration of the BQ274XX Fuel gauge Sensor driver 3 name: BQ274XX Sample 5 sample.sensor.bq274xx:
|
D | CMakeLists.txt | 5 project(bq274xx) project
|
/Zephyr-latest/dts/bindings/sensor/ |
D | ti,bq274xx.yaml | 7 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/ |
D | CMakeLists.txt | 5 add_subdirectory_ifdef(CONFIG_BQ274XX bq274xx)
|
D | Kconfig | 5 source "drivers/sensor/ti/bq274xx/Kconfig"
|
/Zephyr-latest/boards/innblue/innblue22/ |
D | innblue22_common.dtsi | 115 compatible = "ti,bq274xx";
|
/Zephyr-latest/doc/build/dts/ |
D | bindings-upstream.rst | 230 is the ``zephyr,lazy-load`` property in the :dtcompatible:`ti,bq274xx`
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-3.5.rst | 164 * The :dtcompatible:`ti,bq274xx` driver was using incorrect units for capacity
|
D | release-notes-3.6.rst | 613 * Removed floating point arithmetic from the TI BQ274xx gauge driver. 633 * Extended BQ274xx driver to support configuring and confirming the chemistry
|
D | release-notes-3.0.rst | 1239 * :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
|
D | release-notes-2.4.rst | 902 * :github:`28638` - bq274xx sample unable to build 1512 …:`25782` - [Coverity CID :210035] Dereference before null check in drivers/sensor/bq274xx/bq274xx.c
|
D | release-notes-3.2.rst | 747 * 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
|
D | release-notes-3.5.rst | 692 * Reworked the :dtcompatible:`ti,bq274xx` to add ``BQ27427`` support, fixed
|
D | release-notes-3.3.rst | 2769 - :github:`54200` - bq274xx incorrect conversions 3717 * :github:`39712` - bq274xx sensor - Fails to compile when CONFIG_PM_DEVICE enabled
|
D | release-notes-2.5.rst | 1690 * :github:`28383` - bq274xx sample is not working
|
D | release-notes-2.7.rst | 555 * Enhanced TI BQ274XX fuel gauge driver to support power management.
|
D | release-notes-3.1.rst | 1844 * :github:`42000` - BQ274xx driver not working correctly
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | i2c.dtsi | 486 compatible = "ti,bq274xx";
|