Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: adigie/sdk-nrf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: nrfconnect/sdk-nrf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Able to merge. These branches can be automatically merged.

Commits on Mar 13, 2025

  1. doc: Update codeowner for sdp docs

    Update codeowner file for sdp application docs
    
    Signed-off-by: Uma Praseeda <uma.praseeda@nordicsemi.no>
    umapraseeda authored and carlescufi committed Mar 13, 2025
    Copy the full SHA
    72f42fd View commit details
  2. action: manifest: Upgrade to v1.8.0 to allow unreachables

    The new version allows specifying a list of unreachable
    repos which will not add a 'DNM' label.
    
    See also
    zephyrproject-rtos/action-manifest#17
    
    Signed-off-by: Rubin Gerritsen <rubin.gerritsen@nordicsemi.no>
    rugeGerritsen authored and carlescufi committed Mar 13, 2025
    Copy the full SHA
    d5eb4a1 View commit details
  3. bluetooth: samples: Adapt RREQ sample to upstream API change

    Rename tone_antenna_config_selection enum.
    
    Signed-off-by: Olivier Lesage <olivier.lesage@nordicsemi.no>
    olivier-le-sage authored and rlubos committed Mar 13, 2025
    Copy the full SHA
    9fe018b View commit details
  4. scripts: requirements: bump nrf-regtool to 8.1.3

    New pin function mappings for TDM and also more ADC pins.
    
    Signed-off-by: Karsten Koenig <karsten.koenig@nordicsemi.no>
    karstenkoenig authored and tmon-nordic committed Mar 13, 2025
    Copy the full SHA
    cf016df View commit details
  5. scripts: requirements: Bump jinja to 3.1.6

    This addresses a recent vulnurability:
    GHSA-cpwx-vrp4-4pq7
    
    Signed-off-by: Karsten Koenig <karsten.koenig@nordicsemi.no>
    karstenkoenig authored and tmon-nordic committed Mar 13, 2025
    Copy the full SHA
    b6e3ca9 View commit details
  6. doc: Add 2.6.4 release to main

    Add 2.6.4 release to main
    
    Signed-off-by: Richa Pandey <richa.pandey@nordicsemi.no>
    richabp authored and rlubos committed Mar 13, 2025
    Copy the full SHA
    868153a View commit details
  7. manifest: Update sdk-zephyr revision (auto-manifest PR)

    Automatically created by Github Action
    
    Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
    NordicBuilder authored and tmon-nordic committed Mar 13, 2025
    Copy the full SHA
    395d08f View commit details

