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

manifest: integrate nrfx 3.9.0 #81599

Commits on Nov 19, 2024

  1. manifest: update hal_nordic revision

    The hal_nordic revision was updated to bring in nrfx v3.9.0.
    
    Signed-off-by: Nikodem Kastelik <[email protected]>
    nika-nordic committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    c6642f1 View commit details
    Browse the repository at this point in the history
  2. soc: nordic: nRF54L: Consolidate common Kconfig options

    There are many common options to all ICs of the 54L series. Consolidate
    them in a single entry so that they do not need to be re-typed for each
    SoC series member.
    
    Signed-off-by: Carles Cufi <[email protected]>
    carlescufi authored and nika-nordic committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    8163daf View commit details
    Browse the repository at this point in the history
  3. soc: nordic: Introduce the nRF54L05 and nRF54L10

    These two new ICs are variants of the nRF54L15 with different memory
    sizes:
    
    - nRF54L05: 500KB RRAM, 96KB RAM
    - nRF54L10: 1022KB RRAM, 192KB RAM
    - nRF54L15: 1524KB RRAM, 256KB RAM
    
    Signed-off-by: Carles Cufi <[email protected]>
    carlescufi authored and nika-nordic committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    b288bfc View commit details
    Browse the repository at this point in the history
  4. boards: nordic: nrf54l15dk: Rename the board common file

    Use the rather logical convention for the name that is applied to other
    Nordic boards: <board>_common.dtsi for definitions that are common to
    the board itself (LEDs, buttons, etc).
    
    Signed-off-by: Carles Cufi <[email protected]>
    carlescufi authored and nika-nordic committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    f722898 View commit details
    Browse the repository at this point in the history
  5. boards: nordic: nRF54L15DK: Add basic support for the L05 and L10 ICs

    The nRF54L05 and nRF54L10 are identical to the nRF54L15 except for their
    memory sizes. Add support for emulating those ICs on the nRF54L15DK.
    This commit only adds support for the main application core. Support for
    the FLPR core may be added later.
    
    Signed-off-by: Carles Cufi <[email protected]>
    carlescufi authored and nika-nordic committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    4809737 View commit details
    Browse the repository at this point in the history