Releases: renesas/synced
Releases · renesas/synced
v2.0.9
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
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
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
Released synced 2.0.6
- Add missing punctuation in README
- Add a startup message to show the device type
v2.0.5
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
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
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
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
Release synced 2.0.1
- Fix strncpy() issue
- Fix license file issue
- Update release info
v2.0.0
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