summaryrefslogtreecommitdiffhomepage
path: root/digital/io/src/move_cb.c
AgeCommit message (Collapse)Author
2008-04-27move.fsm: Update the fsm to use the path finder.Nélio Laranjeiro
* update the events in the main.c file. * update the move_cb.c * added some constants.
2008-04-25 * digital/io/srcJérémy Dufour
- ensure event is reset after being posted ; - use 0xFF value for not an event rather than 0 (it prevents the dirty fix to add 1 to the event).
2008-04-24 * digital/io/srcJérémy Dufour
- when a sub FSM finished, it posts an event for the top FSM which will be notified in the next main loop iteration (rather than the actual one).
2008-04-24 * digital/io/srcJérémy Dufour
- when the move FSM finished, tell it to the top one.
2008-04-22move fsm: update the move fsm.Nélio Laranjeiro
2008-04-22move : Optimized source code (size of source code).Nélio Laranjeiro
2008-04-21move : update the move fsm transitions. (Not optimized in code size).Nélio Laranjeiro
2008-04-17Replaced the END state and the START state by a single state IDLE.Nélio Laranjeiro
2008-04-08Tested the move FSM machine.Nélio Laranjeiro
2008-04-05Added and test the move fsm. Only the machine sequence is tested.Nélio Laranjeiro