Skip to content

Releases: renesas/synced

v2.0.9

05 Feb 19:42
df91315
Compare
Choose a tag to compare

Release synced 2.0.9

- Fix initialization of g_command_queue
- Fix assignment of uninitialized ql value
- Fix potential dynamic allocation of zero memory
- Fix handling of missing interface idx
- Fix unused sync_type assignment
- Clean up config (remove i and handle missing cfg file properly)

v2.0.8

20 Nov 07:08
4daae34
Compare
Choose a tag to compare

Released synced 2.0.8

- Add support for 128 ports
- Change MISSING_CLK_IDX from 255 to -1
- Close port threads faster
- Free memory associated with closed port threads
- Fix typo
- Fix function mac_addr_arr_to_str
- Account for TX-only ports in TX bundles
- Use MAX_NUM_OF_CLOCKS - 1 as maximum value for clk_idx

v2.0.7

05 Nov 21:48
a6632d3
Compare
Choose a tag to compare

Released synced 2.0.7

- Initialize variables enhanced_flag and parsed_ql in function port_rx_thread
- Use QL-DNU, QL-DUS, and QL-SEC as default initial QLs for network options 1, 2, and 3, respectively
- Apply wait-to-restore timer only when recovering from QL-FAILED
- Fix QL for network option 2
- Improve message in function management_template_notify_sync_current_ql
- Improve function config_read
- Fix Sync-E clock port transition out of wait-to-restore state (before QL needed to change twice for transition to occur)
- Store best clock index for generic device target
- Fix incorrect macro reference in README
- Fix synced_cli commands that require port_name as argument
- Fix number of hops reset after RX timeout

v2.0.6

03 Sep 20:28
1ae485d
Compare
Choose a tag to compare

Released synced 2.0.6

- Add missing punctuation in README
- Add a startup message to show the device type

v2.0.5

21 Mar 20:33
2c528ca
Compare
Choose a tag to compare

Release synced 2.0.5

- Fix condition in device_adaptor_call_get_synce_dpll_state_cb()
- Replace goto end with goto quick_end
- Update/fix QL-to-clock category mapping
- Replace uninitialized variable port with line
- Add network options 3 QLs introduced in ITU G.781 (04/2020) Amd. 1 (11/2022)
- Fix spacing and typos in Makefile

v2.0.4

29 Nov 22:25
0585381
Compare
Choose a tag to compare

Release synced 2.0.4

  - Update management_call_notify_current_ql_cb callback to indicate best port name
  - Align copyright in README with copyright in source code
  - Fix current QL print error when Sync-E DPLL starts in locked state

v2.0.3

20 Oct 20:59
15714f0
Compare
Choose a tag to compare

Release synced 2.0.3

    - Implement command-line mode for synced_cli
    - Add configuration parameter to support advanced holdover
    - Update README
    - Do some general clean up

v2.0.2

19 Sep 03:31
0318f18
Compare
Choose a tag to compare

Release synced 2.0.2

        - Set uninitialized init_ql variable in control_init() function
        - Add mechanism to dump configuration file at beginning of log
        - Fix port number handling

v2.0.1

22 Aug 18:10
c4931b3
Compare
Choose a tag to compare

Release synced 2.0.1

        - Fix strncpy() issue
        - Fix license file issue
        - Update release info

v2.0.0

03 Aug 19:14
Compare
Choose a tag to compare

Release synced 2.0.0

        - Add RSMU MISC driver support
        - Fix QL level reporting when Sync-E DPLL is in holdover state
        - Rename tcs_file configuration parameter to device_cfg_file
        - Print version information in log
        - Rename i2c_device_name configuration parameter to device_name
        - Update README file
        - Add debug message for set Sync-E DPLL clock priority table
          event
        - Remove device configuration files
        - Do some general clean up