Commits on Mar 14, 2025

  1. manifest: Update sdk-zephyr revision (auto-manifest PR)

    Automatically created by Github Action
    
    Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
    NordicBuilder authored and nordic-piks committed Mar 14, 2025
    Copy the full SHA
    00a6650 View commit details
  2. bluetooth: services: Support aborted procedures/subevents in RAS

    1. When a subevent in a procedure is aborted:
    - Encode ranging data in RRSP such that num_steps_reported is 0 if a
      subevent was aborted
      -> if some steps in the subevent were successful, these will still be
         discarded.
      -> subsequent subevents in the procedure will no longer be dropped.
    - Update parser API in RREQ to continue parsing subevent headers if a
      subevent header with num_steps_reported=0 is seen
    - Update sample to make use of these extra steps.
      Note that this doesn't impact the behavior of the sample because
      the subevent length is currently large enough to fit the entire
      procedure.
    
    2. When procedure_done_status is 0xF:
    - Notify RREQ subscribers with RD Ready.
      -> this is important because some subevents in the procedure may
         have successfully performed some steps
    
    Signed-off-by: Olivier Lesage <olivier.lesage@nordicsemi.no>
    olivier-le-sage authored and rlubos committed Mar 14, 2025
    Copy the full SHA
    8db30da View commit details
  3. samples: bluetooth: fast_pair: input_device: fix the model ID default

    Fixed the issue in the Fast Pair Input Device sample, in which the
    default override of the SB_CONFIG_BT_FAST_PAIR_MODEL_ID does not
    work.
    
    Ref: NCSDK-32057
    
    Signed-off-by: Kamil Piszczek <Kamil.Piszczek@nordicsemi.no>
    kapi-no committed Mar 14, 2025
    Copy the full SHA
    4cf2767 View commit details
  4. Bluetooth: Mesh: add tc to psa key convertor

    Commit adds functionality that reads the stored tinycrypt
    keys from settings and import them as persistent keys
    into PSA crypto library.
    
    Signed-off-by: Aleksandr Khromykh <aleksandr.khromykh@nordicsemi.no>
    alxelax authored and rlubos committed Mar 14, 2025
    Copy the full SHA
    d3f4ced View commit details
  5. samples: matter: Rework buttons and leds in manufacturer-specific

    Leave just one button and LED for the sample and use separate
    attribute for button.
    
    Signed-off-by: Maciej Baczmanski <maciej.baczmanski@nordicsemi.no>
    maciejbaczmanski committed Mar 14, 2025
    Copy the full SHA
    11beba8 View commit details
  6. samples: matter: add wifi support for manufacturer-specific

    add wifi support for manufacturer-specific sample.
    
    Signed-off-by: Maciej Baczmanski <maciej.baczmanski@nordicsemi.no>
    maciejbaczmanski committed Mar 14, 2025
    Copy the full SHA
    f90952e View commit details
  7. samples: matter: add cluster extension

    Add cluster extension to manufacturer-specific sample and update
    custom cluster guide.
    
    Additionaly rename `NordicDevKitCluster` to `NordicDevKit`
    
    Signed-off-by: Maciej Baczmanski <maciej.baczmanski@nordicsemi.no>
    maciejbaczmanski committed Mar 14, 2025
    Copy the full SHA
    b0fe451 View commit details
  8. manifest: Enable DMIC test on nrf54l15

    tests: drivers: audio: dmic_api: Enable test execution on nrf54l15
    nrfconnect/sdk-zephyr#2325
    zephyrproject-rtos/zephyr#82436
    
    Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
    nordic-segl authored and rlubos committed Mar 14, 2025
    Copy the full SHA
    c4f10b9 View commit details
  9. samples: Unify the name of samples

    Samples should start with word `sample`.
    This commit unify name of samples.
    
    Signed-off-by: Katarzyna Giądła <katarzyna.giadla@nordicsemi.no>
    katgiadla authored and rlubos committed Mar 14, 2025
    Copy the full SHA
    d63e81e View commit details
  10. nrf_security: cracen: add l09 to dependencies for cracen lite

    Add l09 to dependencies for CRACEN_HW_VERSION_LITE
    
    Signed-off-by: Dag Erik Gjørvad <dag.erik.gjorvad@nordicsemi.no>
    degjorva authored and nordicjm committed Mar 14, 2025
    Copy the full SHA
    733f6fb View commit details
  11. nrf_security: cracen: add support for l09/l20 to ctr_drbg

    l09/l20 only supports a 16 bit ctr counter. As such
    we must reseed before this counter overflows, to avoid
    repeating blocks.
    Limited the max output for cracen lite boards and
    changed the reseed counter to depend on the amount of
    blocks given as input to support this
    
    Signed-off-by: Dag Erik Gjørvad <dag.erik.gjorvad@nordicsemi.no>
    degjorva authored and nordicjm committed Mar 14, 2025
    Copy the full SHA
    ffa68f5 View commit details
  12. nrf_security: cracen: kmu: Fix ecdsa public key import

    The ecdsa public key is 65 bytes long, but the kmu
    only supported keys up to 32 bytes.
    The first byte is Compact Binary Representation
    where only one option is supported so this is removed
    before storing and added back in when retrieved
    This means we only use 4 slots instead of 5 to store the key
    
    Fix bug in psa_crypto_driver_wrappers which meant kmu keys
    could not be used for sign and verify hash.
    
    Add support for storting  ecdsa keys using sha256 to the kmu
    
    Signed-off-by: Dag Erik Gjørvad <dag.erik.gjorvad@nordicsemi.no>
    degjorva authored and nordicjm committed Mar 14, 2025
    Copy the full SHA
    1d8a74c View commit details
  13. samples: bluetooth: add error message on overstay

    In case someone modifies the nrf_dm sample, he might increase the
    amount of time needed in the timeslot. If that is the case, the
    customer would just see an non-understandable MPSL assertion error.
    Improved this by printing an error message. There will still be an MPSL
    assertion, but hopefully with this people will know how to resolve it.
    
    Signed-off-by: Jan Müller <jan.mueller@nordicsemi.no>
    Tschet1 authored and rugeGerritsen committed Mar 14, 2025
    Copy the full SHA
    1110f8d View commit details
  14. samples: bluetooth: increase timeslot overhead

    When running on 52833, I observed that the sample could asser because
    of a timeslot overstay. Increase the requested timeslot length to avoid
    the assert.
    
    Signed-off-by: Jan Müller <jan.mueller@nordicsemi.no>
    Tschet1 authored and rugeGerritsen committed Mar 14, 2025
    Copy the full SHA
    b2ec18e View commit details
  15. doc: tfm: update images

    Updated images that included outdated information.
    NCSDK-32262.
    
    Signed-off-by: Grzegorz Ferenc <Grzegorz.Ferenc@nordicsemi.no>
    greg-fer authored and rlubos committed Mar 14, 2025
    Copy the full SHA
    a196166 View commit details
  16. doc: kmu_provision: update nrfjprog to nrfutil

    Removed the mention of nrfjprog and updated the nrfutil one.
    Suggested by @evenl in PR nrfconnect#20920.
    
    Signed-off-by: Grzegorz Ferenc <Grzegorz.Ferenc@nordicsemi.no>
    greg-fer authored and rlubos committed Mar 14, 2025
    Copy the full SHA
    bfd3415 View commit details
  17. samples: cellular: lte_ble_gateway: Add IPv4 support to LTE BLE gateway

    Add CONFIG_NET_IPV4=y to prj.conf to support IPv4 in the LTE BLE gateway
    sample.
    
    Signed-off-by: Einar Thorsrud <einar.thorsrud@nordicsemi.no>
    einarthorsrud authored and rlubos committed Mar 14, 2025
    Copy the full SHA
    4cba1bf View commit details
  18. test-spec: Add global exclude

    Do not run downstream jobs if only VERSION or .rst files changed
    
    Signed-off-by: Jan Gałda <jan.galda@nordicsemi.no>
    jangalda-nsc committed Mar 14, 2025
    Copy the full SHA
    fe060d6 View commit details
  19. manifest: Update sdk-find-my revision (auto-manifest PR)

    Automatically created by Github Action
    
    Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
    NordicBuilder authored and kapi-no committed Mar 14, 2025
    Copy the full SHA
    e133c72 View commit details
  20. net: nrf_provisioning: Add block2 option to a CoAP request

    Add block2 option to a CoAP GET request. This suggests the maximum
    block size to the server when blockwise transfer is required.
    
    Signed-off-by: Juha Ylinen <juha.ylinen@nordicsemi.no>
    juhaylinen authored and SeppoTakalo committed Mar 14, 2025
    Copy the full SHA
    174e2cf View commit details

