mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-28 11:35:21 +00:00
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>
28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
$make qemu
|
|
|
|
[QEMU] CPU: qemu32
|
|
Running test suite test_timer_api
|
|
tc_start() - test_timer_duration_period
|
|
===================================================================
|
|
PASS - test_timer_duration_period.
|
|
tc_start() - test_timer_period_0
|
|
===================================================================
|
|
PASS - test_timer_period_0.
|
|
tc_start() - test_timer_expirefn_null
|
|
===================================================================
|
|
PASS - test_timer_expirefn_null.
|
|
tc_start() - test_timer_status_get
|
|
===================================================================
|
|
PASS - test_timer_status_get.
|
|
tc_start() - test_timer_status_get_anytime
|
|
===================================================================
|
|
PASS - test_timer_status_get_anytime.
|
|
tc_start() - test_timer_status_sync
|
|
===================================================================
|
|
PASS - test_timer_status_sync.
|
|
tc_start() - test_timer_k_define
|
|
===================================================================
|
|
PASS - test_timer_k_define.
|
|
===================================================================
|
|
PROJECT EXECUTION SUCCESSFUL
|