zephyr/tests/drivers/build_all
Hayden Ball 64995e2a54 max17055: Set battery parameters from device tree
Currently the MAX17055 driver assumes that a battery matching the
default characteristics is used.

This change allows battery characteristics to be specified in device
tree and writes them to the MAX17055 on initialization.

Existing default values are maintained for backwards compatibility.

Initialization routine taken from MAX17055 Software Implementation
Guide, document UG6365.

Signed-off-by: Hayden Ball <hayden@playerdata.co.uk>
2021-04-05 15:29:00 -05:00
..
boards
src tests: drivers: build_all: Add fake instance of GPIO device 2021-03-03 11:38:03 +03:00
CMakeLists.txt
README.txt
adc.conf
app.overlay
dac.conf
drivers.conf
eeprom.conf
ethernet.conf
gpio.conf tests: drivers: build_all: Add PCAL6408A GPIO driver 2021-03-03 11:38:03 +03:00
gpio.dtsi
i2c.dtsi max17055: Set battery parameters from device tree 2021-04-05 15:29:00 -05:00
modem.conf
modem_quectel_bg9x.conf
modem_ublox_sara.conf
prj.conf
sensors_a_h.conf driver: sensor: Add support for BMP388 pressure sensor 2021-04-02 08:06:46 -05:00
sensors_i_z.conf driver: sensor: npcx: add tachometer sensor support. 2021-02-22 17:56:19 -05:00
sensors_stmemsc.conf
sensors_stmemsc_trigger.conf
sensors_trigger_a_h.conf drivers: sensors: fdc2x1x: Add driver for Texas Instruments FDC2X1X 2021-03-17 11:35:17 +01:00
sensors_trigger_i_z.conf
spi.dtsi driver: sensor: Add support for BMP388 pressure sensor 2021-04-02 08:06:46 -05:00
testcase.yaml
uart.dtsi
xlnx.conf

README.txt

Overview
--------

Build tests for drivers and sensors on all platforms.

This test might now work for some of the drivers, those need to be addressed in
other tests targeting those special cases.

Tests
-----

drivers:
	build all drivers

sensors_a_m:
	build sensors with name beginning a through m.

sensors_n_z:
	build sensors with name beginning n through z.

sensors_trigger:
	build sensors with trigger option enabled