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

zbus: Minor cleanups #75494

Merged
merged 3 commits into from
Jul 9, 2024
Merged

zbus: Minor cleanups #75494

merged 3 commits into from
Jul 9, 2024

Commits on Jul 5, 2024

  1. zbus: Static channel data initialization

    Init the channel data semaphore and observer list statically.
    
    Signed-off-by: Pieter De Gendt <[email protected]>
    pdgendt committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    d6c5522 View commit details
    Browse the repository at this point in the history
  2. zbus: Fix ZBUS_CHAN_DEFINE alignment

    Align trailing backslashes.
    
    Signed-off-by: Pieter De Gendt <[email protected]>
    pdgendt committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    1d355bc View commit details
    Browse the repository at this point in the history
  3. zbus: Use section iterator for observations

    Iterating the observations can be simplified to a struct iterator instead
    of first getting the count and looping afterwards.
    
    Signed-off-by: Pieter De Gendt <[email protected]>
    pdgendt committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    da73190 View commit details
    Browse the repository at this point in the history