nuttx-apps/testing/sched
Matteo Golin 7289c27a85 testing/{ostest,sched/smp}: Remove BOARD_LOOPSPERMSEC references
In an effort to avoid unexpected behaviour from users not calibrating
BOARD_LOOPSPERMSEC, a compilation error occurs when it is undefined. On
some systems, this is allowed (those that use timer implementations
instead of busy-looping for delays). In these cases, we should busy-loop
using the clock time instead of relying on a possibly
undefined/uncalibrated macro.

Signed-off-by: Matteo Golin <matteo.golin@gmail.com>
2026-02-09 09:21:50 +01:00
..
getprime apps/testing:move atomic,cpuload,getprime,smp and timerjitter folders to the new sched folder 2025-01-26 00:23:15 +08:00
pthread_mutex_perf apps/testing: Add pthread_mutex_perf created by Anchao 2025-12-16 20:57:58 -03:00
smp testing/{ostest,sched/smp}: Remove BOARD_LOOPSPERMSEC references 2026-02-09 09:21:50 +01:00
timerjitter apps/testing: Fix timerjitter iteration 2026-01-27 22:59:36 +08:00
.gitignore apps/testing:move atomic,cpuload,getprime,smp and timerjitter folders to the new sched folder 2025-01-26 00:23:15 +08:00
CMakeLists.txt apps/testing:move atomic,cpuload,getprime,smp and timerjitter folders to the new sched folder 2025-01-26 00:23:15 +08:00
Make.defs apps/testing:move atomic,cpuload,getprime,smp and timerjitter folders to the new sched folder 2025-01-26 00:23:15 +08:00
Makefile apps/testing:move atomic,cpuload,getprime,smp and timerjitter folders to the new sched folder 2025-01-26 00:23:15 +08:00