zephyr/tests
Youvedeep Singh 576cfd9e74 test_tickless: replacing depreciated APIs with new one.
As part of Zephyr release 1.9 some APIs will be depreciated. This patch
replaces two of such APIs (task_sleep(ticks), sys_tick_get_32()) with
new ones (k_sleep(ms), k_uptime_get_32()).

Jira: ZEP-2008

Change-Id: Ic0e05906dadfb2ddaea9d0a8b738294dc81430f9
Signed-off-by: Youvedeep Singh <youvedeep.singh@intel.com>
2017-04-18 22:08:19 +05:30
..
benchmarks tests: app_kernel: limit to systems with >32K of memory 2017-04-14 16:12:57 -05:00
bluetooth tests: added TC_START to tests 2017-04-13 12:08:14 +00:00
booting/stub
compliance
crypto tests: crypto: disable 2 tests that are ridiculously slow 2017-04-14 10:42:29 -04:00
drivers tests/ztest: rename assert macros to be zephyr specific 2017-04-13 21:17:33 +00:00
include
kernel test_sleep: move test_sleep from tests/legacy/kernel to tests/kernel 2017-04-18 09:39:15 +05:30
legacy/kernel/test_tickless test_tickless: replacing depreciated APIs with new one. 2017-04-18 22:08:19 +05:30
lib/json tests/ztest: rename assert macros to be zephyr specific 2017-04-13 21:17:33 +00:00
net tests: rename ztests' assert > zassert 2017-04-14 00:07:06 -04:00
power
subsys tests/ztest: rename assert macros to be zephyr specific 2017-04-13 21:17:33 +00:00
unit unit: Fixup crc unit test for zassert change 2017-04-14 06:08:27 -05:00
ztest tests/ztest: rename assert macros to be zephyr specific 2017-04-13 21:17:33 +00:00
defaults.tc
Kconfig
Makefile
Makefile.test