zephyr/tests/drivers/counter/counter_basic_api
Kumar Gala 16eb5a026f tests: counter: counter_basic_api: Rework test to use struct device
Move to pass 'struct device *' instead of a 'char *'.  This lets us move
from device_get_binding to DEVICE_DT_GET.

Reworked get_counter_period_us() to not be name based, but instead
we keep a list of devices that need a different period value to check
against.

Signed-off-by: Kumar Gala <galak@kernel.org>
2022-07-20 08:32:04 -05:00
..
boards tests: drivers: counter: basic_api: add overlay for nucleo_l476rg 2022-07-13 21:34:19 +02:00
src tests: counter: counter_basic_api: Rework test to use struct device 2022-07-20 08:32:04 -05:00
CMakeLists.txt
prj.conf tests: counter: disable driver debug message 2022-07-04 16:21:02 +02:00
testcase.yaml tests: Change duplicated names of the test cases 2022-03-30 17:42:01 -04:00
zli.conf