• Sven Meier's avatar
    bmc: added debug info and changed fsm, workaround for htons · 4dc9a628
    Sven Meier authored
    The FSM order was changed in order to leave the fsm on a state change and re-enter the fsm directly afterward,
    this makes sure no state decision is overwritten by the state handling and each state dicision is handled at least once,
    There seems to be an issue with htons on unaligned addresses, which is the case for stepsRemoved in an announce,
    a workaround of a manual 16bit conversion was added.
    4dc9a628
Name
Last commit
Last update
..
Makefile Loading commit data...
README-cfield Loading commit data...
arith.c Loading commit data...
bmc.c Loading commit data...
common-fun.c Loading commit data...
common-fun.h Loading commit data...
fsm-lib.c Loading commit data...
fsm-table.c Loading commit data...
hooks.c Loading commit data...
msg.c Loading commit data...
open-close.c Loading commit data...
servo.c Loading commit data...
state-disabled.c Loading commit data...
state-faulty.c Loading commit data...
state-initializing.c Loading commit data...
state-listening.c Loading commit data...
state-master.c Loading commit data...
state-passive.c Loading commit data...
state-slave.c Loading commit data...