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

Set status okay to DPPI and PPIB nodes on nrf54l #2319

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Nov 29, 2024

  1. [nrf fromlist] drivers: serial: nrfx_uarte: Fix endtx-stoptx property…

    … check
    
    The UART_xyz_ENHANCED_POLL_OUT Kconfig was using an outdated property
    for checking whether the peripheral has the endtx->stoptx short. The
    property is now updated.
    
    Upstream PR #: 82254
    
    Signed-off-by: Rafał Kuźnia <[email protected]>
    e-rk committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    f5ed5e5 View commit details
    Browse the repository at this point in the history
  2. [nrf fromlist] soc: nordic: enable DPPI and PPIB nodes by default

    The DPPI and PPIB peripheral nodes must be enabled to allow the
    CONFIG_HAS_HW_NRF_DPPIC to be set. This change is consistent with what
    was done on nRF5340 and does not introduce any additional memory
    overhead, because there is no Zephyr driver behind the nrf-dppic and
    nrf-ppib bindings.
    
    Upstream PR #: 82254
    
    Signed-off-by: Rafał Kuźnia <[email protected]>
    e-rk committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    dcd4c1b View commit details
    Browse the repository at this point in the history