4 ms·
Question: Do you mean real time, meaning there is some kind of expectation of task switching time, nothing can stop other threads from executing, etc; or do you
by jockm 6mo ago
Question: Do you mean real time, meaning there is some kind of expectation of task switching time, nothing can stop other threads from executing, etc; or do you really mean embedded?
- Retr0id 6mo agoIt doesn't implement task switching at all...
- jockm 6mo agoCan you back that up? It supports `os_task_create()`, `ps`, `top`, and the default for `MAX_TASKS` is 8.
- Retr0id 6mo agohttps://github.com/cmc-labo/tinyos-rtos/blob/2a47496047fdb45f6f33246a33ef4fc9a5d7e4de/src/kernel.c#L105-L108 https://github.com/cmc-labo/tinyos-rtos/blob/2a47496047fdb45... This codebase is essentially a stage prop, it has never been compiled nor executed.