Merge pull request #6735 from smlng/tests/xtimer_now64_cont
tests: enhance xtimer_now64_continuitypr/rotary
commit
20d5c3ee5a
@ -1,6 +1,7 @@
|
||||
APPLICATION = xtimer_now64_continuity
|
||||
include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += fmt
|
||||
USEMODULE += xtimer
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -1,5 +1,6 @@
|
||||
Description
|
||||
===========
|
||||
|
||||
This test measures the difference of two consecutive calls to xtimer_now64() 10k times.
|
||||
Should the difference be larger then 1000us, the test fails, otherwise it succeeds.
|
||||
This test measures the difference of two consecutive calls to xtimer_now64()
|
||||
100k times. If the max or average difference is larger than 1000us the test
|
||||
fails, otherwise it succeeds.
|
||||
|
Loading…
Reference in New Issue