1. 27 Feb, 2017 1 commit
  2. 24 Feb, 2017 3 commits
  3. 23 Feb, 2017 9 commits
  4. 15 Feb, 2017 1 commit
    • Adam Wujek's avatar
      proto-ext-whiterabbit: change the order of fields in struct wr_servo_state · 62e4d20d
      Adam Wujek authored
      In wrpc's SNMP we store an offset between beginning of a structure and
      particullar field. To save memory we store this offset as a uint8_t, which
      limits the offset of a filed to 255 bytes. It was necessary to move following
      fields below 255 offset:
      --n_err_state
      --n_err_offset
      --n_err_delta_rtt
      
      Compiling wrpc-sw with an offset greater than 255, a compiler prints warnings
      like:
      lib/snmp.c:405:2: warning: large integer implicitly truncated to unsigned type
      Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
      62e4d20d
  5. 14 Feb, 2017 1 commit
  6. 13 Feb, 2017 1 commit
  7. 03 Feb, 2017 1 commit
  8. 31 Jan, 2017 11 commits
  9. 17 Jan, 2017 1 commit
  10. 13 Jan, 2017 2 commits
  11. 15 Dec, 2016 1 commit
  12. 12 Dec, 2016 1 commit
  13. 07 Dec, 2016 3 commits
  14. 03 Dec, 2016 3 commits
  15. 02 Dec, 2016 1 commit
    • Alessandro Rubini's avatar
      bugfix: wrs was crazy when slave of non-wr masters · 289371e7
      Alessandro Rubini authored
      The main problem was introduced by:
      
         d2a57023 std-servo: fix initial jump for p2p slaves
      
      There, we falled back on unix->get_time to make adjustments if
      hal->get_time failed.  Only happens as non-wr slave.
      
      Actually, the get_time call has never been implemented in the hal, and
      we always falled on unix time. But if frames are timestamped with
      WR time, we can adjust based on Unix time.
      
      We now read WR time internally, waiting for something better (we have
      constant addresses in here).
      
      Note: we are still unable to steer frequency, despite the efforts
      (and it used to work, ages ago).
      Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
      289371e7