Skip to content

Tags: first-mode/tinyfsm

Tags

v0.3.2

Toggle v0.3.2's commit message
Version 0.3.2

  * Add TINYFSM_NOSTDLIB compile option.
  * Remove static asserts on transit functions.
  * Fix elevator example.

v0.3.1

Toggle v0.3.1's commit message
Version 0.3.1

  * Bugfix (workaround) for compiler bug in gcc < 7.0: define template
    specialization for FSM_INITIAL_STATE in "namespace tinyfsm" block.

v0.3.0

Toggle v0.3.0's commit message
Version 0.3.0

  * Bugfix: set initial state on all state machines before entering
    states in FsmList::start().
  * Add Fsm::start() function (identical interface as FsmList).
  * Add reset() functionality to Fsm and FsmList class.
  * Add MooreMachine and MealyMachine class.
  * Add API examples: simple_switch, resetting_switch, multiple_switch,
    debugging_switch, mealy_machine, moore_machine.
  * Relax access specifiers for Fsm::state<S>() access function.
  * Remove debug code.

v0.2.0

Toggle v0.2.0's commit message
Version 0.2.0

  * Use Fsm<F>::initialize() for initialization (instead of
    Fsm<F>::initial_state).
  * Change license to MIT

v0.1.0

Toggle v0.1.0's commit message
Version 0.1.0

  * Initial release
  * Note that this release was originally named "v0.10"