Apologies if this isn't really a NuttX question...
Documentation says "By default, NuttX performs strict priority scheduling".
Default CONFIG_RR_INTERVAL is 200ms.
I have multiple threads, but have not set any scheduling parameters, but
it seems threads are being scheduled every 200ms rather on a priority basis.
What *should* I be doing, please, to get all my threads scheduled by
priority?
Thanks,
TimH
PS - yes I have thrown myself in the deep end without a life jacket with
my project. And I'm no doubt up ****-creek without a paddle. But I am
always learning!