zephyr/tests/drivers/build_all
Marcin Niestroj f08ef736a0 drivers: lora: sx1276: select PA output by dts property
PA selection mainly depends on board design. So it looks like
device-tree is a better mechanism than Kconfig in this case. Use string
property with two possible values: "rfo" and "pa-boost".

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
2020-06-23 13:08:06 +02:00
..
src
CMakeLists.txt tests: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
README.txt
app.overlay
drivers.conf
eeprom.conf
ethernet.conf
gpio.conf
i2c.dtsi sensor: add sensor driver for Infineon DPS310 2020-05-14 11:02:29 +02:00
prj.conf
sensors_a_h.conf sensor: add sensor driver for Infineon DPS310 2020-05-14 11:02:29 +02:00
sensors_i_z.conf
sensors_stmemsc.conf
sensors_stmemsc_trigger.conf
sensors_trigger_a_h.conf
sensors_trigger_i_z.conf
spi.dtsi drivers: lora: sx1276: select PA output by dts property 2020-06-23 13:08:06 +02:00
testcase.yaml

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