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

nrf53: Add APIs to change Low Frequency Clock source in the runtime #2993

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on May 12, 2023

  1. Configuration menu
    Copy the full SHA
    0ab3199 View commit details
    Browse the repository at this point in the history
  2. mcu/nrf5340_net: Use Low Frequency Clock source setting API in startup

    Code from function hal_system_clock_start was moved into new API,
    so now we can call that API with proper argument to avoid code
    repetition.
    m-gorecki committed May 12, 2023
    Configuration menu
    Copy the full SHA
    f9a2fbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    942adc6 View commit details
    Browse the repository at this point in the history
  4. mcu/nrf5340: Use Low Frequency Clock source setting API in startup

    Code from function hal_system_clock_start was moved into new API,
    so now we can call that API with proper argument to avoid code
    repetition.
    m-gorecki committed May 12, 2023
    Configuration menu
    Copy the full SHA
    71d8fad View commit details
    Browse the repository at this point in the history