Hi
I choose RIOT as RTOS in my bachelor thesis, which is focus on scheduling in RTOS. I would ask you few questions ?
How many process can RIOT run?
How many threads support?
What type of process support (hard,soft,firm)?
Thank you.
Best regards.
Marek Pizner.
Kaspar
#2
Hi Marek,
How many process can RIOT run?
In theory, as much as there's RAM. By default, that is limited to 32
through a define in core/include/kernel_types.h.
How many threads support?
Same as above. RAM is the limiting factor.
What type of process support (hard,soft,firm)?
Could you elaborate what that means?
Kaspar