zephyr/tests
Allan Stephens 45bfa37f97 unified: Revise timer code to conform to new API specification
Provides users with a more compact and intuitive API for kernel
timers.

Provides legacy support for microkernel timers and nanokernel
timers by building on the new kernel timer infrastructure.
Each timer type requires only a small amount of additional
wrapper code, as well as the addition of a single pointer
field to the underlying timer structure, all of which will be
easily removed when support for the legacy APIs is discontinued.

Change-Id: I282dfaf1ed08681703baabf21e4dbc3516ee7463
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
2016-10-19 18:14:58 +00:00
..
benchmark tests/benchmark/latency_measure: use TC_PRINT_RUNID when reporting success 2016-10-19 14:29:09 +00:00
bluetooth tests/bluetooth/init/testcase.ini: add missing kernel=micro 2016-10-18 13:53:57 +00:00
compliance testcases: sample static testcase to run checkpatch on the source 2016-06-14 23:49:57 +00:00
crypto filter: Set special stack size for ecc_dsa debug 2016-10-18 11:04:57 +00:00
drivers filter: exclude sensor tests from assert build 2016-10-18 23:39:30 +00:00
filesystem/fat_fs sample: fs: Fix a compile error flagged by llvm 2016-10-04 12:27:39 +00:00
include tests: Add a generic testing framework 2016-09-30 21:17:39 +00:00
kernel unified: Revise timer code to conform to new API specification 2016-10-19 18:14:58 +00:00
net tests/zoap: Add tests for the observe feature 2016-10-01 01:11:26 +00:00
unit tests: Add gcov support 2016-09-30 21:17:42 +00:00
ztest ztest: Add simple integration and unit tests 2016-09-30 21:17:41 +00:00
Kconfig tests: Add a generic testing framework 2016-09-30 21:17:39 +00:00
Makefile tests: Add a generic testing framework 2016-09-30 21:17:39 +00:00
Makefile.test tests: Add a generic testing framework 2016-09-30 21:17:39 +00:00
defaults.tc testcases: introduce defaults to build/deploy/evaluate 2016-07-23 18:31:18 +00:00