• baujc's avatar
    Big update ... · c81db09e
    baujc authored
    - New L1Sync and PTP servo calculation (delayAsym,...)
    - Make function calls more uniforms between extensions
    - refactoring
    - Add a new state machine to enable/disable an extension and provide
    only PTP support: New timer, new hooks, ...
    - Fix bug in time format conversion
    - Code removed when an extension is not required (#ifdef XXX )
    - Align the PTP and L1Sync servo calculation (shared fct, same
    calculation,...)
    - Force only one servo running at a given time for a given instance
    - New servo reset hook : called by main loop
    - Add function to converte a time into a string
    - Force to stay in FAULTY state during 60s
    - Optimise function wrs_enable_timing_output()
    c81db09e
Name
Last commit
Last update
..
Makefile Loading commit data...
README-cfield Loading commit data...
bmc.c Loading commit data...
common-fun-p2p.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-p2p.c Loading commit data...
msg.c Loading commit data...
msg.h 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...