Use cpu_late_10ths_percent_limit to set limit on % of late tasks in 10th of a % ...
commite3e67b2ecb643d697eda22f343d6564b3748fc26
authorSteve Evans <SteveCEvans@users.noreply.github.com>
Thu, 15 Feb 2024 11:50:32 +0000 (15 11:50 +0000)
committerGitHub <noreply@github.com>
Thu, 15 Feb 2024 11:50:32 +0000 (15 12:50 +0100)
tree732abce9c734d6ecca539ac3135649cb8a5a8e2d
parenta190ed98dc674495b8096d369f2e7aa667d754e3
Use cpu_late_10ths_percent_limit to set limit on % of late tasks in 10th of a % (#13330)

* Use cpu_late_10ths_percent_limit to set limit on % of late tasks in 10th of a %
Set CPU load late limit to 1% based on testing

* Update src/main/cli/settings.c

Co-authored-by: Jan Post <Rm2k-Freak@web.de>
* Update src/main/scheduler/scheduler.h

Co-authored-by: Jan Post <Rm2k-Freak@web.de>
* Update src/main/fc/core.c

* Update src/test/unit/arming_prevention_unittest.cc

* Update src/main/scheduler/scheduler.c

---------

Co-authored-by: Mark Haslinghuis <mark@numloq.nl>
Co-authored-by: Jan Post <Rm2k-Freak@web.de>
src/main/cli/settings.c
src/main/fc/core.c
src/main/osd/osd.h
src/main/osd/osd_warnings.c
src/main/pg/scheduler.c
src/main/pg/scheduler.h
src/main/scheduler/scheduler.c
src/main/scheduler/scheduler.h
src/test/unit/arming_prevention_unittest.cc