What to I want from an RTOS?

来源:百度文库 编辑:神马文学网 时间:2024/10/01 08:42:30
Sorry if this is a FAQ, I have googled around and don''t find much.

What to I want from an RTOS?

- The standard message/timer/mutex/thread stuff
- Some sort of abstraction layer, so that I can unit test my code
under Linux or Windows before hitting the hardware
- Support for a bunch of processors
- Easily configurable
- Good documentation & support forums
- in fact anything that lets me concentrate on my own design/code/test
and not have to worry too much about the o/s
- hmm, built in memory pool & debug trace would be useful (and does
anyone have any pointers to good FSM bases classes for C++ ?)

You don't have to discuss here, although I would quite welcome it,
just some URLs would suffice.

Thanks in advance for any help.