zephyr/tests
jing wang 9dcd848faa tests: add timer test case with unified kernel
the commit verify basic timer apis, including
K_TIMER_DEFINE
k_timer_init()
k_timer_start()
k_timer_stop()
k_timer_status_get()
k_timer_status_sync()
k_timer_remaining_get()

Change-Id: I15e25e00b46fcfefe0a7b68a0a4befa96f657ead
Signed-off-by: jing wang <jing.j.wang@intel.com>
2017-01-13 02:46:24 +00:00
..
bluetooth build: abstract emulation and replace qemu goal with run 2017-01-10 20:20:47 +00:00
booting/stub tests: introduce Makefile.test 2017-01-03 17:48:44 +00:00
compliance
crypto build: abstract emulation and replace qemu goal with run 2017-01-10 20:20:47 +00:00
drivers Merge "Merge arm branch into master" 2017-01-12 18:23:39 +00:00
fs/fat_fs subsys: disk: Refactor disk_access stuff into a directory 2017-01-08 20:58:05 +00:00
include kernel: add LEGACY_KERNEL option 2017-01-09 19:42:13 +00:00
kernel tests: add timer test case with unified kernel 2017-01-13 02:46:24 +00:00
legacy arm: Replace CONFIG_CPU_CORTEX_M3_M4 with CONFIG_ARMV7_M 2017-01-12 09:46:25 -06:00
net build: abstract emulation and replace qemu goal with run 2017-01-10 20:20:47 +00:00
power/power_states kernel: remove dependency on CONFIG_NANO_TIMERS/TIMEOUTS 2017-01-08 18:09:52 +00:00
subsys/debug/gdb_server tests: introduce Makefile.test 2017-01-03 17:48:44 +00:00
unit
ztest tests: introduce Makefile.test 2017-01-03 17:48:44 +00:00
Kconfig
Makefile
Makefile.test
defaults.tc