1. 03 Jul, 2019 1 commit
  2. 02 Jul, 2019 1 commit
  3. 29 Nov, 2018 1 commit
  4. 19 Oct, 2018 2 commits
    • li hongming's avatar
    • li hongming's avatar
      Support aligning the PPS out to PPS input when WRSFL works as GM. · bf0073bb
      li hongming authored
          1. Add new paramter CONFIG_EXT_PPS_LATENCY_PS in dot-config. Calib-
      ration is needed to align the PPS out to PPS input in GM mode.
          2. Add new variable ext_pps_latency_ps in struct spll_stats, using it
      to transfer the ext_pps_latency parameter to WRPC-SW.
          3. Change SPLL_STATS_VER to 4, modify the related function.
          4. Add a new tool function: wrs_ext_pps_latency, which will change
      the Main PLL phase shift in GM mode, according to the parameter
      CONFIG_EXT_PPS_LATENCY_PS in dot-config. Add this new function to startup-
      mb.sh, making it autostart.
      bf0073bb
  5. 12 Sep, 2018 3 commits
  6. 09 Sep, 2018 1 commit
  7. 29 Aug, 2018 1 commit
  8. 28 Aug, 2018 1 commit
  9. 05 Jan, 2018 1 commit
  10. 25 Aug, 2017 1 commit
  11. 23 Aug, 2017 2 commits
  12. 18 Aug, 2017 2 commits
    • Adam Wujek's avatar
      www: fix copy-paste error in endpointmode.php · 77170df3
      Adam Wujek authored
      bug was introduced in www: removed current setting
      Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
      77170df3
    • anne munoz's avatar
      www: Changed enpointconfiguration table · 3cec2c32
      anne munoz authored
      I saw that in the endpointconfiguration.php you relay a lot on an order of parameters. In other words the following line will be displayed correctly:
      CONFIG_PORT01_PARAMS="name=wri1,proto=raw,tx=224295,rx=225959,role=slave,fiber=0"
      but not when I swap an order of parameters:
      CONFIG_PORT01_PARAMS="name=wri1,proto=raw,tx=224295,role=slave,rx=225959,fiber=0"
      I'm asking you for that because there are three more new parameters that are optional:
            "ext" (extension) can be one of the following:
              - WR - use White Rabbit as an extension on this port (default if not present)
              - none - no extension on this port
            "dm" (delay mechanism) can be one of the following:
              - e2e - end to end (default if not present)
              - p2p - peer to peer
            "monitor" option to disable ("n") or enable ("y") triggering errors in SNMP on a port; "y" by default
      
      NOW: it allows to change the order and dropdown menu in several parameters
      3cec2c32
  13. 04 Aug, 2017 4 commits
  14. 03 Aug, 2017 1 commit
  15. 02 Aug, 2017 18 commits