In the default configuration of the test, with 10000 timer samples, the `periodic_data` array is too big to fit in SRAM on many targets. Use lower counts of samples for those, depending on their SRAM size, leaving at least 8 kB for other variables, buffers, stacks etc. Exclude the test for targets with less than 16 kB. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no> |
||
|---|---|---|
| .. | ||
| src | ||
| CMakeLists.txt | ||
| Kconfig | ||
| prj.conf | ||
| README | ||
| testcase.yaml | ||
# Test a timer implementations variance and long term drift Records and calculates statistical values against a timer validating that. 1. Timer variance and standard deviation is below defined acceptable values. 2. Periodic timers do not drift in either direction from expected total time. Timers are meant to be precise and accurate. This test validates an implementation is both.