Statemachine on freeRTOS?

peter03 wrote on Sunday, February 27, 2011:

Hello,
does anybody have some examples for a thin statemachine that can be simply implemented? Before wasting some time about the methods, maybe there are existing projects. It’s just about the processing of events occurring and that should be processed within a specified task which extracts events and transfers them into some defined states.
Any suggestion would be appreciated. Regards from Germany, Peter

siriasis wrote on Monday, February 28, 2011:

What do you mean by a thin state machine?. Could you explain more precisely? And what the state-machine is to do with RTOS?

jon_newcomb wrote on Monday, February 28, 2011:

Not really a FreeRTOS question, but I have been using a the following with success within FreeRTOS
Its a very simple implementation.
http://code.google.com/p/simplehsm/
______________________
Others:
Bit more complex… (evaluated but not used)
http://efsm.sourceforge.net

Complete framework… (Check licence for commercial use)
http://www.state-machine.com/freertos/index.php