zephyr/tests
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
..
application_development global: Replace BUILD_ASSERT_MSG() with BUILD_ASSERT() 2020-03-31 07:18:06 +02:00
arch kconfig: Rename CONFIG_FLOAT to CONFIG_FPU 2020-04-27 19:03:44 +02:00
benchmarks kconfig: Rename CONFIG_FLOAT to CONFIG_FPU 2020-04-27 19:03:44 +02:00
bluetooth timeouts: Port BBC micro:bit to the new timeout API 2020-05-07 11:01:55 +02:00
boards tests: boards: altera_max10: Remove unneeded setting of Kconfig symbol 2020-05-05 11:44:34 -05:00
crypto cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
drivers tests: drivers: counter: add rtc_ds3231_api 2020-05-07 19:45:06 +02:00
kernel tests: kernel: pipe: tests for read_avail write_avail 2020-05-07 19:39:53 +02:00
lib devicetree: replace DT_HAS_DRV_INST with DT_INST_FOREACH 2020-05-06 17:35:08 -05:00
misc/test_build boards: nrf52_pca10040: Rename to nrf52dk_nrf52832 2020-04-06 13:09:07 +02:00
net tests: net: websocket: Remove redundant logging configurations 2020-05-07 14:47:35 +02:00
portability lib/cmsis_rtos_v2: Update to newer timeout API 2020-05-06 06:05:03 -04:00
posix lib: posix: Add support for eventfd 2020-04-28 09:57:41 +03:00
shell shell: Support output using a va_list 2020-05-07 10:04:28 +02:00
subsys tests: subsys: canbus: frame: Remove redundant logging configurations 2020-05-07 14:47:35 +02:00
unit tests: unit: util: Add test for FOR_EACH_FIXED_ARG macro 2020-05-06 14:30:18 +02:00
ztest Revert "cmake: Get unit tests passing CI again" 2020-03-31 10:00:15 -04:00