zephyr/tests/drivers/counter
Peter A. Bigot e6976562aa tests: drivers: counter: add rtc_ds3231_api
Cloned from counter_basic_api with modifications based on DS3231
limitations:
* Only one device tested per board;
* Counter cannot be stopped or started;
* Alarms are serviced by worker thread, so are not invoked from ISR
  and require that test thread yield to allow processing (no
  k_busy_wait());
* Multiple Alarms test is disabled as documented in test.

Additional tests were added for DS3231-specific API.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
2020-05-07 19:45:06 +02:00
..
counter_basic_api tests: counter_basic_api: Convert to use new dts macros 2020-05-04 17:26:33 -05:00
counter_cmos timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
counter_nrf_rtc/fixed_top tests: drivers: counter: nrf: Convert to new dts macros 2020-04-30 17:44:24 -04:00
maxim_ds3231_api tests: drivers: counter: add rtc_ds3231_api 2020-05-07 19:45:06 +02:00