micro-ROS / nuttx_apps

Other
10 stars 13 forks source link

Sporadic scheduling of NuttX does not work for multiple threads #31

Open JanStaschulat opened 3 years ago

JanStaschulat commented 3 years ago

Created an issue at https://github.com/apache/incubator-nuttx/issues/2935

Link to example

NuttX example for sporadic scheduling in testing/ostest

Test setup:

Observation:

Problem description I came to the conclusion, that budget enforcement of the NuttX sporadic scheduling only works for one sporadic thread. For real applications, I would like to use multiple threads with sporadic scheduling.