mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
Test and validate the behavior of a timer driver. Takes a number of absolute timer cycle samples of a periodic timer then calculates statistical mean, variance, stddev along with total drift over the entire test time. Ensures standard deviation and drift are within a given configurable bound. Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
4 lines
67 B
Plaintext
4 lines
67 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_ZTEST_NEW_API=y
|
|
CONFIG_CBPRINTF_FP_SUPPORT=y
|