-
Notifications
You must be signed in to change notification settings - Fork 2
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
Commits on Apr 23, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 8fdd623 - Browse repository at this point
Copy the full SHA 8fdd623View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 70fed93 - Browse repository at this point
Copy the full SHA 70fed93View commit details -
Add a Features of nRF53 Series page Signed-off-by: Katherine Depa <katherine.depa@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for 3f2b93a - Browse repository at this point
Copy the full SHA 3f2b93aView commit details -
sdfw_services: Add SUIT service
Add service for managing SUIT-based updates. Ref: NCSDK-26629 Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for 1d73de1 - Browse repository at this point
Copy the full SHA 1d73de1View commit details -
doc: include ns target in board name rst
adds ns target based on crypto samples. Signed-off-by: Anna Wojdylo <anna.wojdylo@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for 5bbe994 - Browse repository at this point
Copy the full SHA 5bbe994View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 589dbc0 - Browse repository at this point
Copy the full SHA 589dbc0View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for f555303 - Browse repository at this point
Copy the full SHA f555303View commit details -
tests: suit: Enable unit tests
Enable SUIT subsystem unit tests. Ref: NCSDK-26629 Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for 015adc2 - Browse repository at this point
Copy the full SHA 015adc2View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for e4bb53a - Browse repository at this point
Copy the full SHA e4bb53aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 4a7cc0e - Browse repository at this point
Copy the full SHA 4a7cc0eView commit details -
doc: wifi: Update description for
connect
commandThe `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>
Configuration menu - View commit details
-
Copy full SHA for 7e3b7e0 - Browse repository at this point
Copy the full SHA 7e3b7e0View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 048d6f7 - Browse repository at this point
Copy the full SHA 048d6f7View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for b57fa5d - Browse repository at this point
Copy the full SHA b57fa5dView commit details -
added build target informatio for 070. Signed-off-by: Anna Wojdylo <anna.wojdylo@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for 82dc315 - Browse repository at this point
Copy the full SHA 82dc315View commit details -
added features rst file Signed-off-by: Anna Wojdylo <anna.wojdylo@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for dccfcb4 - Browse repository at this point
Copy the full SHA dccfcb4View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for bf3b1c3 - Browse repository at this point
Copy the full SHA bf3b1c3View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ea2e15a - Browse repository at this point
Copy the full SHA ea2e15aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for cb9a93c - Browse repository at this point
Copy the full SHA cb9a93cView commit details
Commits on Apr 24, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 54cd6ed - Browse repository at this point
Copy the full SHA 54cd6edView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 35059d3 - Browse repository at this point
Copy the full SHA 35059d3View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 076733b - Browse repository at this point
Copy the full SHA 076733bView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for da599ec - Browse repository at this point
Copy the full SHA da599ecView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for fb22ad1 - Browse repository at this point
Copy the full SHA fb22ad1View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for fa4dd64 - Browse repository at this point
Copy the full SHA fa4dd64View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for bd69b6c - Browse repository at this point
Copy the full SHA bd69b6cView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for efcf62c - Browse repository at this point
Copy the full SHA efcf62cView commit details -
doc: fixing Kconfig option links
Added sample-specific Kconfig options and links to them. Signed-off-by: Pekka Niskanen <pekka.niskanen@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for 11efa67 - Browse repository at this point
Copy the full SHA 11efa67View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for b278160 - Browse repository at this point
Copy the full SHA b278160View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 1e7eec5 - Browse repository at this point
Copy the full SHA 1e7eec5View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d1bbe33 - Browse repository at this point
Copy the full SHA d1bbe33View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for bcae075 - Browse repository at this point
Copy the full SHA bcae075View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d0e7a42 - Browse repository at this point
Copy the full SHA d0e7a42View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for e9d0637 - Browse repository at this point
Copy the full SHA e9d0637View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 8efac19 - Browse repository at this point
Copy the full SHA 8efac19View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for b447e4c - Browse repository at this point
Copy the full SHA b447e4cView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for c6f31b6 - Browse repository at this point
Copy the full SHA c6f31b6View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for da707dc - Browse repository at this point
Copy the full SHA da707dcView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 76ed796 - Browse repository at this point
Copy the full SHA 76ed796View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 794ca6b - Browse repository at this point
Copy the full SHA 794ca6bView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 8db89aa - Browse repository at this point
Copy the full SHA 8db89aaView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for c351473 - Browse repository at this point
Copy the full SHA c351473View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 25161e8 - Browse repository at this point
Copy the full SHA 25161e8View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for c9fa266 - Browse repository at this point
Copy the full SHA c9fa266View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for fe47430 - Browse repository at this point
Copy the full SHA fe47430View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 162b48a - Browse repository at this point
Copy the full SHA 162b48aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 687de1d - Browse repository at this point
Copy the full SHA 687de1dView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for c72f9c8 - Browse repository at this point
Copy the full SHA c72f9c8View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 6799f79 - Browse repository at this point
Copy the full SHA 6799f79View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for c771bd0 - Browse repository at this point
Copy the full SHA c771bd0View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 5fab8bb - Browse repository at this point
Copy the full SHA 5fab8bbView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for e73af84 - Browse repository at this point
Copy the full SHA e73af84View commit details -
manifest: Update sdk-nrfxlib revision (auto-manifest PR)
Automatically created by Github Action Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for b73cd32 - Browse repository at this point
Copy the full SHA b73cd32View commit details -
doc: SML table fix for 54H maturity
Fixed SML table for 54L. Signed-off-by: Francesco Domenico Servidio <francesco.servidio@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for 658f998 - Browse repository at this point
Copy the full SHA 658f998View commit details
Commits on Apr 25, 2024
-
manifest: Update sdk-find-my revision (auto-manifest PR)
Automatically created by Github Action Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for ed5e95c - Browse repository at this point
Copy the full SHA ed5e95cView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 3e34abf - Browse repository at this point
Copy the full SHA 3e34abfView commit details -
Pull inn update of RC accuracy nRF devices. Signed-off-by: Martin Tverdal <martin.tverdal@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for 1686a64 - Browse repository at this point
Copy the full SHA 1686a64View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 00a082b - Browse repository at this point
Copy the full SHA 00a082bView commit details -
version: update VERSION to 2.6.99-cs1
VERSION 2.6.99-cs1 Signed-off-by: Vinayak Kariappa Chettimada <vinayak.kariappa.chettimada@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for eb5b1ad - Browse repository at this point
Copy the full SHA eb5b1adView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for c56103a - Browse repository at this point
Copy the full SHA c56103aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for aabbfae - Browse repository at this point
Copy the full SHA aabbfaeView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ffa6d6a - Browse repository at this point
Copy the full SHA ffa6d6aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 0942647 - Browse repository at this point
Copy the full SHA 0942647View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 95d542a - Browse repository at this point
Copy the full SHA 95d542aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d05e624 - Browse repository at this point
Copy the full SHA d05e624View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 29aa21f - Browse repository at this point
Copy the full SHA 29aa21fView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ed51e17 - Browse repository at this point
Copy the full SHA ed51e17View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 1123cca - Browse repository at this point
Copy the full SHA 1123ccaView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 3548f2d - Browse repository at this point
Copy the full SHA 3548f2dView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 241e85a - Browse repository at this point
Copy the full SHA 241e85aView commit details -
manifest: openthread: update to
ade9c2b
Regular OpenThread update to `ade9c2b` Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for 6662075 - Browse repository at this point
Copy the full SHA 6662075View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for c73e800 - Browse repository at this point
Copy the full SHA c73e800View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for b77b1fe - Browse repository at this point
Copy the full SHA b77b1feView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 3dd66ad - Browse repository at this point
Copy the full SHA 3dd66adView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ff1bbbe - Browse repository at this point
Copy the full SHA ff1bbbeView commit details -
Makes cracen driver entry points callable from multiple threads. Signed-off-by: Vidar Lillebø <vidar.lillebo@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for 22a843a - Browse repository at this point
Copy the full SHA 22a843aView commit details
Commits on Apr 26, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for a1c26d8 - Browse repository at this point
Copy the full SHA a1c26d8View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 31be6bd - Browse repository at this point
Copy the full SHA 31be6bdView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 7bcff7d - Browse repository at this point
Copy the full SHA 7bcff7dView commit details -
manifest: sdk-nrfxlib: Pull nRF70 patch update rev#11df71029cc
Update nRF70 firmware patch. Signed-off-by: Karun Kumar Eagalapati <karun.kumar@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for 9ed228b - Browse repository at this point
Copy the full SHA 9ed228bView commit details -
drivers: wifi: Set RTS threshold
[SHEL-2307] Configure RTS threshold to firmware. Signed-off-by: Ajay Parida <ajay.parida@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for 45563e9 - Browse repository at this point
Copy the full SHA 45563e9View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for a5b430e - Browse repository at this point
Copy the full SHA a5b430eView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 79fc8fc - Browse repository at this point
Copy the full SHA 79fc8fcView commit details -
tests: suit: Increase stack size
Increase stack size in orchestrator tests. Ref: NCSDK-NONE Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for 81bf056 - Browse repository at this point
Copy the full SHA 81bf056View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for c2c266c - Browse repository at this point
Copy the full SHA c2c266cView commit details -
manifest: Update sdk-nrfxlib revision (auto-manifest PR)
Automatically created by Github Action Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for 2b045a1 - Browse repository at this point
Copy the full SHA 2b045a1View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 104c32b - Browse repository at this point
Copy the full SHA 104c32bView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 205e2a4 - Browse repository at this point
Copy the full SHA 205e2a4View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 8e19128 - Browse repository at this point
Copy the full SHA 8e19128View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 13607b9 - Browse repository at this point
Copy the full SHA 13607b9View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 6805555 - Browse repository at this point
Copy the full SHA 6805555View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 2e69e36 - Browse repository at this point
Copy the full SHA 2e69e36View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 5ea9057 - Browse repository at this point
Copy the full SHA 5ea9057View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d54e7cd - Browse repository at this point
Copy the full SHA d54e7cdView commit details -
drivers: wifi: Group co-ex defines together
This makes it easier to understand. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for d7a4ef4 - Browse repository at this point
Copy the full SHA d7a4ef4View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 9d4161f - Browse repository at this point
Copy the full SHA 9d4161fView commit details -
drivers: wifi: Unicast pkt statistics
[SHEL-2678] Populate unicast pkt statistics from firmware. Signed-off-by: Ajay Parida <ajay.parida@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for 7a83b43 - Browse repository at this point
Copy the full SHA 7a83b43View commit details -
manifest: sdk-zephyr: Pull unicast frame stats
Pull unicast frames statistics update changes. Signed-off-by: Ajay Parida <ajay.parida@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for e95ccd1 - Browse repository at this point
Copy the full SHA e95ccd1View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 508df01 - Browse repository at this point
Copy the full SHA 508df01View commit details
Commits on Apr 30, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 67128a4 - Browse repository at this point
Copy the full SHA 67128a4View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for f718872 - Browse repository at this point
Copy the full SHA f718872View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for bdb9bec - Browse repository at this point
Copy the full SHA bdb9becView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ae865ed - Browse repository at this point
Copy the full SHA ae865edView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ab55637 - Browse repository at this point
Copy the full SHA ab55637View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 18b522d - Browse repository at this point
Copy the full SHA 18b522dView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 565b695 - Browse repository at this point
Copy the full SHA 565b695View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 453aa2c - Browse repository at this point
Copy the full SHA 453aa2cView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for f61c0bd - Browse repository at this point
Copy the full SHA f61c0bdView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 69de37f - Browse repository at this point
Copy the full SHA 69de37fView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ca4c38c - Browse repository at this point
Copy the full SHA ca4c38cView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 85a995f - Browse repository at this point
Copy the full SHA 85a995fView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d3f7ec1 - Browse repository at this point
Copy the full SHA d3f7ec1View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for a3fa49d - Browse repository at this point
Copy the full SHA a3fa49dView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 5088ff3 - Browse repository at this point
Copy the full SHA 5088ff3View commit details -
samples, tests: fix YAML issues
Reported by yamllint (indentation, >100c, boolean issues, etc.) Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for 287b1e6 - Browse repository at this point
Copy the full SHA 287b1e6View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d7a19af - Browse repository at this point
Copy the full SHA d7a19afView commit details -
doc: requirements: add doxmlparser
It is now required by the Zephyr build. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for dfe3707 - Browse repository at this point
Copy the full SHA dfe3707View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for b5bf164 - Browse repository at this point
Copy the full SHA b5bf164View commit details -
doc: nrf: fix led-ws2821 reference
Sample is now named 'led-strip'. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for 0dfae43 - Browse repository at this point
Copy the full SHA 0dfae43View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 501a2f5 - Browse repository at this point
Copy the full SHA 501a2f5View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for a7064b0 - Browse repository at this point
Copy the full SHA a7064b0View commit details -
To pull some alignments with Zephyr. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
Configuration menu - View commit details
-
Copy full SHA for ad0f807 - Browse repository at this point
Copy the full SHA ad0f807View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for a2e4806 - Browse repository at this point
Copy the full SHA a2e4806View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 438a63c - Browse repository at this point
Copy the full SHA 438a63cView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 8834e8a - Browse repository at this point
Copy the full SHA 8834e8aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 2c7d448 - Browse repository at this point
Copy the full SHA 2c7d448View commit details -
ci: test-spec: remove dead entry
Audio DK resides upstream now. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for 87bdd80 - Browse repository at this point
Copy the full SHA 87bdd80View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 8ce457e - Browse repository at this point
Copy the full SHA 8ce457eView commit details -
Revert "applications: asset_tracker_v2: Add missing external flash re…
…ference" This reverts commit a32b68a. Signed-off-by: Jorgen Kvalvaag <jorgen.kvalvaag@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for 86aff18 - Browse repository at this point
Copy the full SHA 86aff18View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 8737aea - Browse repository at this point
Copy the full SHA 8737aeaView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 74420ca - Browse repository at this point
Copy the full SHA 74420caView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 54df190 - Browse repository at this point
Copy the full SHA 54df190View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d85979b - Browse repository at this point
Copy the full SHA d85979bView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 65f6abe - Browse repository at this point
Copy the full SHA 65f6abeView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 37ad8a2 - Browse repository at this point
Copy the full SHA 37ad8a2View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 3c22b1c - Browse repository at this point
Copy the full SHA 3c22b1cView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for fdaf883 - Browse repository at this point
Copy the full SHA fdaf883View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 97b39d8 - Browse repository at this point
Copy the full SHA 97b39d8View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 2cd86b9 - Browse repository at this point
Copy the full SHA 2cd86b9View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ac9da22 - Browse repository at this point
Copy the full SHA ac9da22View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for a4787e9 - Browse repository at this point
Copy the full SHA a4787e9View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ec283b3 - Browse repository at this point
Copy the full SHA ec283b3View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 6a11b07 - Browse repository at this point
Copy the full SHA 6a11b07View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 854943a - Browse repository at this point
Copy the full SHA 854943aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 0a20310 - Browse repository at this point
Copy the full SHA 0a20310View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 11c95bc - Browse repository at this point
Copy the full SHA 11c95bcView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for cd0a8c7 - Browse repository at this point
Copy the full SHA cd0a8c7View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for a17347a - Browse repository at this point
Copy the full SHA a17347aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 29f46b6 - Browse repository at this point
Copy the full SHA 29f46b6View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d885c55 - Browse repository at this point
Copy the full SHA d885c55View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 32739a8 - Browse repository at this point
Copy the full SHA 32739a8View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 32be7ae - Browse repository at this point
Copy the full SHA 32be7aeView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 35da193 - Browse repository at this point
Copy the full SHA 35da193View commit details -
samples: benchmark: coremark: Fix upmerge issues
Signed-off-by: Aleksander Strzebonski <aleksander.strzebonski@nordicsemi.no> (cherry picked from commit d2a9c07)
Configuration menu - View commit details
-
Copy full SHA for 0ef922c - Browse repository at this point
Copy the full SHA 0ef922cView commit details -
samples: cellular: modem_shell: Fix BT overlay
Fix include path of device tree file. Signed-off-by: Tommi Rantanen <tommi.rantanen@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for ac5996b - Browse repository at this point
Copy the full SHA ac5996bView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ba9c078 - Browse repository at this point
Copy the full SHA ba9c078View commit details
Commits on May 2, 2024
-
manifest: Update sdk-nrfxlib revision (auto-manifest PR)
Automatically created by Github Action Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for 1725208 - Browse repository at this point
Copy the full SHA 1725208View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ccaded6 - Browse repository at this point
Copy the full SHA ccaded6View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 1086cf8 - Browse repository at this point
Copy the full SHA 1086cf8View commit details
Commits on May 3, 2024
-
manifest: Update sdk-nrfxlib revision (auto-manifest PR)
Automatically created by Github Action Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for 363db0e - Browse repository at this point
Copy the full SHA 363db0eView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 9ce7f5e - Browse repository at this point
Copy the full SHA 9ce7f5eView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for f445b46 - Browse repository at this point
Copy the full SHA f445b46View commit details -
Improve FOTA docs with interlinks Signed-off-by: Katherine Depa <katherine.depa@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for 1a329d1 - Browse repository at this point
Copy the full SHA 1a329d1View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 65bc4c3 - Browse repository at this point
Copy the full SHA 65bc4c3View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 38618a1 - Browse repository at this point
Copy the full SHA 38618a1View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 860f098 - Browse repository at this point
Copy the full SHA 860f098View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for c9dc1c5 - Browse repository at this point
Copy the full SHA c9dc1c5View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 50caaf7 - Browse repository at this point
Copy the full SHA 50caaf7View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for e72a270 - Browse repository at this point
Copy the full SHA e72a270View commit details -
Add info about config options in the Partition Manager doc Signed-off-by: Katherine Depa <katherine.depa@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for 03f7ebf - Browse repository at this point
Copy the full SHA 03f7ebfView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 93df86e - Browse repository at this point
Copy the full SHA 93df86eView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 17009a2 - Browse repository at this point
Copy the full SHA 17009a2View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 68439f2 - Browse repository at this point
Copy the full SHA 68439f2View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for cdee9e8 - Browse repository at this point
Copy the full SHA cdee9e8View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 2482f3a - Browse repository at this point
Copy the full SHA 2482f3aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for bf35755 - Browse repository at this point
Copy the full SHA bf35755View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d3069f5 - Browse repository at this point
Copy the full SHA d3069f5View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for cd871ab - Browse repository at this point
Copy the full SHA cd871abView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 56f971a - Browse repository at this point
Copy the full SHA 56f971aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 52a063f - Browse repository at this point
Copy the full SHA 52a063fView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 014d209 - Browse repository at this point
Copy the full SHA 014d209View commit details
Commits on May 6, 2024
-
Remove subheadings in DFU page Signed-off-by: Katherine Depa <katherine.depa@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for a4b364f - Browse repository at this point
Copy the full SHA a4b364fView commit details -
driver: wifi: Log message cleanup
[SHEL-2696] Log message cleanup. Signed-off-by: Ajay Parida <ajay.parida@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for 6958005 - Browse repository at this point
Copy the full SHA 6958005View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ab3e1e9 - Browse repository at this point
Copy the full SHA ab3e1e9View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ed58b6d - Browse repository at this point
Copy the full SHA ed58b6dView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for f52e6e8 - Browse repository at this point
Copy the full SHA f52e6e8View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for df4b936 - Browse repository at this point
Copy the full SHA df4b936View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for cd1cff8 - Browse repository at this point
Copy the full SHA cd1cff8View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for f8565ee - Browse repository at this point
Copy the full SHA f8565eeView commit details -
manifest: Update sdk-nrfxlib revision (auto-manifest PR)
Automatically created by Github Action Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for d4a2718 - Browse repository at this point
Copy the full SHA d4a2718View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 4a4815a - Browse repository at this point
Copy the full SHA 4a4815aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 620f21a - Browse repository at this point
Copy the full SHA 620f21aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 27eb54e - Browse repository at this point
Copy the full SHA 27eb54eView commit details
Commits on May 7, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 9d4b82c - Browse repository at this point
Copy the full SHA 9d4b82cView commit details -
suit: migrate build system integration
Migrate SUIT build system to NCS Ref: NCSDK-26629 Signed-off-by: Robert Stypa <robert.stypa@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for e0ca3df - Browse repository at this point
Copy the full SHA e0ca3dfView commit details -
samples: wifi: throughput: Fix stackoverflow during Wi-Fi connection
Configuration menu - View commit details
-
Copy full SHA for bcc193c - Browse repository at this point
Copy the full SHA bcc193cView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 39dee51 - Browse repository at this point
Copy the full SHA 39dee51View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 9c58294 - Browse repository at this point
Copy the full SHA 9c58294View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for f3a6d18 - Browse repository at this point
Copy the full SHA f3a6d18View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for cd42921 - Browse repository at this point
Copy the full SHA cd42921View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for eddc8fb - Browse repository at this point
Copy the full SHA eddc8fbView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 51faff9 - Browse repository at this point
Copy the full SHA 51faff9View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 2140ff6 - Browse repository at this point
Copy the full SHA 2140ff6View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 9bb2239 - Browse repository at this point
Copy the full SHA 9bb2239View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 1580426 - Browse repository at this point
Copy the full SHA 1580426View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 42643cc - Browse repository at this point
Copy the full SHA 42643ccView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for c1e9a33 - Browse repository at this point
Copy the full SHA c1e9a33View commit details -
Change suit logging levels in SUIT subsystem. Ref: NCSDK-26677 Signed-off-by: Robert Stypa <robert.stypa@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for f2ded02 - Browse repository at this point
Copy the full SHA f2ded02View commit details -
manifest: Update suit-generator revision
Update SUIT generator revision. Ref: NCSDK-26629 Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for 59a231a - Browse repository at this point
Copy the full SHA 59a231aView commit details -
manifest: Update sdk-nrfxlib revision (auto-manifest PR)
Automatically created by Github Action Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for b21520b - Browse repository at this point
Copy the full SHA b21520bView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 74cefe0 - Browse repository at this point
Copy the full SHA 74cefe0View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 9ac3e06 - Browse repository at this point
Copy the full SHA 9ac3e06View commit details
Commits on May 8, 2024
-
manifest: Update sdk-nrfxlib revision (auto-manifest PR)
Automatically created by Github Action Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for 854de39 - Browse repository at this point
Copy the full SHA 854de39View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for b996335 - Browse repository at this point
Copy the full SHA b996335View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for f477afa - Browse repository at this point
Copy the full SHA f477afaView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 8dde7f6 - Browse repository at this point
Copy the full SHA 8dde7f6View commit details -
manifest: Update sdk-nrfxlib revision (auto-manifest PR)
Automatically created by Github Action Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for b684f59 - Browse repository at this point
Copy the full SHA b684f59View commit details -
scripts: requirements-build: update nrf-regtool~=5.2.0
Requested for v2.7.0 release Signed-off-by: Thomas Stilwell <thomas.stilwell@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for 4f75f73 - Browse repository at this point
Copy the full SHA 4f75f73View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ef617d5 - Browse repository at this point
Copy the full SHA ef617d5View commit details -
ci: Updating requirements-fixed.txt
This is an automated commit from github workflow by NordicBuilder Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for 68d106c - Browse repository at this point
Copy the full SHA 68d106cView commit details -
manifest: Update sdk-nrfxlib revision (auto-manifest PR)
Automatically created by Github Action Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for a426c94 - Browse repository at this point
Copy the full SHA a426c94View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for bea6f4c - Browse repository at this point
Copy the full SHA bea6f4cView commit details
Commits on May 9, 2024
-
codeowners: Remove stale entries
The employee has left Nordic. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for 8d75ad0 - Browse repository at this point
Copy the full SHA 8d75ad0View commit details -
manifest: sdk-hostap: Pull fix for NULL de-reference
Fixes SHEL-2755. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for 4ca757d - Browse repository at this point
Copy the full SHA 4ca757dView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 4d11707 - Browse repository at this point
Copy the full SHA 4d11707View commit details -
manifest: openthread: update to
226f239
Regular OpenThread update to `226f239` Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for ce397ea - Browse repository at this point
Copy the full SHA ce397eaView commit details -
This was removed but these references were still left. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for b1664a7 - Browse repository at this point
Copy the full SHA b1664a7View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for afc7efd - Browse repository at this point
Copy the full SHA afc7efdView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 32b41c2 - Browse repository at this point
Copy the full SHA 32b41c2View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d0caae8 - Browse repository at this point
Copy the full SHA d0caae8View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 1d18505 - Browse repository at this point
Copy the full SHA 1d18505View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 5a20cee - Browse repository at this point
Copy the full SHA 5a20ceeView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 757eef8 - Browse repository at this point
Copy the full SHA 757eef8View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 41a24af - Browse repository at this point
Copy the full SHA 41a24afView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 6196881 - Browse repository at this point
Copy the full SHA 6196881View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 70989d9 - Browse repository at this point
Copy the full SHA 70989d9View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 17b4dc7 - Browse repository at this point
Copy the full SHA 17b4dc7View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 4581457 - Browse repository at this point
Copy the full SHA 4581457View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for fe11031 - Browse repository at this point
Copy the full SHA fe11031View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for c6cb467 - Browse repository at this point
Copy the full SHA c6cb467View commit details -
manifest: update sdk-zephyr revision
The new Zephyr revision introduces experimental EXMIF peripheral driver. Signed-off-by: Rafał Kuźnia <rafal.kuznia@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for b1ee287 - Browse repository at this point
Copy the full SHA b1ee287View commit details -
dts: binding: Add binding for nrf2220
The compatible nordic,nrf2220-fem is added to bindings. Signed-off-by: Andrzej Kuros <andrzej.kuros@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for 2129997 - Browse repository at this point
Copy the full SHA 2129997View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 6da8a46 - Browse repository at this point
Copy the full SHA 6da8a46View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for b15a450 - Browse repository at this point
Copy the full SHA b15a450View commit details -
boards: shields: add support for nrf2220ek
This commit adds initial support for the nrf2220ek shield. Signed-off-by: Andrzej Kuros <andrzej.kuros@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for 8794c43 - Browse repository at this point
Copy the full SHA 8794c43View commit details -
dts: binding: Add binding for nrf2240
The compatible nordic,nrf2240-fem is added to bindings. Signed-off-by: Andrzej Kuros <andrzej.kuros@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for a13423f - Browse repository at this point
Copy the full SHA a13423fView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 208fb5f - Browse repository at this point
Copy the full SHA 208fb5fView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for f641ec3 - Browse repository at this point
Copy the full SHA f641ec3View commit details -
boards: shields: add support for nrf2240ek
This commit adds initial support for the nrf2240ek shield. Signed-off-by: Andrzej Kuros <andrzej.kuros@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for f1ea890 - Browse repository at this point
Copy the full SHA f1ea890View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 2218469 - Browse repository at this point
Copy the full SHA 2218469View commit details
Commits on May 10, 2024
-
samples: dect: add simple sample
Add simple dect sample. Signed-off-by: Eivind Jølsgard <eivind.jolsgard@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for e7ee15c - Browse repository at this point
Copy the full SHA e7ee15cView commit details