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 SoCs: Power consumption related fixes #29409

Merged

Commits on Oct 21, 2020

  1. drivers: usb_dc_nrfx: Correct the nrfx_power driver configuration

    The initial configuration provided for the nrfx_power driver cannot
    contain just default values, as that mean that DC/DC converters are
    to be disabled, while those converters may be (and they actually are
    by default for many boards) enabled through Kconfig.
    
    Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
    anangl committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    780114d View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. modules: hal_nordic: Fix workaround for nRF52 anomaly 197 in nrf_power

    Update the hal_nordic module revision to get the following commit:
    
    nrf_power: Fix implementation of workaround for nRF52 anomaly 197
    
    Since the workaround increases power consumption in System ON IDLE,
    it should be applied only when the DC/DC converter for REG0 stage is
    to be enabled, not regardless of the applied setting as it was done
    so far.
    
    Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
    anangl committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    bf8ea50 View commit details
    Browse the repository at this point in the history