1. 04 Nov, 2013 4 commits
  2. 01 Nov, 2013 1 commit
  3. 17 Oct, 2013 1 commit
  4. 16 Oct, 2013 15 commits
  5. 15 Oct, 2013 4 commits
  6. 05 Oct, 2013 7 commits
  7. 01 Oct, 2013 1 commit
  8. 24 Sep, 2013 3 commits
  9. 22 Sep, 2013 2 commits
  10. 20 Sep, 2013 2 commits
    • Alessandro Rubini's avatar
      wr switch: change ppsout less often · e946e9c1
      Alessandro Rubini authored
      We want to turn PPS output on or off when it changes, not each and every
      time. This is both to avoid wasting CPU cycles and to allow developers
      to activate pps even when not synced or badly-synced.
      Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
      e946e9c1
    • Alessandro Rubini's avatar
      wrs-socket: implemented UDP mode · 902d4ccb
      Alessandro Rubini authored
      This is the true and solid UDP support for WR. It manages both
      WR and non-WR communication, both as master and slave.
      
      The previous commit was wrong:
      
        5c918341 wrs-socket: if UDP is requested, fall back to non-WR
      
      the reason is that we can't use Unix timestamps and WR time: to discipline
      the WR mechanism we need to collect WR timestamps. So now UDP is part
      of wrs-socket.c, to use the WR timestamps from hardware.
      Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
      902d4ccb