zephyr/tests/drivers/build_all
Kumar Gala a614a026b7 dts: Rename DT_.*_GPIO_* to DT_.*_GPIOS_*
Convert DT_.*_GPIO_{CONTROLLER,PIN,FLAGS} ->
	DT_.*_GPIOS_{CONTROLLER,PIN,FLAGS)

Used the following commands to make these conversions:

git grep -l DT_.*_GPIO_CONTROLLER | xargs sed -i 's/DT_\(.*\)_GPIO_CONTROLLER/DT_\1_GPIOS_CONTROLLER/g'
git grep -l DT_.*_GPIO_PIN | xargs sed -i 's/DT_\(.*\)_GPIO_PIN/DT_\1_GPIOS_PIN/g'
git grep -l DT_.*_GPIO_FLAGS | xargs sed -i 's/DT_\(.*\)_GPIO_FLAGS/DT_\1_GPIOS_FLAGS/g'

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-06-27 13:02:34 -05:00
..
src kbuild: Removed KBuild 2017-11-08 20:00:22 -05:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
drivers.conf tests: CONFIG_TEST_USERSPACE now off by default 2019-04-06 14:30:42 -04:00
dts_fixup.h dts: Rename DT_.*_GPIO_* to DT_.*_GPIOS_* 2019-06-27 13:02:34 -05:00
ethernet.conf tests: CONFIG_TEST_USERSPACE now off by default 2019-04-06 14:30:42 -04:00
gpio.conf tests: CONFIG_TEST_USERSPACE now off by default 2019-04-06 14:30:42 -04:00
prj.conf tests: CONFIG_TEST_USERSPACE now off by default 2019-04-06 14:30:42 -04:00
README.txt tests: Adjust drivers/build_all to build for more boards. 2016-10-24 20:10:14 +00:00
sensors_a_h.conf tests: build_all: add TI HDC sensor 2019-06-11 10:17:11 -05:00
sensors_i_z.conf driver/sensor: lis2dw12: make use of STdC definitions 2019-06-26 15:41:40 -04:00
sensors_stmemsc_trigger.conf driver/sensor: lis2dw12: make use of STdC definitions 2019-06-26 15:41:40 -04:00
sensors_stmemsc.conf driver/sensor: lis2dw12: make use of STdC definitions 2019-06-26 15:41:40 -04:00
sensors_trigger_a_h.conf drivers: sensor: Add ADXL362 interrupt handling 2019-05-03 09:11:51 -05:00
sensors_trigger_i_z.conf driver/sensor: lis2dw12: make use of STdC definitions 2019-06-26 15:41:40 -04:00
testcase.yaml driver/sensor: lis2dw12: make use of STdC definitions 2019-06-26 15:41:40 -04:00

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