Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct ufsi timing calculation #14748

Merged
merged 3 commits into from
Jun 11, 2021

Commits on Jun 8, 2021

  1. Correct ufsi timing calculation

    When calculating ufsi, the function was relying
    on the slot processed by the unicast fhss timer
    callback, which can be delayed. When it happens
    the slot value is wrong, and the ufsi is incorrect.
    
    The ufsi is then used by the peer to determined
    the reply channel, so the devices are thus
    unsynchronized until the next uplink packet.
    AlbanJeantheau-silabs committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    8187325 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. coding style

    AlbanJeantheau-silabs committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    b4b35c6 View commit details
    Browse the repository at this point in the history
  2. Handle timer rollover in calculate_ufsi

    Co-authored-by: Jarkko Paso <jarkko.paso@arm.com>
    AlbanJeantheau-silabs and Jarkko Paso authored Jun 11, 2021
    Configuration menu
    Copy the full SHA
    3001e52 View commit details
    Browse the repository at this point in the history