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

Test commit, not for review #2111

Closed
wants to merge 13 commits into from
Closed

Test commit, not for review #2111

wants to merge 13 commits into from

Commits on Oct 22, 2024

  1. [nrf fromtree] modules: hal_nordic: Add nrfx configuration for nRF54L…

    …15 FP1
    
    Added dedicated nrfx configuration files for
    nRF54L15 FP1, which differ from ENGA variant with
    inclusion of PDM.
    
    Signed-off-by: Michał Stasiak <[email protected]>
    (cherry picked from commit 005587f)
    mstasiaknordic authored and e-rk committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    a39f269 View commit details
    Browse the repository at this point in the history
  2. [nrf fromtree] modules: hal_nordic: Add new PDM instances

    New PDM, some present on nRF54L15 FP1, instances have
    been added. Modified condfiguration file for nRF5340,
    which now requires PDM0 instance.
    
    Signed-off-by: Michał Stasiak <[email protected]>
    (cherry picked from commit c092964)
    mstasiaknordic authored and e-rk committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    f90d725 View commit details
    Browse the repository at this point in the history
  3. [nrf fromtree] drivers: audio: dmic: Add support for multiple nrf PDM…

    … instances
    
    Driver now uses multi-instance PDM nrfx API and
    defines PDM device based on available instances.
    It also introduces calculating PDM frequency using
    prescaler, present on nRF54L15 FP1.
    Updated nrfx API version changed to 3.7 to use the
    new PDM API.
    
    Signed-off-by: Michał Stasiak <[email protected]>
    (cherry picked from commit f8466b4)
    mstasiaknordic authored and e-rk committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    9c113ae View commit details
    Browse the repository at this point in the history
  4. [nrf fromtree] samples: drivers: audio: dmic: Add nRF54L15 to the sample

    nRF54L15 FP1 can now be used in dmic audio sample.
    
    Signed-off-by: Michał Stasiak <[email protected]>
    (cherry picked from commit 3013604)
    mstasiaknordic authored and e-rk committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    6a9ef35 View commit details
    Browse the repository at this point in the history
  5. [nrf fromtree] drivers: serial: nrfx_uarte: Split async control block…

    … structure
    
    Split async control block structure into tx and rx structures.
    
    Signed-off-by: Krzysztof Chruściński <[email protected]>
    (cherry picked from commit 701beec)
    Signed-off-by: Rafał Kuźnia <[email protected]>
    nordic-krch authored and e-rk committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    01e7db2 View commit details
    Browse the repository at this point in the history
  6. [nrf fromtree] drivers: serial: nrfx_uarte: Remove CONFIG_UART_n_GPIO…

    …_MANAGEMENT
    
    This is a leftover from pre-pinctrl era and no longer makes sense.
    Driver always manages gpio through pinctrl.
    
    Support removed from uart and uarte shims.
    
    Signed-off-by: Krzysztof Chruściński <[email protected]>
    (cherry picked from commit 76db5b2)
    Signed-off-by: Rafał Kuźnia <[email protected]>
    nordic-krch authored and e-rk committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    108c36a View commit details
    Browse the repository at this point in the history
  7. [nrf fromtree] drivers: serial: nrfx_uarte: Use nrfx_gppi helper

    Use nrfx_gppi as abstraction over (D)PPI.
    
    Signed-off-by: Krzysztof Chruściński <[email protected]>
    (cherry picked from commit 2668476)
    Signed-off-by: Rafał Kuźnia <[email protected]>
    nordic-krch authored and e-rk committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    51a9cce View commit details
    Browse the repository at this point in the history
  8. [nrf fromlist] manifest: update hal_nordic revision

    The hal_nordic revision was updated to bring in NRFX v3.8.0.
    
    Aligned the uses of single-instance API to use multi-instance instead.
    
    Upstream PR: zephyrproject-rtos/zephyr#79857
    Signed-off-by: Rafał Kuźnia <[email protected]>
    e-rk committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    26967d3 View commit details
    Browse the repository at this point in the history
  9. [nrf fromlist] dts: nordic: 54l: Add PPIB device tree nodes and bindings

    Added a binding description for the PPIB peripheral and added the device
    tree nodes of the PPIB instances to the nRF54L15 and nRF54L20.
    
    Upstream PR: zephyrproject-rtos/zephyr#79857
    Signed-off-by: Rafał Kuźnia <[email protected]>
    e-rk committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    04667a7 View commit details
    Browse the repository at this point in the history
  10. [nrf fromlist] modules: hal_nordic: Enable nrfx_ppib drivers

    The new nrfx_ppib driver can now be enabled, when the corrensponding
    device tree node has the okay status.
    
    Upstream PR: zephyrproject-rtos/zephyr#79857
    Signed-off-by: Rafał Kuźnia <[email protected]>
    e-rk committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    5c25fa3 View commit details
    Browse the repository at this point in the history
  11. [nrf fromlist] modules: hal_nordic: rework resource reservations

    The resource reservation definitions were moved to a separate header
    file.
    
    The PPIB and DPPI channel and group resources can now be statically
    allocated for each individual instance.
    
    Upstream PR: zephyrproject-rtos/zephyr#79857
    Signed-off-by: Rafał Kuźnia <[email protected]>
    e-rk committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    127d816 View commit details
    Browse the repository at this point in the history
  12. [nrf noup] modules: hal_nordic: adjust nrfx reservations to NCS

    Added ncs-specific modules to nrfx_config_reserved_resources.
    The modules are:
    - mpsl
    - nrfe
    
    Signed-off-by: Rafał Kuźnia <[email protected]>
    e-rk committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    9078842 View commit details
    Browse the repository at this point in the history
  13. integration hal_nordic branch

    e-rk committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    9d0bae6 View commit details
    Browse the repository at this point in the history