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

samples: dect: add simple sample #136

Closed
wants to merge 823 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Apr 23, 2024

  1. Bluetooth: Controller: Add support for vendor specific commands

    1. SDC_HCI_OPCODE_CMD_VS_SCAN_CHANNEL_MAP_SET
    This command can be used to set the primary advertising
    channels that should be used for scanning and initiating.
    
    2. SDC_HCI_OPCODE_CMD_VS_SCAN_ACCEPT_EXT_ADV_PACKETS_SET
    This command enables/disables processing of extended advertising
    PDUs.
    
    Signed-off-by: Johan Stridkvist <johan.stridkvist@nordicsemi.no>
    jostn authored and rlubos committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    8fdd623 View commit details
    Browse the repository at this point in the history
  2. kconfig: openthread: nrf54L CSL parameters adjustments.

    Commit sets adjusted values for `OPENTHREAD_PLATFORM_CSL_UNCERT` and
    `IEEE802154_NRF5_DELAY_TRX_ACC`.
    
    Signed-off-by: Przemyslaw Bida <przemyslaw.bida@nordicsemi.no>
    canisLupus1313 authored and rlubos committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    70fed93 View commit details
    Browse the repository at this point in the history
  3. doc: add nrf53 features page

    Add a Features of nRF53 Series page
    
    Signed-off-by: Katherine Depa <katherine.depa@nordicsemi.no>
    Katherine Depa authored and rlubos committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    3f2b93a View commit details
    Browse the repository at this point in the history
  4. sdfw_services: Add SUIT service

    Add service for managing SUIT-based updates.
    
    Ref: NCSDK-26629
    
    Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
    tomchy authored and rlubos committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    1d73de1 View commit details
    Browse the repository at this point in the history
  5. doc: include ns target in board name rst

    adds ns target based on crypto samples.
    
    Signed-off-by: Anna Wojdylo <anna.wojdylo@nordicsemi.no>
    annwoj authored and cvinayak committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    5bbe994 View commit details
    Browse the repository at this point in the history
  6. Bluetooth: Mesh: Fix handling of uninitialized values in Sensor

    This fixes a few bugs where cadence-related functions would attempt to
    work with uninitalized sensor values causing null pointer dereferencing.
    
    This makes it so that:
     * Cadence updates before cadence is initialized are ignored
     * The first delta check before any `prev` value is available will
       always return `true`.
    
    Also adds a null check to `bt_mesh_sensor_value_get_status` by using the
    API function for float conversion (which already does a NULL check)
    instead of the bare type callback function.
    
    Signed-off-by: Ludvig Jordet <ludvig.jordet@nordicsemi.no>
    ludvigsj authored and cvinayak committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    589dbc0 View commit details
    Browse the repository at this point in the history
  7. manifest: Update suit-processor revision

    Use suit-processor revision, compatible with ZCBOR 0.8.1.
    
    Ref: NCSDK-26629
    
    Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
    tomchy authored and rlubos committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    f555303 View commit details
    Browse the repository at this point in the history
  8. tests: suit: Enable unit tests

    Enable SUIT subsystem unit tests.
    
    Ref: NCSDK-26629
    
    Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
    tomchy authored and rlubos committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    015adc2 View commit details
    Browse the repository at this point in the history
  9. manifest: Update zephyr revision

    Pull in a fix in pinctrl that prevents the nrf_qspi_nor driver from
    failing to initialize when the flash chip is configured to work in
    non-Quad mode.
    
    Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
    anangl committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    e4bb53a View commit details
    Browse the repository at this point in the history
  10. modules: hostap: Add support for WPA Auto security

    Support WPA Auto security mode wherein supplicant can
    implicitly choose the highest security among WPA, WPA2
    and WPA3 for association with a network based on network support.
    
    Fixes SHEL-1131.
    
    Signed-off-by: Ravi Dondaputi <ravi.dondaputi@nordicsemi.no>
    rado17 authored and rlubos committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    4a7cc0e View commit details
    Browse the repository at this point in the history
  11. doc: wifi: Update description for connect command

    The `connect` command has been updated to take key-value style
    arguments. Update the description to include this information.
    
    Fixes SHEL-2699.
    
    Signed-off-by: Ravi Dondaputi <ravi.dondaputi@nordicsemi.no>
    rado17 authored and rlubos committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    7e3b7e0 View commit details
    Browse the repository at this point in the history
  12. doc: Update changelog for Wi-Fi connect command update

    Add changelog entry for the changes done to `wifi connect`
    command.
    
    Signed-off-by: Ravi Dondaputi <ravi.dondaputi@nordicsemi.no>
    rado17 authored and rlubos committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    048d6f7 View commit details
    Browse the repository at this point in the history
  13. applications: nrf_desktop: Fix LED labels on nRF52840DK

    Change fixes labels of "Num Lock" and "Caps Lock" LEDs.
    
    Signed-off-by: Marek Pieta <Marek.Pieta@nordicsemi.no>
    MarekPieta authored and rlubos committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    b57fa5d View commit details
    Browse the repository at this point in the history
  14. doc: add 0.7.0 revision

    added build target informatio for 070.
    
    Signed-off-by: Anna Wojdylo <anna.wojdylo@nordicsemi.no>
    annwoj authored and rlubos committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    82dc315 View commit details
    Browse the repository at this point in the history
  15. doc: add nRF54l5 features doc

    added features rst file
    
    Signed-off-by: Anna Wojdylo <anna.wojdylo@nordicsemi.no>
    annwoj authored and rlubos committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    dccfcb4 View commit details
    Browse the repository at this point in the history
  16. doc: fix links to Matter resource kit

    CSA has changed the structure of their website.
    This fixes the affected links in our documentation.
    
    KRKNWK-18898
    
    Signed-off-by: Wille Backman <wille.backman@nordicsemi.no>
    wiba-nordic authored and rlubos committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    bf3b1c3 View commit details
    Browse the repository at this point in the history
  17. samples: matter: Reduce some flash size for memory profiling.

    - Disabled some CHIP logs when memory profiling is enabled.
    - Enabled Shell minimal for light bulb memory profiling twister
    build.
    
    Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
    ArekBalysNordic authored and LuDuda committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    ea2e15a View commit details
    Browse the repository at this point in the history
  18. samples: matter: Added nRF54L15 0.3.0 to rest Matter samples.

    - Added nrf54l15pdk v0.3.0 build target to Light Switch
    and Thermostat Matter samples.
    
    Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
    ArekBalysNordic authored and LuDuda committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    cb9a93c View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. doc: Matter bridge: More missing Kconfigs

    A couple of application-specific Kconfigs got left out from
    the previous batch.
    
    Signed-off-by: Wille Backman <wille.backman@nordicsemi.no>
    wiba-nordic authored and rlubos committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    54cd6ed View commit details
    Browse the repository at this point in the history
  2. bt: kconfig: Support BT_CTLR_ECDH_LIB_OBERON with TFM

    Support BT_CTLR_ECDH_LIB_OBERON with TFM and with an "OBERON_BACKEND".
    
    I don't see why this shouldn't be supported.
    
    Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
    SebastianBoe authored and rlubos committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    35059d3 View commit details
    Browse the repository at this point in the history
  3. applications: Refactored Matter bridge storage implementation

    Refactored Matter bridge storage implementation to use different
    data structure with a fewer keys what allowed to use ~2.5 times
    less memory. Additonally, provided a mechanism that detects
    currently used structure version and migrates data from the older
    structure to ensure backward-compatibility.
    
    Signed-off-by: Kamil Kasperczyk <kamil.kasperczyk@nordicsemi.no>
    kkasperczyk-no authored and rlubos committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    076733b View commit details
    Browse the repository at this point in the history
  4. applications: nrf_desktop: add nRF54L15 PDK revision 0.3.0 to YAML

    Added the nRF54L15 PDK revision 0.3.0 to the nRF Desktop application
    YAML file according to the configuration for supported nRF Desktop
    targets.
    
    Signed-off-by: Kamil Piszczek <Kamil.Piszczek@nordicsemi.no>
    kapi-no authored and rlubos committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    da599ec View commit details
    Browse the repository at this point in the history
  5. samples: benchmark: coremark: add nRF54L15 PDK rev. 0.3.0 to YAML

    Added the nRF54L15 PDK revision 0.3.0 to the CoreMark sample YAML file
    to indicate support for this target in the Readme file and to validate
    build regression for this target in CI.
    
    Signed-off-by: Kamil Piszczek <Kamil.Piszczek@nordicsemi.no>
    kapi-no authored and rlubos committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    fb22ad1 View commit details
    Browse the repository at this point in the history
  6. samples: bluetooth: fast_pair: add nRF54L15 PDK rev. 0.3.0 to YAML

    Added the nRF54L15 PDK revision 0.3.0 to the Fast Pair Input Device
    sample YAML file to indicate support for this target in the Readme file
    and to validate build regression for this target in CI.
    
    Signed-off-by: Kamil Piszczek <Kamil.Piszczek@nordicsemi.no>
    kapi-no authored and rlubos committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    fa4dd64 View commit details
    Browse the repository at this point in the history
  7. manifest: update Find My revision

    Updated Find My revision to include documentation and CI support for
    nRF54L15 PDK revision 0.3.0 in Find My projects.
    
    Signed-off-by: Kamil Piszczek <Kamil.Piszczek@nordicsemi.no>
    kapi-no authored and rlubos committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    bd69b6c View commit details
    Browse the repository at this point in the history
  8. applications: nrf5340_audio: Handle multiple unicast servers

    - Remove hard coded index for headsets according to location
    - Able to connect to multiple left/right/mono devices
    - Set channel for unicast_server from main
    - Remove hard-coded dependencies on BT_RX
    - Check both sink and source stream states
    - Choose direction to start/stop for unicast
    - OCT-2984
    
    Signed-off-by: Alexander Svensen <alexander.svensen@nordicsemi.no>
    alexsven authored and rlubos committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    efcf62c View commit details
    Browse the repository at this point in the history
  9. doc: fixing Kconfig option links

    Added sample-specific Kconfig options and links
    to them.
    
    Signed-off-by: Pekka Niskanen <pekka.niskanen@nordicsemi.no>
    peknis authored and rlubos committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    11efa67 View commit details
    Browse the repository at this point in the history
  10. net: lwm2m_client_utils: Fix LAC reporting on ConnMonn v1.3

    Fix reporting on Connection Monitor object version 1.3.
    
    Signed-off-by: Seppo Takalo <seppo.takalo@nordicsemi.no>
    SeppoTakalo authored and rlubos committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    b278160 View commit details
    Browse the repository at this point in the history
  11. net: lwm2m_client_utils: Update Location timestamp on Ground Fix

    When we received ground fix location, update the timestamp of
    location object as well.
    
    Signed-off-by: Seppo Takalo <seppo.takalo@nordicsemi.no>
    SeppoTakalo authored and rlubos committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    1e7eec5 View commit details
    Browse the repository at this point in the history
  12. manifest: matter: pull fix for insufficient resources

    This commit increases number of available packet buffers in the system.
    
    Signed-off-by: Łukasz Duda <lukasz.duda@nordicsemi.no>
    LuDuda committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    d1bbe33 View commit details
    Browse the repository at this point in the history
  13. samples: matter: Make the max length storage asset key configurable.

    * Introduced the CONFIG_NCS_SAMPLE_MATTER_SECURE_STORAGE_MAX_KEY_LEN
      option to control the maximum length of the key under which
      an asset can be written to the persistent storage.
    * Increased the max storage asset key length from 16 to 18 bytes
      to match Matter bridge requirements.
    * Updated docs.
    
    Signed-off-by: Marcin Kajor <marcin.kajor@nordicsemi.no>
    markaj-nordic authored and rlubos committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    bcae075 View commit details
    Browse the repository at this point in the history
  14. samples: bluetooth: Add support for nRF54h20

    Add support in all possible BLE samples
    for nRF54h20 target.
    
    NCSDK-26888
    
    Signed-off-by: Kamil Gawor <Kamil.Gawor@nordicsemi.no>
    KAGA164 authored and rlubos committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    d0e7a42 View commit details
    Browse the repository at this point in the history
  15. samples: location: Add Thingy:91 X support

    This patch adds support for the Thingy:91 X board
    to the location library sample.
    
    Signed-off-by: Maximilian Deubel <maximilian.deubel@nordicsemi.no>
    maxd-nordic authored and carlescufi committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    e9d0637 View commit details
    Browse the repository at this point in the history
  16. applications: asset_tracker_v2: Enable WiFi for Thingy:91 X

    This patch enables Wi-Fi as a location method for the Thingy:91 X
    in the asset tracker.
    
    Signed-off-by: Maximilian Deubel <maximilian.deubel@nordicsemi.no>
    maxd-nordic authored and carlescufi committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    8efac19 View commit details
    Browse the repository at this point in the history
  17. drivers: wifi: nrf700x: Add board specific start and stop functions

    This patch adds board specific start and stop functions for the nrf700x
    driver.
    
    Signed-off-by: Maximilian Deubel <maximilian.deubel@nordicsemi.no>
    maxd-nordic authored and carlescufi committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    b447e4c View commit details
    Browse the repository at this point in the history
  18. boards: thingy91x_nrf9151: Add wifi optimization features

    This patch adds start and stop functions for the wifi driver
    and fixes handling of the wifi regulators for the Thingy91x.
    
    Signed-off-by: Maximilian Deubel <maximilian.deubel@nordicsemi.no>
    maxd-nordic authored and carlescufi committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    c6f31b6 View commit details
    Browse the repository at this point in the history
  19. lib: location: scan_wifi: Add net_if up and down

    This patch invokes net_if up and down calls for wifi scanning to
    enable power management for the wifi interface.
    
    Signed-off-by: Maximilian Deubel <maximilian.deubel@nordicsemi.no>
    maxd-nordic authored and carlescufi committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    da707dc View commit details
    Browse the repository at this point in the history
  20. doc: test_and_optimize: running unit tests page

    Moved information about running unit tests to a new page.
    NCSDK-22325.
    
    Signed-off-by: Grzegorz Ferenc <Grzegorz.Ferenc@nordicsemi.no>
    greg-fer authored and rlubos committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    76ed796 View commit details
    Browse the repository at this point in the history
  21. hw_unique_key: Disable for nRF54L + mimnimal TF-M

    Disable the hardware unique key library for the TF-M
    minimal build with nRF54L since it overflows the flash
    partition for minimal profile (32K).
    
    Signed-off-by: Georgios Vasilakis <georgios.vasilakis@nordicsemi.no>
    Vge0rge authored and rlubos committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    794ca6b View commit details
    Browse the repository at this point in the history
  22. esb: Enable fast radio channel switching for nRF54H20

    Adds fast radio channel switching.
    Allows the radio channel to be changed in RX radio mode
    without the need to switch the radio to DISABLE mode.
    
    Ref: NCSDK-25942
    
    Signed-off-by: Marcin Jelinski <marcin.jelinski@nordicsemi.no>
    maje-emb authored and rlubos committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    8db89aa View commit details
    Browse the repository at this point in the history
  23. samples: esb: Update sample.yml

    Adds CONFIG_ESB_FAST_CHANNEL_SWITCHING=y
    for the fast_switching test case.
    
    Ref: Ref: NCSDK-25942
    
    Signed-off-by: Marcin Jelinski <marcin.jelinski@nordicsemi.no>
    maje-emb authored and rlubos committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    c351473 View commit details
    Browse the repository at this point in the history
  24. Bluetooth: Mesh: Point to point and Mesh DFU

    Adding point to point DFU together with Mesh DFU
    so the point to point DFU can be used as a fallback
    solution.
    
    Signed-off-by: Ingar Kulbrandstad <ingar.kulbrandstad@nordicsemi.no>
    Balaklaka authored and rlubos committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    25161e8 View commit details
    Browse the repository at this point in the history
  25. applications: nrf5340_audio: Fix doc build

    - Remove parameters that are not used in led.h
    - Document missing parameters
    - OCT-3003
    
    Signed-off-by: Alexander Svensen <alexander.svensen@nordicsemi.no>
    alexsven authored and rlubos committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    c9fa266 View commit details
    Browse the repository at this point in the history
  26. suit: Migrate subsys code to the ZCBOR 0.8.1

    Migrate SUIT subsys code base to be compatible with ZCBOR 0.8.1.
    
    Ref: NCSDK-26629
    
    Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
    tomchy authored and rlubos committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    fe47430 View commit details
    Browse the repository at this point in the history
  27. WORKAROUND: Parse noncanonical structures manually

    Add functions to parse the non-canonical ZCBOR map and BSTR regardless
    of the ZCBOR_CANONICAL define.
    
    Ref: NCSDK-26629
    
    Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
    tomchy authored and rlubos committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    162b48a View commit details
    Browse the repository at this point in the history
  28. mgmt: Migrate suitfu code to the ZCBOR 0.8.1

    Migrate SUIT FW-Update service code to be compatible with ZCBOR 0.8.1.
    
    Ref: NCSDK-26629
    
    Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
    tomchy authored and rlubos committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    687de1d View commit details
    Browse the repository at this point in the history
  29. tests: suit: Enable integration tests

    Add missing overlays and testcase.yaml files to enable SUIT subsystem
    tests in NCS.
    
    Ref: NCSDK-26629
    
    Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
    tomchy authored and rlubos committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    c72f9c8 View commit details
    Browse the repository at this point in the history
  30. suit: Use SUIT_PLATFORM_VARIANT for SDFW parts

    Replace all non-existing symbols with one of the SUIT_PLATFORM_VARIANT_*
    Kconfigs.
    
    Ref: NCSDK-26629
    
    Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
    tomchy authored and rlubos committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    6799f79 View commit details
    Browse the repository at this point in the history
  31. suit: Use SOC_SOC_SERIES_NRF54HX

    The SOC_NRF54H20 Kconfig is temporarily disabled for nRF54 build in
    SDFW.
    
    Ref: NCSDK-26629
    
    Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
    tomchy authored and rlubos committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    c771bd0 View commit details
    Browse the repository at this point in the history
  32. suit: Define SUIT_PLAT_INTERNAL_NVM_DEV

    Define a common symbol for accessing internal NVM zephyr driver.
    
    Ref: NCSDK-26629
    
    Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
    tomchy authored and rlubos committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    5fab8bb View commit details
    Browse the repository at this point in the history
  33. suit: Remove unused Kconfig

    Remove SUIT_STREAM_SINK_EXTMEM_ADDRESS_RANGE_START and
    SUIT_STREAM_SINK_EXTMEM_ADDRESS_RANGE_SIZE. Those symbols were replaced
    by the memory layout library.
    
    Ref: NCSDK-26629
    
    Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
    tomchy authored and rlubos committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    e73af84 View commit details
    Browse the repository at this point in the history
  34. manifest: Update sdk-nrfxlib revision (auto-manifest PR)

    Automatically created by Github Action
    
    Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
    NordicBuilder authored and rlubos committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    b73cd32 View commit details
    Browse the repository at this point in the history
  35. doc: SML table fix for 54H maturity

    Fixed SML table for 54L.
    
    Signed-off-by: Francesco Domenico Servidio <francesco.servidio@nordicsemi.no>
    FrancescoSer authored and rlubos committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    658f998 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. 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 cvinayak committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    ed5e95c View commit details
    Browse the repository at this point in the history
  2. samples: Add nRF54l15 0.3.0 rev in sample yaml files

    Add entry about support for nrf54l15dk_nrf54l15_cpuapp@0.3.0
    revision in all samples yaml files that support it.
    
    NCSDK-27224
    
    Signed-off-by: Kamil Gawor <Kamil.Gawor@nordicsemi.no>
    KAGA164 authored and cvinayak committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    3e34abf View commit details
    Browse the repository at this point in the history
  3. manifest: update sdk-zephyr

    Pull inn update of RC accuracy nRF devices.
    
    Signed-off-by: Martin Tverdal <martin.tverdal@nordicsemi.no>
    martintv authored and gmarull committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    1686a64 View commit details
    Browse the repository at this point in the history
  4. doc: update doc for 2.6.99-cs1 release

    Release notes and other related files.
    Including files for 2.5.3 and 2.6.1.
    
    Signed-off-by: Bartosz Gentkowski <bartosz.gentkowski@nordicsemi.no>
    b-gent authored and cvinayak committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    00a082b View commit details
    Browse the repository at this point in the history
  5. version: update VERSION to 2.6.99-cs1

    VERSION 2.6.99-cs1
    
    Signed-off-by: Vinayak Kariappa Chettimada <vinayak.kariappa.chettimada@nordicsemi.no>
    cvinayak committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    eb5b1ad View commit details
    Browse the repository at this point in the history
  6. version: Update VERSION to 2.6.99

    Update VERSION to 2.6.99 after 2.6.99-cs1 release.
    
    Signed-off-by: Vinayak Kariappa Chettimada <vinayak.kariappa.chettimada@nordicsemi.no>
    cvinayak committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    c56103a View commit details
    Browse the repository at this point in the history
  7. doc: post-release doc update after 2.6.99-cs1

    Standard post-release changes in docs.
    
    Signed-off-by: Bartosz Gentkowski <bartosz.gentkowski@nordicsemi.no>
    b-gent authored and cvinayak committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    aabbfae View commit details
    Browse the repository at this point in the history
  8. net: lib: nrf_cloud: add config option to control anchor parsing

    Add Kconfig option NRF_CLOUD_LOCATION_PARSE_ANCHORS to control
    if the anchor names are parsed from the location response data.
    IRIS-8813
    
    Signed-off-by: Justin Morton <justin.morton@nordicsemi.no>
    jayteemo authored and rlubos committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    ffa6d6a View commit details
    Browse the repository at this point in the history
  9. manifest: Pulled fix for mcuboot configuration in Matter

    Updated Matter manifest version to pull the mcuboot
    configuration fix that does not allo to change external flash
    backends between SPI and QSPI (and opposite).
    
    Signed-off-by: Kamil Kasperczyk <kamil.kasperczyk@nordicsemi.no>
    kkasperczyk-no authored and rlubos committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    0942647 View commit details
    Browse the repository at this point in the history
  10. manifest: oberon-core: Add ECC key checks

    Add plausibility checks for ECC keys
    
    Ref: NCSDK-24820
    
    Signed-off-by: Markus Swarowsky <markus.swarowsky@nordicsemi.no>
    mswarowsky authored and rlubos committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    95d542a View commit details
    Browse the repository at this point in the history
  11. manifest: tf-m: Add LFXO and CTRL-AP support on 54L

    54L
    Configuring XL1 and XL2 Pin, which are needed for
    low-frequency crystal oscillator (LFXO)
    
    Also taking the CTRL-AP config from UICR
    
    53: Only configure the XL1 and XL2 pin if CONFIG_SOC_ENABLE_LFXO
    is enabled. This option doesn't exist on 54L.
    
    Ref: NCSDK-26595
    Ref: NCSDK-25047
    Ref: NCSDK-20678
    
    Signed-off-by: Markus Swarowsky <markus.swarowsky@nordicsemi.no>
    mswarowsky authored and rlubos committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    d05e624 View commit details
    Browse the repository at this point in the history
  12. cracen: Update copyright header

    Update copyright headers for Cracen related code. Nordic Semiconductor
    fully owns this IP.
    
    Signed-off-by: Vidar Lillebø <vidar.lillebo@nordicsemi.no>
    vili-nordic authored and rlubos committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    29aa21f View commit details
    Browse the repository at this point in the history
  13. 54l: ns: Copy BT_CTRL configuration from secure board

    The non-secure board has copied DT and Kconfig sources from the secure
    board and must be regularly updated.
    
    This patch fixes an issue with BT.
    
    Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
    SebastianBoe authored and rlubos committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    ed51e17 View commit details
    Browse the repository at this point in the history
  14. 54l: Update ns board with patches from the secure board

    The ns board has code that is copied from the secure board and must be
    regularly updated to keep the two copies in sync.
    
    Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
    SebastianBoe authored and rlubos committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    1123cca View commit details
    Browse the repository at this point in the history
  15. 54l: ns: Fix the ns board configuration wrt. grtc IRQs

    nrfx has hardcoded in nrf_grtc.h that ns should use GRTC_1, which
    corresponds to irq 227. And that secure should use 228.
    
    So we change the IRQ in the non-secure board from 228 to 227.
    
    Also, add 229 which is used by mpsl, this change corresponds to a
    patch that already exists in the secure board's DT.
    
    Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
    SebastianBoe authored and rlubos committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    3548f2d View commit details
    Browse the repository at this point in the history
  16. 54l: ns: add child-owned-channels to the grtc DT configuration

    add child-owned-channels to the grtc DT configuration. This patch has
    already been applied to the secure board and this patch makes the
    non-secure and secure board become in-sync.
    
    It is related to BT I believe.
    
    Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
    SebastianBoe authored and rlubos committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    241e85a View commit details
    Browse the repository at this point in the history
  17. manifest: openthread: update to ade9c2b

    Regular OpenThread update to `ade9c2b`
    
    Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
    NordicBuilder authored and rlubos committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    6662075 View commit details
    Browse the repository at this point in the history
  18. tests: suit: Remove labels from DTS overlays

    Labes on partiions in NCS are nor needed nor allowed on all platforms.
    
    Ref: NCSDK-NONE
    
    Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
    tomchy authored and rlubos committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    c73e800 View commit details
    Browse the repository at this point in the history
  19. net: lib: wifi_cred: Add wpa-psk security support

    [SHEL-2247] Add wpa-psk security support for wifi_mgmt_ext.
    It required for old AP connection.
    
    Signed-off-by: Kapil Bhatt <kapil.bhatt@nordicsemi.no>
    kapbh authored and rlubos committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    b77b1fe View commit details
    Browse the repository at this point in the history
  20. doc: nrf: networking: Add wpa-psk security doc

    [SHEL-2247] Add wpa-psk security support in doc
    of wifi_mgmt_ext.
    
    Signed-off-by: Kapil Bhatt <kapil.bhatt@nordicsemi.no>
    kapbh authored and rlubos committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    3dd66ad View commit details
    Browse the repository at this point in the history
  21. doc: Update changelog for Wi-Fi WPA-PSK security add

    Update change log entry for security WPA-PSK added
    to the wifi_mgmt_ext.
    
    Signed-off-by: Kapil Bhatt <kapil.bhatt@nordicsemi.no>
    kapbh authored and rlubos committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    ff1bbbe View commit details
    Browse the repository at this point in the history
  22. cracen: Basic thread-safety

    Makes cracen driver entry points callable from multiple threads.
    
    Signed-off-by: Vidar Lillebø <vidar.lillebo@nordicsemi.no>
    vili-nordic authored and rlubos committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    22a843a View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. tools: Add qemu and libffi to docker image

    qemu is required to run twister tests.
    libffi7 is needed when toolchain is installed on Ubuntu 22
    
    Signed-off-by: Jan Gałda <jan.galda@nordicsemi.no>
    jangalda-nsc authored and cvinayak committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    a1c26d8 View commit details
    Browse the repository at this point in the history
  2. public docker: Load toolchain environment

    Fix issues while running docker container in CI systems like Github
    Actions or Jenkins.
    
    Signed-off-by: Jan Gałda <jan.galda@nordicsemi.no>
    jangalda-nsc authored and cvinayak committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    31be6bd View commit details
    Browse the repository at this point in the history
  3. samples: crypto: Added nrf54l15-ns for persistent_key_usage

    Added nrf54l15pdk_nrf54l15_cpuapp_ns to persistent_key_usage sample.yaml
    
    Signed-off-by: Stephen Kingston <stephen.kingston@nordicsemi.no>
    stephen-nordic authored and cvinayak committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    7bcff7d View commit details
    Browse the repository at this point in the history
  4. manifest: sdk-nrfxlib: Pull nRF70 patch update rev#11df71029cc

    Update nRF70 firmware patch.
    
    Signed-off-by: Karun Kumar Eagalapati <karun.kumar@nordicsemi.no>
    karun2796 authored and cvinayak committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    9ed228b View commit details
    Browse the repository at this point in the history
  5. drivers: wifi: Set RTS threshold

    [SHEL-2307] Configure RTS threshold to firmware.
    
    Signed-off-by: Ajay Parida <ajay.parida@nordicsemi.no>
    ajayparida authored and rlubos committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    45563e9 View commit details
    Browse the repository at this point in the history
  6. doc: wifi: replace gsg links to developing ug

    Replaced the Getting Started page links
    to Developing with nRF70 Series page
    for nRF70 Series devices in the
    sample_board_rows.txt.
    
    Signed-off-by: Richa Pandey <richa.pandey@nordicsemi.no>
    richabp authored and rlubos committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    a5b430e View commit details
    Browse the repository at this point in the history
  7. driver: wifi: Make WPA supplicant regulatory aware

    [SHEL-2661] If regulatory set is called before WPA supplicant
    is initialized, then as NM is not registered the calls gets
    re-routed to driver directly skipping WPA supplicant. In that
    case, the command should be failed at driver.
    
    Signed-off-by: Ajay Parida <ajay.parida@nordicsemi.no>
    ajayparida authored and rlubos committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    79fc8fc View commit details
    Browse the repository at this point in the history
  8. tests: suit: Increase stack size

    Increase stack size in orchestrator tests.
    
    Ref: NCSDK-NONE
    
    Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
    tomchy authored and cvinayak committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    81bf056 View commit details
    Browse the repository at this point in the history
  9. suit: aligned to new storage node names in dts

    The names were changed in dts to match the new convention,
    this commit aligns the code.
    
    Signed-off-by: Artur Hadasz <artur.hadasz@nordicsemi.no>
    ahasztag authored and cvinayak committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    c2c266c View commit details
    Browse the repository at this point in the history
  10. manifest: Update sdk-nrfxlib revision (auto-manifest PR)

    Automatically created by Github Action
    
    Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
    NordicBuilder authored and cvinayak committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    2b045a1 View commit details
    Browse the repository at this point in the history
  11. doc: ap_protect: clarify default setting

    Added information about which Kconfig option is the default in the NCS.
    NCSDK-22526.
    
    Signed-off-by: Grzegorz Ferenc <Grzegorz.Ferenc@nordicsemi.no>
    greg-fer authored and gmarull committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    104c32b View commit details
    Browse the repository at this point in the history
  12. samples: wifi: shell: Fix regulatory domain setting reference

    Update regulatory domain setting reference from "US" to "IN"in the
    testing SAP mode procedure section of the shell sample documentation.
    
    This fix is to align regulatory domain reference with the
    provided command in documentation.
    
    Signed-off-by: Triveni Danda <triveni.danda@nordicsemi.no>
    D-Triveni authored and cvinayak committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    205e2a4 View commit details
    Browse the repository at this point in the history
  13. wifi: Remove unnecessary overrides

    For system workqueue stack size, nRF70 driver already overrides the
    default with a higher value, but then again we have these lower value
    overrides in samples and hostap.
    
    Remove these overrides to use the driver override.
    
    Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
    krish2718 authored and cvinayak committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    8e19128 View commit details
    Browse the repository at this point in the history
  14. 54l: ns: Fix the ns board configuration wrt. gpiote IRQs

    nrfx has hardcoded in nrf_gpiote.h that non-secure and secure should
    use different IRQs.
    
    So we change the IRQs in the non-secure board to match this encoding.
    
    Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
    SebastianBoe authored and cvinayak committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    13607b9 View commit details
    Browse the repository at this point in the history
  15. applications: nrf5340_audio: Remove power control configs

    - These power control configs belongs to BT_LL_ACS_NRF53
    - They are no longer valid
    - OCT-NONE
    
    Signed-off-by: Alexander Svensen <alexander.svensen@nordicsemi.no>
    alexsven authored and cvinayak committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    6805555 View commit details
    Browse the repository at this point in the history
  16. doc: sml: Fix define for SR co-ex

    The define has been renamed but SML update was missed.
    
    Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
    krish2718 authored and rlubos committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    2e69e36 View commit details
    Browse the repository at this point in the history
  17. drivers: wifi: Remove nRF specific boards coupling

    These can be used by customer boards as well, so, remove the nRF board
    dependency and instead rely on customer providing the necessary DTS
    entries.
    
    Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
    krish2718 authored and rlubos committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    5ea9057 View commit details
    Browse the repository at this point in the history
  18. treewide: Rename radio co-ex

    Radio co-existence is too vague esp. we have SR co-existence, as the
    main purpose is to indicate the presence of a BT RF switch to control
    the BT antenna, rename it appropriately.
    
    Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
    krish2718 authored and rlubos committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    d54e7cd View commit details
    Browse the repository at this point in the history
  19. drivers: wifi: Group co-ex defines together

    This makes it easier to understand.
    
    Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
    krish2718 authored and rlubos committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    d7a4ef4 View commit details
    Browse the repository at this point in the history
  20. shields: Enable SR co-existence only for nRF52 and nRF53 series SoC's

    For nRF91 series SR co-existence isn't applicable as there is no SR.
    This saves 4 GPIOs that can be used for other purposes.
    
    This can be done in many ways, but using board specific overlays to
    include a common co-ex overlay was chosen because:
    
    * Easier to handle DTS/Kconfig ordering
    * In future if each SoC has different pins, easier to use a custom
    overlay
    * adding a new board it forces to consciously enable the SR co-ex
    
    Fixes SHEL-2708.
    
    Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
    krish2718 authored and rlubos committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    9d4161f View commit details
    Browse the repository at this point in the history
  21. drivers: wifi: Unicast pkt statistics

    [SHEL-2678] Populate unicast pkt statistics from firmware.
    
    Signed-off-by: Ajay Parida <ajay.parida@nordicsemi.no>
    ajayparida authored and rlubos committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    7a83b43 View commit details
    Browse the repository at this point in the history
  22. manifest: sdk-zephyr: Pull unicast frame stats

    Pull unicast frames statistics update changes.
    
    Signed-off-by: Ajay Parida <ajay.parida@nordicsemi.no>
    ajayparida authored and rlubos committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    e95ccd1 View commit details
    Browse the repository at this point in the history
  23. suit: Use SOC series insted of SOC_NRF54H20

    The SOC_NRF54H20 symbol remains unavailable in SDFW.
    
    Ref: NCSDK-NONE
    
    Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
    tomchy authored and rlubos committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    508df01 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. doc: board_support: add note about Thingy:52

    Added a note about missing support for Thingy:52 in the NCS.
    Moved the note to shortcuts.
    
    Signed-off-by: Grzegorz Ferenc <Grzegorz.Ferenc@nordicsemi.no>
    greg-fer authored and cvinayak committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    67128a4 View commit details
    Browse the repository at this point in the history
  2. doc: convert links in links.txt to point to TechDocs

    Converted links as far as possible.
    Some of them are only available in old releases
    that are not included in TechDocs.
    
    Signed-off-by: Pekka Niskanen <pekka.niskanen@nordicsemi.no>
    peknis authored and cvinayak committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    f718872 View commit details
    Browse the repository at this point in the history
  3. Applications: nrf5340_audio: Size mismatch and WDT fix

    OCT-3004
    Fix a config bug on unicast server
    Changed NET core watchdog priority
    
    Signed-off-by: Kristoffer Rist Skøien <kristoffer.skoien@nordicsemi.no>
    koffes authored and cvinayak committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    bdb9bec View commit details
    Browse the repository at this point in the history
  4. applications: nrf_desktop: Use PWM LEDs for nRF54L PDK

    Change switches to using PWM LEDs for nRF54L PDK to improve user
    experience.
    
    Jira: NCSDK-25056
    
    Signed-off-by: Marek Pieta <Marek.Pieta@nordicsemi.no>
    Signed-off-by: Anna Wojdylo <anna.wojdylo@nordicsemi.no>
    MarekPieta authored and cvinayak committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    ae865ed View commit details
    Browse the repository at this point in the history
  5. applications: nrf_desktop: Document PWM LED limitation on nRF54L15

    Change adds information about PWM limitation on nRF54L15 PDK to
    documentation.
    
    Jira: NCSDK-25056
    
    Signed-off-by: Marek Pieta <Marek.Pieta@nordicsemi.no>
    Signed-off-by: Anna Wojdylo <anna.wojdylo@nordicsemi.no>
    MarekPieta authored and cvinayak committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    ab55637 View commit details
    Browse the repository at this point in the history
  6. applications: nrf_desktop: Align v0.2.1 revision of nrf54l15pdk

    Change aligns nrf54l15pdk v0.2.1 references in documentation.
    
    Jira: NCSDK-25056
    
    Signed-off-by: Marek Pieta <Marek.Pieta@nordicsemi.no>
    Signed-off-by: Anna Wojdylo <anna.wojdylo@nordicsemi.no>
    MarekPieta authored and cvinayak committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    18b522d View commit details
    Browse the repository at this point in the history
  7. applications: connectivity_bridge: Remove duplicate text in readme

    The README file for thingy91x had duplicate sentences. This is now
    fixed.
    
    Signed-off-by: Balaji Srinivasan <balaji.srinivasan@nordicsemi.no>
    Balaji Srinivasan authored and cvinayak committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    565b695 View commit details
    Browse the repository at this point in the history
  8. lib: lte_link_control: No AT%XMONITOR from AT monitor event handler

    Components shouldn't be sending AT commands from system work queue
    because other AT commands might be ongoing, and the 2nd command will
    be stuck until the first one completes.
    
    If there is an AT command ongoing by other apps/libraries,
    and CEREG is received from AT monitor indicating we are
    connected (status 1 or 5), lte_lc will query for PSM parameters
    using AT%XMONITOR. This was done in AT monitor event handler,
    which is executed in the system workqueue.
    As the event handlers are not executed, AT monitor heap will run out
    and assert.
    
    AT%XMONITOR is moved to an own work queue within lte_lc.
    
    Jira: MOSH-551
    
    Signed-off-by: Tommi Rantanen <tommi.rantanen@nordicsemi.no>
    trantanen authored and cvinayak committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    453aa2c View commit details
    Browse the repository at this point in the history
  9. lib: date_time: Change when AT%XTIME is sent

    AT%XTIME command was sent whenever modem went to
    search state (CEREG: 2). This happened in lte_lc event handler
    which is called from at_monitor in system work queue
    causing the queue to get stuck.
    This is changed so that AT%XTIME is sent from a different work
    queue. It's send whenever LTE is activated in functional mode
    (CFUN=1 or CFUN=21).
    
    At the same time, date_time_thread has been changed to a work
    queue which serves date time updates and sending of AT%XTIME=1.
    
    Jira: MOSH-551
    
    Signed-off-by: Tommi Rantanen <tommi.rantanen@nordicsemi.no>
    trantanen authored and cvinayak committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    f61c0bd View commit details
    Browse the repository at this point in the history
  10. lib: date_time: Manual update stops periodic updates

    Requesting time update manually with date_time_update_async()
    stopped periodic time updates because it didn't reschedule a
    new update.
    
    Signed-off-by: Tommi Rantanen <tommi.rantanen@nordicsemi.no>
    trantanen authored and cvinayak committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    69de37f View commit details
    Browse the repository at this point in the history
  11. Revert "samples: cellular: modem_shell: Increase CONFIG_AT_MONITOR_HE…

    …AP_SIZE"
    
    This reverts commit 1937e16.
    
    Other changes made to lte_lc and date_time libraries to avoid
    the problems.
    
    Signed-off-by: Tommi Rantanen <tommi.rantanen@nordicsemi.no>
    trantanen authored and cvinayak committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    ca4c38c View commit details
    Browse the repository at this point in the history
  12. samples: ipc_service: Adapt sample to cache and sysbuild

    This adapts and align samples to sysbuild and cache
    support. The OpenAMP backend is no longer support
    on nRF54h20 target due to cache issues and it is
    not intended to being used on this platform.
    
    Jira: NCSDK-19401
    
    Signed-off-by: Kamil Gawor <Kamil.Gawor@nordicsemi.no>
    KAGA164 authored and cvinayak committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    85a995f View commit details
    Browse the repository at this point in the history
  13. manifest: Update sdk-zephyr witm PWM support in samples for nRF54

    Add support for PWM LEDs configuratoin to run PWM samples on nRF54 DKs.
    
    Signed-off-by: Karol Lasończyk <karol.lasonczyk@nordicsemi.no>
    kl-cruz authored and carlescufi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    d3f7ec1 View commit details
    Browse the repository at this point in the history
  14. applications: nrf_desktop: Fix DTS conflicts on nRF54L (pwm_led0 label)

    Change removes pwmleds node defined by the nrf54l15pdk_nrf54l15_cpuapp
    board to prevent DTS conflicts. Application defines PWM LEDs on its own.
    
    Jira: NCSDK-26516
    
    Signed-off-by: Marek Pieta <Marek.Pieta@nordicsemi.no>
    MarekPieta authored and carlescufi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    a3fa49d View commit details
    Browse the repository at this point in the history
  15. scripts: west_commands: update _BLOCKED_PROJECTS

    Update list with latest projects that need to be blocked from upstream.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull authored and carlescufi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    5088ff3 View commit details
    Browse the repository at this point in the history
  16. samples, tests: fix YAML issues

    Reported by yamllint (indentation, >100c, boolean issues, etc.)
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull authored and carlescufi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    287b1e6 View commit details
    Browse the repository at this point in the history
  17. treewide: bring HWMv2

    This brings HWMv2 (Hardware Model Version 2) into NCS. All boards have
    been ported, and samples/documentation/build system adjusted
    accordingly.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
    gmarull authored and carlescufi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    d7a19af View commit details
    Browse the repository at this point in the history
  18. doc: requirements: add doxmlparser

    It is now required by the Zephyr build.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull authored and carlescufi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    dfe3707 View commit details
    Browse the repository at this point in the history
  19. doc: zephyr: do not use sphinx-sitemap

    We do not need to generate a sitemap.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull authored and carlescufi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    b5bf164 View commit details
    Browse the repository at this point in the history
  20. doc: nrf: fix led-ws2821 reference

    Sample is now named 'led-strip'.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull authored and carlescufi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    0dfae43 View commit details
    Browse the repository at this point in the history
  21. doc: nrf: protocols: bt: ble: update features reference

    Same content has been moved to bluetooth-features, see
    e043f06.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull authored and carlescufi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    501a2f5 View commit details
    Browse the repository at this point in the history
  22. boards: remove references to the removed USB Kconfig symbol

    The Kconfig USB symbol was removed ~3 years ago.
    
    Update defconfig files to use similar to commits
    zephyrproject-rtos/zephyr@4f9f084 and zephyrproject-rtos/zephyr@9512ae4.
    
    Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
    tejlmand authored and carlescufi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    a7064b0 View commit details
    Browse the repository at this point in the history
  23. manifest: update hostap

    To pull some alignments with Zephyr.
    
    Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
    gmarull authored and carlescufi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    ad0f807 View commit details
    Browse the repository at this point in the history
  24. samples: wifi: shell: use net_if_ipv4_set_netmask_by_addr

    Instead of the deprecated net_if_ipv4_set_netmask. Also clean sample by
    using struct in_addr, as pseudo-Kconfig defines were used, so there was
    no need to parse an always-constant string.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull authored and carlescufi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    a2e4806 View commit details
    Browse the repository at this point in the history
  25. samples: wifi: wfa_qt_app: use net_if_ipv4_set_netmask_by_addr

    Because net_if_ipv4_set_netmask has been deprecated.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull authored and carlescufi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    438a63c View commit details
    Browse the repository at this point in the history
  26. bluetooth: services: wifi_prov: fix address access

    unicast is now a struct net_if_addr_ipv4, not net_if_addr. See
    1b0f9e8.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull authored and carlescufi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    8834e8a View commit details
    Browse the repository at this point in the history
  27. manifest: update babblesim to v2.2

    Bump babblesim to v2.2 to meet the requirements for simulated phy
    version.
    
    Signed-off-by: Jędrzej Ciupis <jedrzej.ciupis@nordicsemi.no>
    Jędrzej Ciupis authored and carlescufi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    2c7d448 View commit details
    Browse the repository at this point in the history
  28. ci: test-spec: remove dead entry

    Audio DK resides upstream now.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull authored and carlescufi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    87bdd80 View commit details
    Browse the repository at this point in the history
  29. samples/nrf5340/extxip_smp_svr: Provide z_arm_platform_init at link time

    This is alignment needed after introduction of:
    zephyrproject-rtos/zephyr#70977
    
    Result is that SystemInit() is using directly in place of
    the z_arm_platform_ini().
    
    Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
    nvlsianpu authored and carlescufi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    8ce457e View commit details
    Browse the repository at this point in the history
  30. Revert "applications: asset_tracker_v2: Add missing external flash re…

    …ference"
    
    This reverts commit a32b68a.
    
    Signed-off-by: Jorgen Kvalvaag <jorgen.kvalvaag@nordicsemi.no>
    jorgenmk authored and carlescufi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    86aff18 View commit details
    Browse the repository at this point in the history
  31. kconfig: bluetooth: rename BT_BREDR to BT_CLASSIC

    Following upstream symbol rename of BT_BREDR to BT_CLASSIC.
    See details in Zephyr PR: zephyrproject-rtos/zephyr#70510
    
    Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
    tejlmand authored and carlescufi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    8737aea View commit details
    Browse the repository at this point in the history
  32. bluetooth: kconfig: remove BT_RECV_BLOCKING dependency

    The BT_RECV_BLOCKING setting has been removed.
    The stack size settings it guarded in order to ensure a large enough
    size is now covered by the BT_CTLR_RX_PRIO_STACK_SIZE and thus the
    depends on BT_RECV_BLOCKING can be removed.
    
    Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
    tejlmand authored and carlescufi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    74420ca View commit details
    Browse the repository at this point in the history
  33. samples: multicore: hello_world: use CONFIG_BOARD_TARGET

    So that the build target is printed (includes soc, core).
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull authored and carlescufi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    54df190 View commit details
    Browse the repository at this point in the history
  34. tests: lib: location: Fix net_if mocking

    Zephyr has deprecated net_if_ipv4_get_netmask and
    net_if_ipv4_set_netmask functions which cause compilation
    errors for net_if mock.
    
    Signed-off-by: Tommi Rantanen <tommi.rantanen@nordicsemi.no>
    trantanen authored and carlescufi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    d85979b View commit details
    Browse the repository at this point in the history
  35. kconfig: Only use nano newlib library with nordic devices

    Prevents using the nano version of the newlib lirary when
    building for qemu or virtual platforms
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    65f6abe View commit details
    Browse the repository at this point in the history
  36. ext: curl: Remove duplicate struct definition from curl

    "hostent" struct is now defined in zephyr:
    zephyr/include/zephyr/posix/netdb.h Redefinition of the struct causes
    compilation error with samples like modem_shell, where curl is included.
    Therefore remove the redefinition from curl source.
    
    Signed-off-by: Matti Oksanen <matti.oksanen@nordicsemi.no>
    moksanen authored and carlescufi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    37ad8a2 View commit details
    Browse the repository at this point in the history
  37. applications: nrf_desktop: Fix b0 config to disable USB

    Fixes b0 image when building for the nRF52840 mouse board which
    would wrongly enable USB
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    3c22b1c View commit details
    Browse the repository at this point in the history
  38. applications: nrf5340_audio: Update BIS sink

    Update the BIS sink to use the new BAP broadcast sink
    is syncable API.
    
    Signed-off-by: Graham Wacey <graham.wacey@nordicsemi.no>
    gWacey authored and carlescufi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    fdaf883 View commit details
    Browse the repository at this point in the history
  39. tests: lib: nrf_modem_lib: Add missing random include

    Adds a missing include which is needed to use the random zephyr
    functions
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    97b39d8 View commit details
    Browse the repository at this point in the history
  40. samples: matter: window_covering: Disable SPI_NOR for nrf54l15pdk

    Disables the Kconfig enabling SPI NOR flash on the nrf54l15pdk as
    this is not needed
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    2cd86b9 View commit details
    Browse the repository at this point in the history
  41. tests: subsys: event_manager_proxy: Add missing random include

    Adds a missing include which is needed to use the random zephyr
    functions
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    ac9da22 View commit details
    Browse the repository at this point in the history
  42. samples: cellular: lte_ble_gateway: Fix includes

    Fixes include paths so that the files can be found
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    a4787e9 View commit details
    Browse the repository at this point in the history
  43. applications: nrf_desktop: Fix nrf52840gmouse MCUboot builds

    Fixes builds for this board by disabling USB support, which is
    not needed
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    ec283b3 View commit details
    Browse the repository at this point in the history
  44. samples: bluetooth: mesh: light: Disable SPI_NOR for nrf54l15pdk

    Disables the Kconfig enabling SPI NOR flash on the nrf54l15pdk as
    this is not needed
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    6a11b07 View commit details
    Browse the repository at this point in the history
  45. samples: zigbee: ncp: Fix USB build for nrf52833dk

    Fixes the USB build of this sample for the nrf52833dk which was
    missing the MCUboot file suffix
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    854943a View commit details
    Browse the repository at this point in the history
  46. libs: nrf_modem_lib: lte_net_if: Fix missing include

    Fixes a missing arpa include which provides the prototype for a
    posix function that is used
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    0a20310 View commit details
    Browse the repository at this point in the history
  47. samples/applications: Rename nrf54l15pdk 0.2.0 revision files

    Renames files from using revision 0.2.0 to 0.2.1 as that is the
    real revision of the board
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    11c95bc View commit details
    Browse the repository at this point in the history
  48. samples: matter: lock: Disable SPI_NOR for nrf7002dk

    Disables the Kconfig enabling SPI NOR flash on the nrf7002dk as
    this is not needed
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    cd0a8c7 View commit details
    Browse the repository at this point in the history
  49. tests: net: lib: lwm2m_fota_utils: Fix build warning

    Fixes a build warning by defining the POSIX C source define
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    a17347a View commit details
    Browse the repository at this point in the history
  50. tests: lib: nrf_modem_lib: Fix sockets tests

    As NET_SOCKETS_POSIX_NAMES option was deprecated, switch to use zsock_
    prefixed socket APIs.
    
    Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
    rlubos authored and carlescufi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    29f46b6 View commit details
    Browse the repository at this point in the history
  51. lib: nrf_modem_lib: lte_net_if: Use zsock_ prefixed inet_pton

    To avoid dependencies to any POSIX configuration, use
    zsock_inet_pton(), instead of inet_pton().
    
    Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
    rlubos authored and carlescufi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    d885c55 View commit details
    Browse the repository at this point in the history
  52. applications: nrf_desktop: Reuse system workqueue for Bluetooth RX

    Change switches to using system workqueue as Bluetooth RX context for
    memory limited devices. This is needed to decrease RAM usage.
    
    System workqueue stack size is increased to prevent stack overflows.
    
    Jira: NCSDK-27242
    
    Signed-off-by: Marek Pieta <Marek.Pieta@nordicsemi.no>
    MarekPieta authored and carlescufi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    32739a8 View commit details
    Browse the repository at this point in the history
  53. applications: nrf_desktop: Align info module to Zephyr upmerge

    Change aligns CONFIG_BOARD Kconfig option handling with new convention.
    
    Jira: NCSDK-27242
    
    Signed-off-by: Marek Pieta <Marek.Pieta@nordicsemi.no>
    MarekPieta authored and carlescufi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    32be7ae View commit details
    Browse the repository at this point in the history
  54. tests: net: lib: download_client: add missing CONFIG_POSIX_API=y

    This is now required when using POSIX API.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull authored and carlescufi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    35da193 View commit details
    Browse the repository at this point in the history
  55. samples: benchmark: coremark: Fix upmerge issues

    Signed-off-by: Aleksander Strzebonski <aleksander.strzebonski@nordicsemi.no>
    (cherry picked from commit d2a9c07)
    alstrzebonski authored and carlescufi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    0ef922c View commit details
    Browse the repository at this point in the history
  56. samples: cellular: modem_shell: Fix BT overlay

    Fix include path of device tree file.
    
    Signed-off-by: Tommi Rantanen <tommi.rantanen@nordicsemi.no>
    trantanen authored and carlescufi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    ac5996b View commit details
    Browse the repository at this point in the history
  57. samples: update direct_test_mode sample to match HWMv2

    Update Direct Test Mode sample to support HWMv2
    
    This update includes removing custom board handlig, as this is no longer
    feasible considered the possibilities of using shortened board
    qualifiers as well as legacy board names.
    
    Instead the config fragments and overlay files has been reorganized to
    take advantage of FILE_SUFFIX feature.
    
    A custom handling for shield overlay had to be made, because Zephyr
    does not support application specific board with shield overlay files.
    However, this custom handling has been made so that it does not require
    custom handling of HWMv2 board names.
    
    Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
    tejlmand authored and carlescufi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    ba9c078 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

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

    Automatically created by Github Action
    
    Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
    NordicBuilder authored and thst-nordic committed May 2, 2024
    Configuration menu
    Copy the full SHA
    1725208 View commit details
    Browse the repository at this point in the history
  2. manifest: Update zephyr and nrfxlib

    Update zephyr to include upstream changes needed for sysbuild
    integration and fix an issue with nrfxlib with nrf54 devices
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm authored and carlescufi committed May 2, 2024
    Configuration menu
    Copy the full SHA
    ccaded6 View commit details
    Browse the repository at this point in the history
  3. drivers: wifi: Add support to query inactivity timer

    In SAP mode, WPA supplicant need to know the current inactivity timer
    value for a STA for kicking stale stations.
    
    Rework the event processing to handle both inactivity and signal info
    cases.
    
    Fixes SHEL-2681.
    
    Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
    krish2718 authored and carlescufi committed May 2, 2024
    Configuration menu
    Copy the full SHA
    1086cf8 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

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

    Automatically created by Github Action
    
    Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
    NordicBuilder authored and carlescufi committed May 3, 2024
    Configuration menu
    Copy the full SHA
    363db0e View commit details
    Browse the repository at this point in the history
  2. doc: move getting started to evaluation guides

    Moved device getting started guides to evaluation guides above
    installation. NCSDK-22328.
    
    Signed-off-by: Grzegorz Ferenc <Grzegorz.Ferenc@nordicsemi.no>
    Co-authored-by: Divya Pillai <Divya.Pillai@nordicsemi.no>
    2 people authored and carlescufi committed May 3, 2024
    Configuration menu
    Copy the full SHA
    9ce7f5e View commit details
    Browse the repository at this point in the history
  3. doc: file_suffix: update for PM support

    Updated documentation about file suffixes for added support
    for Partition Manager's static partition files.
    
    Signed-off-by: Grzegorz Ferenc <Grzegorz.Ferenc@nordicsemi.no>
    greg-fer authored and nordicjm committed May 3, 2024
    Configuration menu
    Copy the full SHA
    f445b46 View commit details
    Browse the repository at this point in the history
  4. doc: improve fota info

    Improve FOTA docs with interlinks
    
    Signed-off-by: Katherine Depa <katherine.depa@nordicsemi.no>
    Katherine Depa authored and nordicjm committed May 3, 2024
    Configuration menu
    Copy the full SHA
    1a329d1 View commit details
    Browse the repository at this point in the history
  5. Doc: Bluetooth: Mesh: Fix minor typo in metadata output

    Fixes a small typo in DFU docs metadata output.
    
    Signed-off-by: Anders Storrø <anders.storro@nordicsemi.no>
    Andrewpini authored and nordicjm committed May 3, 2024
    Configuration menu
    Copy the full SHA
    65bc4c3 View commit details
    Browse the repository at this point in the history
  6. codeowners: add CIA team to Thingy91 boards

    Both of the Thingy:91 boards are the responsibility of the CIA team.
    
    Signed-off-by: Maximilian Deubel <maximilian.deubel@nordicsemi.no>
    maxd-nordic authored and nordicjm committed May 3, 2024
    Configuration menu
    Copy the full SHA
    38618a1 View commit details
    Browse the repository at this point in the history
  7. tfm: 54l: Use a more reasonable amount of RAM by default for TFM

    Reduce the default amount of RAM for TFM from 200kB to 65kB.
    
    This makes it possible to fit TF-M with other applications that use a
    lot of RAM, like Matter.
    
    Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
    SebastianBoe authored and nordicjm committed May 3, 2024
    Configuration menu
    Copy the full SHA
    860f098 View commit details
    Browse the repository at this point in the history
  8. net: lib: nrf_cloud: add nrf_cloud_obj_bool_get()

    Added the nrf_cloud_obj_bool_get() function to get a
    boolean value from an object.
    
    Signed-off-by: Justin Morton <justin.morton@nordicsemi.no>
    jayteemo authored and nordicjm committed May 3, 2024
    Configuration menu
    Copy the full SHA
    c9dc1c5 View commit details
    Browse the repository at this point in the history
  9. samples: cellular: nrf_cloud_multi_service: add cfg handling

    Add configuration handling.
    The test counter can now be enabled/disabled by using
    the device shadow.
    IRIS-7709
    
    Signed-off-by: Justin Morton <justin.morton@nordicsemi.no>
    jayteemo authored and nordicjm committed May 3, 2024
    Configuration menu
    Copy the full SHA
    50caaf7 View commit details
    Browse the repository at this point in the history
  10. doc: wifi: add derivative recertification process

    Updated Certification page with the information
    about the derivative recertification process.
    
    SHEL-2729
    
    Signed-off-by: Richa Pandey <richa.pandey@nordicsemi.no>
    richabp authored and nordicjm committed May 3, 2024
    Configuration menu
    Copy the full SHA
    e72a270 View commit details
    Browse the repository at this point in the history
  11. doc: improve PM config info

    Add info about config options
    in the Partition Manager doc
    
    Signed-off-by: Katherine Depa <katherine.depa@nordicsemi.no>
    Katherine Depa authored and nordicjm committed May 3, 2024
    Configuration menu
    Copy the full SHA
    03f7ebf View commit details
    Browse the repository at this point in the history
  12. samples: bluetooth: ISO combined BIS and CIS

    Added a sample to demonstrate capability of using BIS and CIS
    at the same time.
    The sample demonstrates APIs to create a stream, receive and
    send data
    
    Signed-off-by: Ivan Iushkov <ivan.iushkov@nordicsemi.no>
    ivaniushkov authored and nordicjm committed May 3, 2024
    Configuration menu
    Copy the full SHA
    93df86e View commit details
    Browse the repository at this point in the history
  13. kernel: Add NCS boot banner

    Adds an enhanced boot banner which can be configured to show
    application name and version, NCS version, and underlying zephyr
    version.
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm committed May 3, 2024
    Configuration menu
    Copy the full SHA
    17009a2 View commit details
    Browse the repository at this point in the history
  14. kernel: Add git commit to output banners

    Adds abbreviated git commit hash to application, ncs and zephyr
    outputs, this allows for directly matching what versions are being
    used to vastly improve traceability
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm committed May 3, 2024
    Configuration menu
    Copy the full SHA
    68439f2 View commit details
    Browse the repository at this point in the history
  15. kernel: Add git directory to depends for banner generation

    Adds the git directory to the depends on for generating a banner
    message so it gets updated
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm committed May 3, 2024
    Configuration menu
    Copy the full SHA
    cdee9e8 View commit details
    Browse the repository at this point in the history
  16. CODEOWNERS: Add self to kernel folder

    Add myself as code owner of files in the kernel folder
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm committed May 3, 2024
    Configuration menu
    Copy the full SHA
    2482f3a View commit details
    Browse the repository at this point in the history
  17. kconfig: Remove boot banner override

    Removes the boot banner override as this has been replaced with a
    new boot banner feature
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm committed May 3, 2024
    Configuration menu
    Copy the full SHA
    bf35755 View commit details
    Browse the repository at this point in the history
  18. samples: bluetooth: add cb on ISO connect

    Add callback that is triggered when an ISO channel
    connects. The usecase is to start scanning for a new
    connection one at a time, because the central
    is not allowed to have two pending LE HCI Create
    CIS command.
    
    Signed-off-by: Henrik Lander <henrik.lander@nordicsemi.no>
    henrla authored and nordicjm committed May 3, 2024
    Configuration menu
    Copy the full SHA
    d3069f5 View commit details
    Browse the repository at this point in the history
  19. samples: bluetooth: update TX sdu counter

    Update the sent SDU counter before starting the timer
    that triggers to send the next SDU. This ensures
    that the SDU counter is updated before the timer
    expires.
    
    Signed-off-by: Henrik Lander <henrik.lander@nordicsemi.no>
    henrla authored and nordicjm committed May 3, 2024
    Configuration menu
    Copy the full SHA
    cd871ab View commit details
    Browse the repository at this point in the history
  20. samples: bluetooth: more iso_time_sync logs

    Add more logging to the iso_time_sync sample for verification
    purposes.
    
    Signed-off-by: Henrik Lander <henrik.lander@nordicsemi.no>
    henrla authored and nordicjm committed May 3, 2024
    Configuration menu
    Copy the full SHA
    56f971a View commit details
    Browse the repository at this point in the history
  21. samples: bluetooth: add iso_sent cb toggle.

    Add iso_sent toggle for when a iso_sent
    callback is expected on a given ISO chanel. This is
    needed because the sample application logic relies
    on that only one iso_sent callback handles TX timestamp
    state and sending SDUs on all connected ISO channels.
    
    Signed-off-by: Henrik Lander <henrik.lander@nordicsemi.no>
    henrla authored and nordicjm committed May 3, 2024
    Configuration menu
    Copy the full SHA
    52a063f View commit details
    Browse the repository at this point in the history
  22. nrf_security: Personalization string for Cracen IKG

    Adds personalization strings for IKG derived keys based on
    domain ID.
    
    Signed-off-by: Vidar Lillebø <vidar.lillebo@nordicsemi.no>
    vili-nordic authored and nordicjm committed May 3, 2024
    Configuration menu
    Copy the full SHA
    014d209 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. doc: fix dfu page struc

    Remove subheadings in DFU page
    
    Signed-off-by: Katherine Depa <katherine.depa@nordicsemi.no>
    Katherine Depa authored and rlubos committed May 6, 2024
    Configuration menu
    Copy the full SHA
    a4b364f View commit details
    Browse the repository at this point in the history
  2. driver: wifi: Log message cleanup

    [SHEL-2696] Log message cleanup.
    
    Signed-off-by: Ajay Parida <ajay.parida@nordicsemi.no>
    ajayparida authored and rlubos committed May 6, 2024
    Configuration menu
    Copy the full SHA
    6958005 View commit details
    Browse the repository at this point in the history
  3. driver: wifi: Check for memory allocation success

    [SHEL-2696] Check for memory allocation success for scan_info.
    
    Signed-off-by: Ajay Parida <ajay.parida@nordicsemi.no>
    ajayparida authored and rlubos committed May 6, 2024
    Configuration menu
    Copy the full SHA
    ab3e1e9 View commit details
    Browse the repository at this point in the history
  4. trusted_storage: Fix insufficient storage error

    Return PSA_ERROR_INSUFFICIENT_STORAGE when Zephyr
    settings returns ENOSPC.
    This matches the error codes for TF-M and non TF-M
    builds when we try to generate/import keys using
    PSA APIs.
    
    Ref: NCSDK-25322
    
    Signed-off-by: Georgios Vasilakis <georgios.vasilakis@nordicsemi.no>
    Vge0rge authored and rlubos committed May 6, 2024
    Configuration menu
    Copy the full SHA
    ed58b6d View commit details
    Browse the repository at this point in the history
  5. manifest: sdk-hostap: Pull fix for WPA CLI failure processing

    Fixes issue with not catching WPA CLI commands failure processing.
    
    Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
    krish2718 authored and rlubos committed May 6, 2024
    Configuration menu
    Copy the full SHA
    f52e6e8 View commit details
    Browse the repository at this point in the history
  6. board: thingy91x_nrf9151: Add support for expansion board

    This patch adds support for using the expansion board.
    When using the expansion board, the corresponding power-enable
    pin must be asserted.
    The most convenient way to do this is the HOG feature.
    
    Signed-off-by: Maximilian Deubel <maximilian.deubel@nordicsemi.no>
    maxd-nordic authored and rlubos committed May 6, 2024
    Configuration menu
    Copy the full SHA
    df4b936 View commit details
    Browse the repository at this point in the history
  7. tfm: Change the default TF-M profile type to be NOT_SET for 54L

    The minimal profile type actually means consuming 32kB of FLASH, and
    for 53/91 this is the minimal that TF-M can consume. But for 54L, with
    a trustzone granularity of 4kB instead of 32kB, this is no longer the
    minimal size that TF-M can consume.
    
    Change the default TF-M profile type to be NOT_SET for 54L.
    
    Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
    SebastianBoe authored and rlubos committed May 6, 2024
    Configuration menu
    Copy the full SHA
    cd1cff8 View commit details
    Browse the repository at this point in the history
  8. Bluetooth: Mesh: avoid double conversion precision losing

    Commit solves situation when the level client sends
    Set command with exact values but Status has different levels.
    It happens when Level model extends the temperature model.
    Double conversion happens. Conversions from level
    to temperature and back have division result rounding
    that causes precision losing.
    
    Signed-off-by: Aleksandr Khromykh <aleksandr.khromykh@nordicsemi.no>
    alxelax authored and rlubos committed May 6, 2024
    Configuration menu
    Copy the full SHA
    f8565ee View commit details
    Browse the repository at this point in the history
  9. manifest: Update sdk-nrfxlib revision (auto-manifest PR)

    Automatically created by Github Action
    
    Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
    NordicBuilder authored and rlubos committed May 6, 2024
    Configuration menu
    Copy the full SHA
    d4a2718 View commit details
    Browse the repository at this point in the history
  10. Bluetooth: Host: allow reducing initiator priority

    By default, the initiator in the SoftDevice Controller operates at a
    higher priority than other BT roles. This may result in unwanted
    scheduling conflicts with other roles.
    On the primary channel, the initiator can be scheduled such that
    conflicts can be avoided, by choosing an interval that is equal or a
    multiple of the interval of other roles. However, the secondary channel
    timings are set by the peer device. This new host extension allows
    to (temporarily) reduce the priority the initiator uses when following
    AUX pointers.
    
    Signed-off-by: Jan Müller <jan.mueller@nordicsemi.no>
    Tschet1 authored and rlubos committed May 6, 2024
    Configuration menu
    Copy the full SHA
    4a4815a View commit details
    Browse the repository at this point in the history
  11. bluetooth: controller: hci_driver: Add power control memory

    Use new SDC_MEM_LE_POWER_CONTROL define when power control enabled.
    
    This will allocate required memory for the feature.
    
    Signed-off-by: Sean Madigan <sean.madigan@nordicsemi.no>
    sean-madigan authored and rlubos committed May 6, 2024
    Configuration menu
    Copy the full SHA
    620f21a View commit details
    Browse the repository at this point in the history
  12. codeowners: Fix board location for thingy91* boards

    The codeowners entry was added in parallel to HWMv2 transition, the CI
    was not rerun after the upmerge so this was missed and CODEOWNERS check
    is now failing.
    
    Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
    rlubos authored and carlescufi committed May 6, 2024
    Configuration menu
    Copy the full SHA
    27eb54e View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. doc: nrf5340_audio: update app modes image

    Updated image in the application modes section.
    OCT-2954.
    
    Signed-off-by: Grzegorz Ferenc <Grzegorz.Ferenc@nordicsemi.no>
    greg-fer authored and rlubos committed May 7, 2024
    Configuration menu
    Copy the full SHA
    9d4b82c View commit details
    Browse the repository at this point in the history
  2. suit: migrate build system integration

    Migrate SUIT build system to NCS
    
    Ref: NCSDK-26629
    
    Signed-off-by: Robert Stypa <robert.stypa@nordicsemi.no>
    robertstypa authored and rlubos committed May 7, 2024
    Configuration menu
    Copy the full SHA
    e0ca3df View commit details
    Browse the repository at this point in the history
  3. samples: wifi: throughput: Fix stackoverflow during Wi-Fi connection

    Commits a1edfc6 and 5aa6bac missed updating the stack sizes for
    throughput sample.
    
    Fixes SHEL-2744.
    
    Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
    krish2718 authored and nordicjm committed May 7, 2024
    Configuration menu
    Copy the full SHA
    bcc193c View commit details
    Browse the repository at this point in the history
  4. applications: nrf_desktop: Fix HID subscription errors in hid_forward

    Change aligns Kconfig option used to configure number of ATT PDUs. This
    is needed after a05a475 was added to
    sdk-zephyr.
    
    Jira: NCSDK-27314
    
    Signed-off-by: Marek Pieta <Marek.Pieta@nordicsemi.no>
    Signed-off-by: Pekka Niskanen <pekka.niskanen@nordicsemi.no>
    MarekPieta authored and nordicjm committed May 7, 2024
    Configuration menu
    Copy the full SHA
    39dee51 View commit details
    Browse the repository at this point in the history
  5. net: lib: nrf_cloud_pgps: Fix NULL pointer injection

    Improve error handling when valid predictions exist but
    none are actually for the current GPS time.
    
    Also improve error handling for all error returns from
    nrf_cloud_pgps_find_prediction().
    
    Prevent extra (premature) injections by checking whether
    the prediction timer is already running.
    
    When downloading P-GPS data, use the configured IP address
    family, not IPv4 only.
    
    Add MQTT-related debug logging.
    
    Jira: IRIS-8818
    
    Signed-off-by: Pete Skeggs <peter.skeggs@nordicsemi.no>
    plskeggs authored and nordicjm committed May 7, 2024
    Configuration menu
    Copy the full SHA
    9c58294 View commit details
    Browse the repository at this point in the history
  6. doc: install: mention nrf-udev rules as required

    Added mention of nrf-udev rules as requirement for the NCS.
    NCSDK-27198.
    
    Signed-off-by: Grzegorz Ferenc <Grzegorz.Ferenc@nordicsemi.no>
    greg-fer authored and nordicjm committed May 7, 2024
    Configuration menu
    Copy the full SHA
    f3a6d18 View commit details
    Browse the repository at this point in the history
  7. bluetooth: samples: add iso_rx disconnect cb.

    Add callback that is triggered when an RX ISO channel
    disconnects. The usecase is to start scanning for a new
    connection. Scanning for a new connection is also done
    in the ACL disconnection callback in this sample, but the
    ISO channel might disconnect after the ACL, which will
    prevent the central from starting to scan for a new ISO connection.
    
    Signed-off-by: Henrik Lander <henrik.lander@nordicsemi.no>
    henrla authored and rugeGerritsen committed May 7, 2024
    Configuration menu
    Copy the full SHA
    cd42921 View commit details
    Browse the repository at this point in the history
  8. applications: nrf_desktop: Remove HID report queue per HID peripheral

    Change removes HID report queue per HID peripheral. The module relies
    only on HID report queue defined for HID subscriber. This is done to
    simplify implementation, reduce memory consumption and speed up
    retrieving subsequent enqueued HID input report.
    
    Jira: NCSDK-25890
    
    Signed-off-by: Marek Pieta <Marek.Pieta@nordicsemi.no>
    Signed-off-by: Pekka Niskanen <pekka.niskanen@nordicsemi.no>
    MarekPieta authored and nordicjm committed May 7, 2024
    Configuration menu
    Copy the full SHA
    eddc8fb View commit details
    Browse the repository at this point in the history
  9. lib: lte_link_control: Remove AT%XRAI functionality

    This has been deprecated earlier and is now removed.
    
    Signed-off-by: Tommi Rantanen <tommi.rantanen@nordicsemi.no>
    trantanen authored and nordicjm committed May 7, 2024
    Configuration menu
    Copy the full SHA
    51faff9 View commit details
    Browse the repository at this point in the history
  10. samples: crypto: Remove redundant configuration files

    Remove config files as 54L now uses the NOT_SET type by
    default.
    
    Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
    SebastianBoe authored and nordicjm committed May 7, 2024
    Configuration menu
    Copy the full SHA
    2140ff6 View commit details
    Browse the repository at this point in the history
  11. doc: known_issue: Matter add known issue to KRKNWK-18673 bug

    Update Matter known issue with the issue found during testing.
    
    Signed-off-by: Michał Szablowski <michal.szablowski@nordicsemi.no>
    doublemis1 authored and nordicjm committed May 7, 2024
    Configuration menu
    Copy the full SHA
    9bb2239 View commit details
    Browse the repository at this point in the history
  12. suit: Handle lack of correct MPI area

    In case of MPI load failure, the execution mode is set into a failed
    state, to reflect that fact and to allow for hanling the failed state
    inside SDFW main code.
    
    Ref: NCSDK-NONE
    
    Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
    tomchy authored and nordicjm committed May 7, 2024
    Configuration menu
    Copy the full SHA
    1580426 View commit details
    Browse the repository at this point in the history
  13. suit: Verify declarative parent-child link

    Add a check that verifies if a manifest is entitled to ask about other
    installed manifest during the manifest parsing procedure.
    
    Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
    tomchy authored and nordicjm committed May 7, 2024
    Configuration menu
    Copy the full SHA
    42643cc View commit details
    Browse the repository at this point in the history
  14. tests: suit: Fix class ID checks in orchestrator

    Inside root manifest, the INSTLD_MFST component is compatible with root
    manifest class ID, not it's own class id, defined by the manifest
    component ID.
    
    Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
    tomchy authored and nordicjm committed May 7, 2024
    Configuration menu
    Copy the full SHA
    c1e9a33 View commit details
    Browse the repository at this point in the history
  15. suit: Improve log levels

    Change suit logging levels in SUIT subsystem.
    
    Ref: NCSDK-26677
    
    Signed-off-by: Robert Stypa <robert.stypa@nordicsemi.no>
    robertstypa authored and nordicjm committed May 7, 2024
    Configuration menu
    Copy the full SHA
    f2ded02 View commit details
    Browse the repository at this point in the history
  16. manifest: Update suit-generator revision

    Update SUIT generator revision.
    
    Ref: NCSDK-26629
    
    Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
    tomchy authored and nordicjm committed May 7, 2024
    Configuration menu
    Copy the full SHA
    59a231a View commit details
    Browse the repository at this point in the history
  17. manifest: Update sdk-nrfxlib revision (auto-manifest PR)

    Automatically created by Github Action
    
    Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
    NordicBuilder authored and nordicjm committed May 7, 2024
    Configuration menu
    Copy the full SHA
    b21520b View commit details
    Browse the repository at this point in the history
  18. Bluetooth: Host: Add missing include

    The include of hci_types_host_extensions.h was removed by mistake.
    Adding it back.
    
    Signed-off-by: Jan Müller <jan.mueller@nordicsemi.no>
    Tschet1 authored and rlubos committed May 7, 2024
    Configuration menu
    Copy the full SHA
    74cefe0 View commit details
    Browse the repository at this point in the history
  19. samples: Bluetooth: Mesh: Fix documentation for Light Dimmer sample

    The Light Dimmer sample documentation falsely stated that Thingy:53 only
    has one button and that therefore some functionality would not work on
    Thingy:53.
    Small fix with indentation.
    
    Signed-off-by: Stine Åkredalen <stine.akredalen@nordicsemi.no>
    akredalen authored and rlubos committed May 7, 2024
    Configuration menu
    Copy the full SHA
    9ac3e06 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

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

    Automatically created by Github Action
    
    Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
    NordicBuilder authored and rlubos committed May 8, 2024
    Configuration menu
    Copy the full SHA
    854de39 View commit details
    Browse the repository at this point in the history
  2. doc: known_issue: Matter add known issue to KRKNWK-18916 bug

    Update a Matter known issues with the two issues regarding
    a reaction to the last fabric removal.
    
    Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
    ArekBalysNordic authored and rlubos committed May 8, 2024
    Configuration menu
    Copy the full SHA
    b996335 View commit details
    Browse the repository at this point in the history
  3. scripts: add integration quarantine part 10

    To limit integration scope.
    For:
    nrf/samples/wifi/shell
    nrf/samples/wifi/scan
    nrf/samples/wifi/radio_test
    nrf/samples/wifi/sta
    nrf/samples/wifi/provisioning
    
    Signed-off-by: Piotr Kosycarz <piotr.kosycarz@nordicsemi.no>
    nordic-piks authored and rlubos committed May 8, 2024
    Configuration menu
    Copy the full SHA
    f477afa View commit details
    Browse the repository at this point in the history
  4. doc: scripts: software_maturity: adjust to HWMv2

    The script missed some updates to account for the new HWMv2 board naming
    scheme. Without the fixes in this patch, reports were generated with no
    socs, leading to empty tables.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull authored and carlescufi committed May 8, 2024
    Configuration menu
    Copy the full SHA
    8dde7f6 View commit details
    Browse the repository at this point in the history
  5. manifest: Update sdk-nrfxlib revision (auto-manifest PR)

    Automatically created by Github Action
    
    Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
    NordicBuilder authored and rlubos committed May 8, 2024
    Configuration menu
    Copy the full SHA
    b684f59 View commit details
    Browse the repository at this point in the history
  6. scripts: requirements-build: update nrf-regtool~=5.2.0

    Requested for v2.7.0 release
    
    Signed-off-by: Thomas Stilwell <thomas.stilwell@nordicsemi.no>
    thst-nordic authored and rlubos committed May 8, 2024
    Configuration menu
    Copy the full SHA
    4f75f73 View commit details
    Browse the repository at this point in the history
  7. scripts: pip-audit required upgrades: jinja, pillow, idna

    requirements-extra: upgrade jinja2>=3.1.4
    GHSA-h75v-3vvj-5mfj
    Name   Version ID                  Fix Versions
    ------ ------- ------------------- ------------
    jinja2 3.1.3   GHSA-h75v-3vvj-5mfj 3.1.4
    
    requirements-extra: upgrade Pillow>=10.3.0
    GHSA-44wm-f244-xhp3
    Name   Version ID                  Fix Versions
    ------ ------- ------------------- ------------
    pillow 10.2.0  GHSA-44wm-f244-xhp3 10.3.0
    
    scripts: requirements-extra: upgrade idna>=3.7.0
    https://github.com/advisories/GHSA-jjg7-2v4v-x38
    Name   Version ID                  Fix Versions
    ------ ------- ------------------- ------------
    idna   3.4     GHSA-jjg7-2v4v-x38h 3.7
    
    Signed-off-by: Thomas Stilwell <thomas.stilwell@nordicsemi.no>
    thst-nordic authored and rlubos committed May 8, 2024
    Configuration menu
    Copy the full SHA
    ef617d5 View commit details
    Browse the repository at this point in the history
  8. ci: Updating requirements-fixed.txt

    This is an automated commit from github workflow by NordicBuilder
    
    Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
    NordicBuilder authored and rlubos committed May 8, 2024
    Configuration menu
    Copy the full SHA
    68d106c View commit details
    Browse the repository at this point in the history
  9. manifest: Update sdk-nrfxlib revision (auto-manifest PR)

    Automatically created by Github Action
    
    Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
    NordicBuilder authored and rlubos committed May 8, 2024
    Configuration menu
    Copy the full SHA
    a426c94 View commit details
    Browse the repository at this point in the history
  10. manifest: Update sdk-zephyr with watchdog tests for error cases

    Include changes from:
    nrfconnect/sdk-zephyr#1640
    
    Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
    nordic-segl authored and rlubos committed May 8, 2024
    Configuration menu
    Copy the full SHA
    bea6f4c View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. codeowners: Remove stale entries

    The employee has left Nordic.
    
    Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
    krish2718 authored and rlubos committed May 9, 2024
    Configuration menu
    Copy the full SHA
    8d75ad0 View commit details
    Browse the repository at this point in the history
  2. manifest: sdk-hostap: Pull fix for NULL de-reference

    Fixes SHEL-2755.
    
    Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
    krish2718 authored and rlubos committed May 9, 2024
    Configuration menu
    Copy the full SHA
    4ca757d View commit details
    Browse the repository at this point in the history
  3. manifest: update zephyr to pull in ipc workaround

    Updated the Zephyr revision to pull in a workaround for the IPC service
    module.
    
    Signed-off-by: Kamil Piszczek <Kamil.Piszczek@nordicsemi.no>
    kapi-no authored and rlubos committed May 9, 2024
    Configuration menu
    Copy the full SHA
    4d11707 View commit details
    Browse the repository at this point in the history
  4. manifest: openthread: update to 226f239

    Regular OpenThread update to `226f239`
    
    Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
    NordicBuilder authored and rlubos committed May 9, 2024
    Configuration menu
    Copy the full SHA
    ce397ea View commit details
    Browse the repository at this point in the history
  5. shields: Remove unused define

    This was removed but these references were still left.
    
    Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
    krish2718 authored and nordicjm committed May 9, 2024
    Configuration menu
    Copy the full SHA
    b1664a7 View commit details
    Browse the repository at this point in the history
  6. shields: Add nRF7002-EB shield for nRF54L15 PDK

    Add Wi-Fi support to nRF54L15 PDK using a nRF7002-EB shield.
    
    Implements SHEL-2715.
    
    Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
    krish2718 authored and nordicjm committed May 9, 2024
    Configuration menu
    Copy the full SHA
    afc7efd View commit details
    Browse the repository at this point in the history
  7. drivers: wifi: Extend the nRF7002 EB boards list

    Now EB is used with other shields as well. Also, use a C conditional to
    catch any compilation errors and also fix the alignment for multi-line
    comment.
    
    Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
    krish2718 authored and nordicjm committed May 9, 2024
    Configuration menu
    Copy the full SHA
    32b41c2 View commit details
    Browse the repository at this point in the history
  8. samples: wifi: shell: Add nRF54L15PDK to twister

    This is now support with a nRF7002EB based shield.
    
    Implements SHEL-2715.
    
    Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
    krish2718 authored and nordicjm committed May 9, 2024
    Configuration menu
    Copy the full SHA
    d0caae8 View commit details
    Browse the repository at this point in the history
  9. boards: shields: Add Wi-Fi shield support to nRF54H20DK

    * This uses SPIM130 on Port 2 and few GPIOs to communicate with
    nRF7002 EK.
    
    * Extends Flash to 1M and RAM to 512K by redefining the memory layout
      - IPC support isn't added yet
    
    Implements SHEL-2610.
    
    Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
    krish2718 authored and gmarull committed May 9, 2024
    Configuration menu
    Copy the full SHA
    1d18505 View commit details
    Browse the repository at this point in the history
  10. samples: wifi: shell: Fix nRFx clock configuration

    nRF54H doesn't support nRFx clock, so, protect with the proper define.
    
    Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
    krish2718 authored and gmarull committed May 9, 2024
    Configuration menu
    Copy the full SHA
    5a20cee View commit details
    Browse the repository at this point in the history
  11. samples: wifi: Add nRF54H20DK combo

    This adds nRF54H20DK with nRF7002 EK combination which is now supported.
    
    Implements SHEL-2610.
    
    Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
    krish2718 authored and gmarull committed May 9, 2024
    Configuration menu
    Copy the full SHA
    757eef8 View commit details
    Browse the repository at this point in the history
  12. scripts: add integration quarantine part 11

    To limit integration scope.
    For:
    zephyr/tests/subsys/mgmt/mcumgr/os_mgmt_info
    zephyr/tests/subsys/mgmt/mcumgr/fs_mgmt_hash_supported
    zephyr/tests/subsys/mgmt/mcumgr/smp_version
    zephyr/tests/subsys/mgmt/mcumgr/os_mgmt_echo
    zephyr/samples/subsys/mgmt/mcumgr/smp_svr
    nrf/tests/subsys/dfu/dfu_target_stream
    
    Signed-off-by: Piotr Kosycarz <piotr.kosycarz@nordicsemi.no>
    nordic-piks authored and rlubos committed May 9, 2024
    Configuration menu
    Copy the full SHA
    41a24af View commit details
    Browse the repository at this point in the history
  13. applications: asset_tracker_v2: Less WiFi APs

    Compilation with nrf7002ek configuration had less than 200 bytes of
    SRAM free, which didn't allow much room for own tweaks.
    It's evident this would overflow in the near future so decreasing
    the number of requested WiFi APs from 30 to 20. It could be even 10
    like with Thingy91X configuration.
    
    Signed-off-by: Tommi Rantanen <tommi.rantanen@nordicsemi.no>
    trantanen authored and nordicjm committed May 9, 2024
    Configuration menu
    Copy the full SHA
    6196881 View commit details
    Browse the repository at this point in the history
  14. applications: asset_tracker_v2: Remove some thingy91x build configs

    Thingy91x has some configurations that doesn't really need to be
    supported and they do not fit to flash. Removing them.
    
    Signed-off-by: Tommi Rantanen <tommi.rantanen@nordicsemi.no>
    trantanen authored and nordicjm committed May 9, 2024
    Configuration menu
    Copy the full SHA
    70989d9 View commit details
    Browse the repository at this point in the history
  15. manifest: update sdk-zephyr revision

    Update sdk-zephyr to pull in several commits cherry-picked from
    upstream.
    
    Signed-off-by: Jędrzej Ciupis <jedrzej.ciupis@nordicsemi.no>
    Jędrzej Ciupis authored and rlubos committed May 9, 2024
    Configuration menu
    Copy the full SHA
    17b4dc7 View commit details
    Browse the repository at this point in the history
  16. samples: suit: Add smp_transfer sample

    Add basic sample that demonstrates SUIT-based boot and update
    procedures.
    
    Ref: NCSDK-26629
    
    Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
    tomchy authored and nordicjm committed May 9, 2024
    Configuration menu
    Copy the full SHA
    4581457 View commit details
    Browse the repository at this point in the history
  17. suit: Adjust ZCBOR configuration

    Require at least 3 backups to encode SUIT SSF responses and enforce
    canonical en/decoding if the SUIT-enabled SDFW is used.
    
    Ref: NCSDK-26629
    
    Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
    tomchy authored and nordicjm committed May 9, 2024
    Configuration menu
    Copy the full SHA
    fe11031 View commit details
    Browse the repository at this point in the history
  18. samples: wifi: Fix synchronization issue

    Add a sleep to address the issue where the sample doesn't
    wait for the WPA supplicant to be fully initialized before
    proceeding with Wi-Fi operations.
    
    Signed-off-by: Triveni Danda <triveni.danda@nordicsemi.no>
    D-Triveni authored and nordicjm committed May 9, 2024
    Configuration menu
    Copy the full SHA
    c6cb467 View commit details
    Browse the repository at this point in the history
  19. manifest: update sdk-zephyr revision

    The new Zephyr revision introduces experimental EXMIF peripheral
    driver.
    
    Signed-off-by: Rafał Kuźnia <rafal.kuznia@nordicsemi.no>
    e-rk authored and rlubos committed May 9, 2024
    Configuration menu
    Copy the full SHA
    b1ee287 View commit details
    Browse the repository at this point in the history
  20. dts: binding: Add binding for nrf2220

    The compatible nordic,nrf2220-fem is added to bindings.
    
    Signed-off-by: Andrzej Kuros <andrzej.kuros@nordicsemi.no>
    ankuns authored and rlubos committed May 9, 2024
    Configuration menu
    Copy the full SHA
    2129997 View commit details
    Browse the repository at this point in the history
  21. mpsl: fem: initial support for nrf2220

    This commit adds initial experimental support for nrf2220 Front-End
    device.
    
    Signed-off-by: Andrzej Kuros <andrzej.kuros@nordicsemi.no>
    ankuns authored and rlubos committed May 9, 2024
    Configuration menu
    Copy the full SHA
    6da8a46 View commit details
    Browse the repository at this point in the history
  22. fem_al: add support for nrf2220

    This commit adds initial support for nrf2220 Front-End device through
    fem_al API.
    
    Signed-off-by: Andrzej Kuros <andrzej.kuros@nordicsemi.no>
    ankuns authored and rlubos committed May 9, 2024
    Configuration menu
    Copy the full SHA
    b15a450 View commit details
    Browse the repository at this point in the history
  23. boards: shields: add support for nrf2220ek

    This commit adds initial support for the nrf2220ek shield.
    
    Signed-off-by: Andrzej Kuros <andrzej.kuros@nordicsemi.no>
    ankuns authored and rlubos committed May 9, 2024
    Configuration menu
    Copy the full SHA
    8794c43 View commit details
    Browse the repository at this point in the history
  24. dts: binding: Add binding for nrf2240

    The compatible nordic,nrf2240-fem is added to bindings.
    
    Signed-off-by: Andrzej Kuros <andrzej.kuros@nordicsemi.no>
    ankuns authored and rlubos committed May 9, 2024
    Configuration menu
    Copy the full SHA
    a13423f View commit details
    Browse the repository at this point in the history
  25. mpsl: fem: initial support for nrf2240

    This commit adds initial experimental support for nrf2240 Front-End
    device.
    
    Signed-off-by: Andrzej Kuros <andrzej.kuros@nordicsemi.no>
    ankuns authored and rlubos committed May 9, 2024
    Configuration menu
    Copy the full SHA
    208fb5f View commit details
    Browse the repository at this point in the history
  26. fem_al: add support for nrf2240

    This commit adds initial support for nrf2240 Front-End device through
    fem_al API.
    
    Signed-off-by: Andrzej Kuros <andrzej.kuros@nordicsemi.no>
    ankuns authored and rlubos committed May 9, 2024
    Configuration menu
    Copy the full SHA
    f641ec3 View commit details
    Browse the repository at this point in the history
  27. boards: shields: add support for nrf2240ek

    This commit adds initial support for the nrf2240ek shield.
    
    Signed-off-by: Andrzej Kuros <andrzej.kuros@nordicsemi.no>
    ankuns authored and rlubos committed May 9, 2024
    Configuration menu
    Copy the full SHA
    f1ea890 View commit details
    Browse the repository at this point in the history
  28. mpsl: fem: add kconfig MPSL_FEM_INIT_PRIORITY

    The nrf2220 and nrf2240 devices require that mpsl_fem_init operation
    happens before the initialization of I2C if the TWI interface is
    used with these devices. This was achieved by hardcoded 49 value which
    is less than default value of Kconfig option I2C_INIT_PRIORITY.
    This commit removes the magic value form SYS_INIT(..., 49) and
    introduces a new Kconfig option MPSL_FEM_INIT_PRIORITY.
    
    The default value for MPSL_FEM_INIT_PRIORITY in case of nrf2220 or
    nrf2240 with TWI is still hardcoded to 49 due to following limitations:
    
    1) The Kconfig compiler does not allow compile-time calculation of
       default value like:
    
       config MPSL_FEM_INIT_PRIORITY
           default (I2C_INIT_PRIORITY-1) if ...
    
    2) The third parameter of SYS_INIT must be a literal or come from
       a macro expanding to literal. It cannot expand to expression. So
       following is impossible:
    
        #define FEM_INIT_PRIO (CONFIG_I2C_INIT_PRIORITY - 1)
    
        SYS_INIT(mpsl_fem_init, POST_KERNEL, FEM_INIT_PRIO);
    
    Providing Kconfig option MPSL_FEM_INIT_PRIORITY with appropriate
    BUILD_ASSERT gives ability to have correct priority of FEM
    initialization in case the Kconfig I2C_INIT_PRIORITY is changed.
    
    For nrf21540_gpio, nrf21540_gpio_spi and simple_gpio the default value
    is equal to KERNEL_INIT_PRIORITY_DEVICE (no change in default value and
    behavior) is used. The SYS_INIT priority at which legacy forwarding of
    pins happens (mpsl_fem_host_init sys init priority) is intentionally
    not affected.
    
    Signed-off-by: Andrzej Kuros <andrzej.kuros@nordicsemi.no>
    ankuns authored and rlubos committed May 9, 2024
    Configuration menu
    Copy the full SHA
    2218469 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. samples: dect: add simple sample

    Add simple dect sample.
    
    Signed-off-by: Eivind Jølsgard <eivind.jolsgard@nordicsemi.no>
    eivindj-nordic committed May 10, 2024
    Configuration menu
    Copy the full SHA
    e7ee15c View commit details
    Browse the repository at this point in the history