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

modules: hal_nordic: nrfs: Optimize communication #81455

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 15, 2024

  1. modules: hal_nordic: nrfs: Optimize communication

    It is not needed to use always the system work queue to send a
    message over IPC. In thread context IPC service can be called
    directly. It speeds up the communication and allows to use nrfs
    from the system work queue. Legacy approach could easily lead
    to the deadlock if user would call nrfs from work queue and
    pend on semaphore until response is received.
    
    Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
    nordic-krch committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    4600378 View commit details
    Browse the repository at this point in the history