Skip to content

add bringUpAllRingsInSequence

Feature: add bringUpAllRingsInSequence()

Intended for developer use.

This function brings up all rings, but in sequence instead of one by one. This way, when there is a problematic ring the log messages appear in order and it is easier to identifier where the problem is coming from.

API change:

  • New method, rmmStatus bringUpAllRingsInSequence()
  • rmmStatus config(TimingMode timingMode = TimingMode::LCL) will not accept another optional argument
  • New enum, enum class BringUpMode { CONCURRENT, SEQUENCTIAL }

To use these changes

Closes ICSHWI-20691

Edited by Dahyeon Kim

Merge request reports

Loading