1. 12 Jun, 2017 1 commit
  2. 06 Apr, 2017 2 commits
  3. 05 Apr, 2017 9 commits
  4. 29 Mar, 2017 1 commit
  5. 20 Mar, 2017 1 commit
  6. 14 Mar, 2017 1 commit
  7. 08 Mar, 2017 1 commit
  8. 06 Mar, 2017 1 commit
  9. 05 Mar, 2017 1 commit
    • Alessandro Rubini's avatar
      standard servo: bugfix (introduced with pp_time) · cfed2306
      Alessandro Rubini authored
      If meanPathDelay is calculated negative at the first iteration, we
      must zero it immediately, or this will loop forever:
      
      	while (mpd_fltr->y >> (63 - s))
      		--s;
      
      The bug only appears with e2e mechanism, where t3 happens long after
      t2, if the slave clock when ppsi starts is running much slower than
      the master.
      
      Before changing data structures we used abs() in that loop (which was
      suboptimal), and I made a mistake in converting it in a check before
      the loop itlsef.
      Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
      cfed2306
  10. 03 Mar, 2017 7 commits
  11. 01 Mar, 2017 6 commits
  12. 28 Feb, 2017 4 commits
  13. 27 Feb, 2017 5 commits