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

[spinel] save MAC frame counter to a local variable #9407

Merged
merged 5 commits into from
Sep 18, 2023

Commits on Sep 7, 2023

  1. [spinel] save MAC frame counter to a local variable

    This commit saves the MAC counter to a local variable to avoid calling
    the core function Get<Settings>().Read() in radio_spinel_impl.hpp. This
    is useful when spinel module is used as a lib in other peojects.
    zhanglongxia committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    f8f73f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. update for comments

    zhanglongxia committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    c13785a View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. updated for comments

    zhanglongxia committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    673a6a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. update for comments

    zhanglongxia committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    a554041 View commit details
    Browse the repository at this point in the history
  2. fix spell errors

    zhanglongxia committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    c1c0e31 View commit details
    Browse the repository at this point in the history