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 Desktop Failsafe module: migration to the Zephyr HWinfo driver and activation on the nRF54H20 DK #19142

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Nov 28, 2024

  1. manifest: update sdk-zephyr

    Updated sdk-zephyr to include the Zephyr HWinfo driver.
    
    Signed-off-by: Kamil Piszczek <[email protected]>
    kapi-no committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    97c9834 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. applications: nrf_desktop: failsafe: migrate to Zephyr hwinfo driver

    Updated the nRF Desktop Failsafe module to use the Zephyr HWinfo
    driver as its dependency instead of relying on the nrfx reset reason
    helper.
    
    Ref: NCSDK-25090
    
    Signed-off-by: Kamil Piszczek <[email protected]>
    kapi-no committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    7bc6fd3 View commit details
    Browse the repository at this point in the history
  2. applications: nrf_desktop: enable failsafe module on the nRF54H20 target

    Enabled the nRF Desktop Failsafe module in the release configuration
    of the nRF54H20 DK target.
    
    Ref: NCSDK-25090
    
    Signed-off-by: Kamil Piszczek <[email protected]>
    kapi-no committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    0b9f1ec View commit details
    Browse the repository at this point in the history