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

Bug 1668 v2 - Provide method to prevent init of SYS_CLK, when left on during 'lightsleep' #1672

Draft
wants to merge 4 commits into
base: develop
Choose a base branch
from

Commits on Mar 18, 2024

  1. Bug 1668: Provide method to prevent init of SYS_CLK, when left on dur…

    …ing 'lightsleep'
    
    During 'lightsleep' user may want to keep some clocks running (for example PIOs),
    but at present microPython calls 'clock-init()' causing the SYS_CLK to be reinitialised.
    
    This patch allows microPython to provide the previously used 'sleep_en0 & sleep_en1'
    signifying which clocks stayed on. As most are dependant of SYS_CLK it can be
    inferred that this does NOT need to (/should NOT) be re-initilised.
    mungewell committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    62f9de1 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    33dad93 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    d688752 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Remove tabs

    mungewell committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    2c57ce9 View commit details
    Browse the repository at this point in the history