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

nRF sys event latency #79934

Merged

Commits on Oct 25, 2024

  1. dts: common: nordic: nrf54l15: add power peripheral

    Add power peripheral to nrf54l15.
    
    Signed-off-by: Bjarki Arge Andreasen <[email protected]>
    bjarki-andreasen committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    bea3dcc View commit details
    Browse the repository at this point in the history
  2. soc: nordic: add fn for setting constlat mode

    Nordic SoCs implement an event system, for which the system can
    optimize for low latency/high power or low power.
    
    Add soc level implementation of reference counted API which will
    optimize for low latency if any part of the system requires it.
    
    Signed-off-by: Bjarki Arge Andreasen <[email protected]>
    bjarki-andreasen committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    ab4139f View commit details
    Browse the repository at this point in the history
  3. samples: boards: nordic: add nrf_sys_event sample

    Add sample for nrf system events.
    
    Signed-off-by: Bjarki Arge Andreasen <[email protected]>
    bjarki-andreasen committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    0086626 View commit details
    Browse the repository at this point in the history