Hacker News new | ask | show | jobs
by jockm 70 days 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?
1 comments

It doesn't implement task switching at all...
Can you back that up? It supports `os_task_create()`, `ps`, `top`, and the default for `MAX_TASKS` is 8.
https://github.com/cmc-labo/tinyos-rtos/blob/2a47496047fdb45...

This codebase is essentially a stage prop, it has never been compiled nor executed.