mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-24 15:09:08 +00:00
Preserve the original 1 ms default interval when possible, while raising it to USEC_PER_TICK on lower-resolution systems. Round up the default iteration count so a default run always collects at least one sample. Reject intervals below the system tick and zero iterations. Keep minimum and maximum jitter values signed, and aggregate missed-frame reporting after measurement instead of printing in the catch-up loop. Fixes #3634 Signed-off-by: hanzhijian <hanzhijian@zepp.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Make.defs | ||
| Makefile | ||
| timerjitter.c | ||