Commits on Mar 17, 2025

  1. doc: matter: fix clusterExtension tab name

    rename `<cluster>` to `<clusterExtension>`
    
    Signed-off-by: Maciej Baczmanski <maciej.baczmanski@nordicsemi.no>
    maciejbaczmanski committed Mar 17, 2025
    Copy the full SHA
    bb224c6 View commit details
  2. samples: matter: Remove unused code

    Remove old code handling clearing users/credentials from fabric as it's
    unused and not spec compilant.
    
    Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
    adigie authored and nordicjm committed Mar 17, 2025
    Copy the full SHA
    f8802b0 View commit details
  3. samples: matter: Implement factory reset for persistent storage

    Handle factory reset for secure/non-secure configurations.
    
    Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
    adigie authored and nordicjm committed Mar 17, 2025
    Copy the full SHA
    509b492 View commit details
  4. samples: matter: lock: Handle factory reset event

    * Add `FactoryReset` method to `BoltAccessManager`, `AccessManager` and
    `AccessStorage`.
    * Register application factory reset handler.
    
    Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
    adigie authored and nordicjm committed Mar 17, 2025
    Copy the full SHA
    fb5c1a6 View commit details
  5. applications: matter_bridge: Add constants for storage prefixes

    Add constatnts for storage prefixes.
    
    Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
    adigie authored and nordicjm committed Mar 17, 2025
    Copy the full SHA
    2e2f269 View commit details
  6. applications: matter_bridge: Handle factory reset event

    * Add `FactoryReset` method to `BridgeStorageManager`.
    * Register application factory reset handler.
    
    Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
    adigie authored and nordicjm committed Mar 17, 2025
    Copy the full SHA
    849e6b7 View commit details
  7. samples: matter: Handle factory reset event in matter_event_handler

    Invoke `GroupDataProviderImpl::WillBeFactoryReset` from factory reset
    handler instead before each `ScheduleFactoryReset`.
    
    Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
    adigie authored and nordicjm committed Mar 17, 2025
    Copy the full SHA
    1e9358b View commit details
  8. manifest: Update sdk-connectedhomeip revision

    Update sdk-connectedhomeip revision
    
    Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
    adigie authored and nordicjm committed Mar 17, 2025
    Copy the full SHA
    0f3cdd9 View commit details
  9. doc: matter: Mention new kFactoryReset event in release notes

    Mention `kFactoryReset` event in `Matter fork` section.
    
    Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
    adigie authored and nordicjm committed Mar 17, 2025
    Copy the full SHA
    a9d1004 View commit details
  10. Bluetooth: Samples: Fix indent in Peripheral HR Coded sample

    The line for the advertising option BT_LE_ADV_OPT_REQUIRE_S8_CODING
    was overindented. This commit fixes the indent to align with the
    other advertising options.
    
    Signed-off-by: Thomas Deppe <thomas.deppe@nordicsemi.no>
    Thomas-Deppe authored and nordicjm committed Mar 17, 2025
    Copy the full SHA
    2d2264f View commit details
  11. doc: tfm: add overview of PSA Certified API

    Added a new page about the PSA Certified API overview to the TF-M
    documentation. The page is based on a DevZone blog.
    NCSDK-32263.
    
    Signed-off-by: Grzegorz Ferenc <Grzegorz.Ferenc@nordicsemi.no>
    Signed-off-by: Sigurd Hellesvik <Sigurd.Hellesvik@nordicsemi.no>
    greg-fer authored and rlubos committed Mar 17, 2025
    Copy the full SHA
    f568363 View commit details
  12. doc: KMU provisioning: update nRF Util command

    Updated the name of the nRF Util command used to provision keys
    on nRF54H/L devices. NRFU-1450.
    
    Signed-off-by: Grzegorz Ferenc <Grzegorz.Ferenc@nordicsemi.no>
    greg-fer authored and nvlsianpu committed Mar 17, 2025
    Copy the full SHA
    41a9335 View commit details
  13. tests: zephyr: drivers: spi: stop testing L20

    Already tested at sdk-zephyr.
    
    Signed-off-by: Piotr Kosycarz <piotr.kosycarz@nordicsemi.no>
    nordic-piks committed Mar 17, 2025
    Copy the full SHA
    7b079c3 View commit details
  14. tests: samples: drivers: adc: add support for L20 and L09

    Based on zephyr.
    
    Signed-off-by: Piotr Kosycarz <piotr.kosycarz@nordicsemi.no>
    nordic-piks committed Mar 17, 2025
    Copy the full SHA
    be7d5bd View commit details
  15. bootloader: NSIB writes lock

    Generate BOOTCONF contents to hex file and merge it.
    
    Signed-off-by: Mateusz Michalek <mateusz.michalek@nordicsemi.no>
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    michalek-no authored and nordicjm committed Mar 17, 2025
    Copy the full SHA
    1057f55 View commit details
  16. manifest: Update sdk-zephyr revision (auto-manifest PR)

    Automatically created by Github Action
    
    Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
    NordicBuilder authored and lemrey committed Mar 17, 2025
    Copy the full SHA
    27c4c84 View commit details
  17. CODEOWNERS: Group for modem related people in Tampere

    Added a group for people in Tampere (Finland) working for modem related
    libraries and samples, such as modem shell sample and Location library,
    LTE link control library, SMS library and date_time library.
    
    Signed-off-by: Tommi Rantanen <tommi.rantanen@nordicsemi.no>
    trantanen authored and rlubos committed Mar 17, 2025
    Copy the full SHA
    07887ff View commit details
  18. manifest: Update sdk-connectedhomeip revision (auto-manifest PR)

    Automatically created by Github Action
    
    Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
    NordicBuilder authored and ArekBalysNordic committed Mar 17, 2025
    Copy the full SHA
    ac06821 View commit details
  19. lib: app_jwt: add an app core jwt generator and add a sample for usage

    Ref: NRFX-6688
    
    Signed-off-by: Aymen LAOUINI <aymen.laouini@nordicsemi.no>
    ayla-nordicsemi authored and rlubos committed Mar 17, 2025
    Copy the full SHA
    1fa1141 View commit details
  20. manifest: Update sdk-nrfxlib revision (auto-manifest PR)

    Automatically created by Github Action
    
    Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
    NordicBuilder authored and hermabe committed Mar 17, 2025
    Copy the full SHA
    1206ba5 View commit details
  21. samples: DTM: Avoid adding upper bits to length for vendor specific p…

    …ackets
    
    Fix VS packet bug in DTM when upper bits are set.
    
    Signed-off-by: Jørgen Holmefjord <jorgen.holmefjord@nordicsemi.no>
    jorhol authored and pdunaj committed Mar 17, 2025
    Copy the full SHA
    ebfb9d2 View commit details
  22. samples: radio_test: Increase shell backend RX buffer size

    Increase SHELL_BACKEND_SERIAL_ASYNC_RX_BUFFER_SIZE to allow
    for commands to be executed back-to-back, for instance via
    pasting several lines of configuration at once.
    
    Signed-off-by: Håkon Alseth <haal@nordicsemi.no>
    Rallare authored and pdunaj committed Mar 17, 2025
    Copy the full SHA
    a2672fe View commit details
  23. codeowners: Move the ncs-sbom command to Vestavind

    The ncs-sbom command was originally developed and maintained by the SI
    team, but Vestavind is taking over its maintenance.
    
    Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
    carlescufi committed Mar 17, 2025
    Copy the full SHA
    4732c22 View commit details
Loading